-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3508 from LiteFarmOrg/patch/translations
Patch/3.6.8
- Loading branch information
Showing
142 changed files
with
9,169 additions
and
2,485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,108 @@ | ||
.background { | ||
font-family: "Open Sans", "SansSerif", sans-serif !important; | ||
background: #FAFAFD !important; | ||
margin: 0 !important; | ||
padding-bottom: 34px !important; | ||
font-family: 'Open Sans', 'SansSerif', sans-serif, 'Manjari' !important; | ||
background: #fafafd !important; | ||
margin: 0 !important; | ||
padding-bottom: 34px !important; | ||
} | ||
|
||
.header { | ||
background: #C7EFD3 !important; | ||
background: #c7efd3 !important; | ||
} | ||
|
||
#logo { | ||
height: 48px !important; | ||
display: block !important; | ||
margin: auto !important; | ||
padding: 0px 28px !important; | ||
background: white !important; | ||
height: 48px !important; | ||
display: block !important; | ||
margin: auto !important; | ||
padding: 0px 28px !important; | ||
background: white !important; | ||
} | ||
|
||
.main-container { | ||
background: white !important; | ||
margin: auto !important; | ||
width: 95% !important; | ||
max-width: 568px !important; | ||
border-bottom: 4px solid #C7EFD3 !important; | ||
background: white !important; | ||
margin: auto !important; | ||
width: 95% !important; | ||
max-width: 568px !important; | ||
border-bottom: 4px solid #c7efd3 !important; | ||
} | ||
|
||
.main-content { | ||
padding: 2vw 4vw !important; | ||
padding: 2vw 4vw !important; | ||
} | ||
|
||
.main-content p { | ||
font-style: normal !important; | ||
font-weight: normal !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
color: #262422 !important; | ||
font-style: normal !important; | ||
font-weight: normal !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
color: #262422 !important; | ||
} | ||
|
||
.support-header { | ||
font-weight: 600 !important; | ||
font-style: normal !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
color: #262422 !important; | ||
font-weight: 600 !important; | ||
font-style: normal !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
color: #262422 !important; | ||
} | ||
|
||
.support-content { | ||
font-style: normal !important; | ||
font-weight: normal !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
color: #262422 !important; | ||
font-style: normal !important; | ||
font-weight: normal !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
color: #262422 !important; | ||
} | ||
|
||
.support-container { | ||
margin: 36px 0 !important; | ||
margin: 36px 0 !important; | ||
} | ||
|
||
.button-aligner { | ||
text-align: center !important; | ||
text-align: center !important; | ||
} | ||
|
||
.button { | ||
text-decoration: none !important; | ||
color: #282B36 !important; | ||
background: #FCE38D !important; | ||
border-radius: 4px !important; | ||
padding: 12px 12px !important; | ||
width: 90% !important; | ||
max-width: 248px !important; | ||
cursor: pointer !important; | ||
border: none !important; | ||
box-shadow: 0px 2px 8px rgba(102, 115, 138, 0.3) !important; | ||
font-style: normal !important; | ||
font-weight: 600 !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
text-decoration: none !important; | ||
color: #282b36 !important; | ||
background: #fce38d !important; | ||
border-radius: 4px !important; | ||
padding: 12px 12px !important; | ||
width: 90% !important; | ||
max-width: 248px !important; | ||
cursor: pointer !important; | ||
border: none !important; | ||
box-shadow: 0px 2px 8px rgba(102, 115, 138, 0.3) !important; | ||
font-style: normal !important; | ||
font-weight: 600 !important; | ||
font-size: 16px !important; | ||
line-height: 24px !important; | ||
} | ||
|
||
p { | ||
font-size: 20px !important; | ||
font-size: 20px !important; | ||
} | ||
|
||
.footer { | ||
text-align: center !important; | ||
margin-top: 34px !important; | ||
text-align: center !important; | ||
margin-top: 34px !important; | ||
} | ||
|
||
.footer p { | ||
font-style: normal !important; | ||
font-weight: normal !important; | ||
font-size: 12px !important; | ||
line-height: 24px !important; | ||
color: #9FAABE !important; | ||
font-style: normal !important; | ||
font-weight: normal !important; | ||
font-size: 12px !important; | ||
line-height: 24px !important; | ||
color: #9faabe !important; | ||
} | ||
|
||
.main-content p a, .footer a { | ||
color: #38AA92 !important; | ||
text-decoration: none !important; | ||
.main-content p a, | ||
.footer a { | ||
color: #38aa92 !important; | ||
text-decoration: none !important; | ||
} | ||
|
||
.main-content p a:hover, .footer a:hover { | ||
color: #38AA92 !important; | ||
text-decoration: underline !important; | ||
.main-content p a:hover, | ||
.footer a:hover { | ||
color: #38aa92 !important; | ||
text-decoration: underline !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"CSV_HEADER_TRANSLATIONS": { | ||
"name": "नाम", | ||
"latitude": "अक्षांश", | ||
"longitude": "देशांतर", | ||
"reading_types": "पठन_प्रकार", | ||
"external_id": "बाह्य_ID", | ||
"depth": "गहराई_सेमी", | ||
"brand": "ब्रांड", | ||
"model": "मॉडल" | ||
}, | ||
"READING_TYPE_TRANSLATIONS": { | ||
"soil_water_content": "मृदा_जल_सामग्री", | ||
"soil_water_potential": "मृदा_जल_क्षमता", | ||
"temperature": "तापमान" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"CSV_HEADER_TRANSLATIONS": { | ||
"name": "പേര്", | ||
"latitude": "അക്ഷാംശം", | ||
"longitude": "രേഖാംശം", | ||
"reading_types": "വായന_തരങ്ങൾ", | ||
"external_id": "ബാഹ്യ_ഐഡി", | ||
"depth": "ആഴം_സെ.മീ", | ||
"brand": "ബ്രാൻഡ്", | ||
"model": "മോഡൽ" | ||
}, | ||
"READING_TYPE_TRANSLATIONS": { | ||
"soil_water_content": "മണ്ണ്_ജലം_ഉള്ളടക്കം", | ||
"soil_water_potential": "മണ്ണ്_ജലം_ ശേഷി", | ||
"temperature": "താപനില" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"CSV_HEADER_TRANSLATIONS": { | ||
"name": "ਨਾਮ", | ||
"latitude": "ਵਿਥਕਾਰ", | ||
"longitude": "ਲੰਬਕਾਰ", | ||
"reading_types": "ਪੜ੍ਹਨਾ_ਕਿਸਮਾਂ", | ||
"external_id": "ਬਾਹਰੀ_ID", | ||
"depth": "ਡੂੰਘਾਈ_ਸੈ.ਮੀ", | ||
"brand": "ਬ੍ਰਾਂਡ", | ||
"model": "ਮਾਡਲ" | ||
}, | ||
"READING_TYPE_TRANSLATIONS": { | ||
"soil_water_content": "ਮਿੱਟੀ_ਪਾਣੀ_ਸਮੱਗਰੀ", | ||
"soil_water_potential": "ਮਿੱਟੀ_ਪਾਣੀ_ਸੰਭਾਵੀ", | ||
"temperature": "ਤਾਪਮਾਨ" | ||
} | ||
} |
Oops, something went wrong.