Skip to content

Commit 215a751

Browse files
authored
i18n: Update translations (#268)
* Update source file en.json * New translations en.json (Croatian)
1 parent fb41f0a commit 215a751

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

i18n/en.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
"or": "or",
2323
"configure": "Setup wizard"
2424
},
25-
"features": {
26-
"0": {
25+
"features": [
26+
{
2727
"title": "Focused, clean interface",
2828
"description": "Just your timer, the essential controls and a bunch of customizations"
2929
},
30-
"1": {
30+
{
3131
"title": "Nothing to install",
3232
"description": "Runs in your browser, entirely offline after launch"
3333
},
34-
"2": {
34+
{
3535
"title": "Free & open-source",
3636
"description": "No hidden trackers, everyone can view and contribute to the code"
3737
}
38-
},
38+
],
3939
"section_whatitdoes": {
4040
"title": "What does it do?",
4141
"subtitle": {

i18n/hr.json

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,10 @@
111111
},
112112
"support": {
113113
"title": "Podrži ovaj projekt",
114-
"subtitle": [
115-
"AnotherPomodoro se razvija kao sporedni projekt bez naknade.",
116-
{
117-
"base": "Ako smatraš da je ovaj projekt vrijedan podrške, {0}.",
118-
"action": "podrži ga"
119-
}
120-
],
114+
"subtitle": {
115+
"main": "AnotherPomodoro se razvija kao sporedni projekt bez naknade.",
116+
"action": "Ako smatraš da je ovaj projekt vrijedan podrške, podrži ga."
117+
},
121118
"credits": "Izrađen sa ❤. Autor: Imre Gera"
122119
}
123120
},
@@ -172,7 +169,7 @@
172169
},
173170
"theme": {
174171
"_values": {
175-
"light": "Standardna",
172+
"light": "Standardne",
176173
"dark": "Tamna"
177174
},
178175
"_valueDescription": {
@@ -228,13 +225,27 @@
228225
"madeby": "Autor: Imre Gera",
229226
"source": "Izvorni kod",
230227
"support": "Podrži projekt",
228+
"supportBody": "AnotherPomodoro razvijam u slobodno vrijeme. Puno bi mi značilo kad bi mi pomogao/la nastaviti rad na programu!",
229+
"mobileSupport": "Zbog pravila koja provodi Google Play Store, ne mogu pokazati poveznice unutar mobilnog programa za doniranje projektu.",
231230
"share": "ili dijeli program na društvenim mrežama:"
232231
},
233232
"values": {
234233
"manage": {
235234
"_title": "Upravljaj postavkama",
236235
"_description": "Preuzmi trenutačne postavke ili učitaj postavke iz datoteke"
237236
},
237+
"mobile": {
238+
"notifications": {
239+
"sectionOver": {
240+
"_title": "Odjeljak iznad obavijesti",
241+
"_description": "Prikaži obavijest kada odjeljak završi"
242+
},
243+
"persistent": {
244+
"_title": "Trajna obavijest",
245+
"_description": "Prikaži napredak trenutačnog timera"
246+
}
247+
}
248+
},
238249
"lang": {
239250
"_title": "Jezik",
240251
"_description": ""
@@ -286,9 +297,9 @@
286297
"_title": "Unaprijed postavljen raspored",
287298
"_description": "",
288299
"_values": {
289-
"default": "Standardni",
300+
"default": "Standardne",
290301
"debug": "Otklanjanja grešaka",
291-
"custom": "Prilagođen"
302+
"custom": "Prilagođeni"
292303
},
293304
"_valueDescription": {
294305
"default": "25 minuta rada, 5 minuta pauze",
@@ -439,7 +450,7 @@
439450
},
440451
"timerpreset": {
441452
"_values": {
442-
"default": "Standardni",
453+
"default": "Standardne",
443454
"easy": "Početnički",
444455
"advanced": "Napredni",
445456
"workaholic": "Radoholičarski"

0 commit comments

Comments
 (0)