Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 1 addition & 29 deletions app/locales/ajp.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"about": {
"tagline": "تطبيق التذكير بأخذ الإستراحات",
"version": "الإصدار ",
"latestVersion": "الإصدار ",
"latestVersion": "أحدث إصدار ",
"checkNewVersion": "تفحّص من التحديثات تلقائياً",
"ourWebsite": "زيارة الموقع",
"learnMore": "لمعرفة المزيد حول ميزات Stretchly أو عرض برنامج تعليمي أو تنزيل أحدث إصدار أو اتصل بنا للحصول على الدعم. ",
Expand Down Expand Up @@ -169,41 +169,17 @@
"showTimeToBreakInTray": "إظهار وقت الراحة التالية في أيقونة القائمة"
},
"utils": {
"oclock_zero": "{{count}} الساعة",
"oclock_one": "{{count}} الساعة",
"oclock_two": "{{count}} الساعة",
"oclock_few": "{{count}} الساعة",
"oclock_many": "{{count}} الساعة",
"oclock_other": "{{count}} الساعة",
"percent_zero": "{{count}} بالمائة",
"percent_one": "{{count}} بالمائة",
"percent_two": "{{count}} بالمائة",
"percent_few": "{{count}} بالمائة",
"percent_many": "{{count}} بالمائة",
"percent_other": "{{count}} بالمائة",
"none_zero": "{{count}}",
"none_one": "{{count}}",
"none_two": "{{count}}",
"none_few": "{{count}}",
"none_many": "{{count}}",
"none_other": "{{count}}",
"seconds_zero": "{{count}} ثانية",
"seconds_one": "{{count}} ثانية",
"seconds_two": "{{count}} ثانيتين",
"seconds_few": "{{count}} ثواني",
"seconds_many": "{{count}} ثانية",
"seconds_other": "{{count}} ثانية",
"minutes_zero": "{{count}} دقيقة",
"minutes_one": "{{count}} دقيقة",
"minutes_two": "{{count}} دقيقتين",
"minutes_few": "{{count}} دقائق",
"minutes_many": "{{count}} دقيقة",
"minutes_other": "{{count}} دقيقة",
"hours_zero": "{{count}} ساعة",
"hours_one": "{{count}} ساعة",
"hours_two": "{{count}} ساعتين",
"hours_few": "{{count}} ساعات",
"hours_many": "{{count}} ساعة",
"hours_other": "{{count}} ساعة",
"remaining": "{{count}} متبقية",
"inAbout": "في حوالي {{count}}"
Expand All @@ -221,11 +197,7 @@
"dndMode": "تم تشغيل \"الرجاء عدم الإزعاج\"",
"appExclusion": "قاعدة استثناء التطبيق",
"nextMiniBreak": "الإستراحة المصغّرة التالية",
"afterMiniBreak_zero": "بعد {{count}} استراحة صغيرة",
"afterMiniBreak_one": "بعد {{count}} استراحة صغيرة",
"afterMiniBreak_two": "بعد {{count}} استراحة صغيرة",
"afterMiniBreak_few": "بعد {{count}} استراحة صغيرة",
"afterMiniBreak_many": "بعد {{count}} استراحة صغيرة",
"afterMiniBreak_other": "بعد {{count}} استراحة صغيرة",
"resuming": "استئناف",
"nextLongBreak": "الاستراحة الطويلة التالية"
Expand Down
11 changes: 8 additions & 3 deletions app/locales/cy.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"main": {
"breakIn": "Saib Hir mewn $t(utils.seconds, {'count': {{seconds}} })",
"breakIn": "Egwyl hir mewn $t(utils.seconds, {'count': {{seconds}} })",
"toolTipHeader": "Stretchly - Yr app atgoffa am saib",
"microbreakIn": "Saib Bach mewn $t(utils.seconds, {'count': {{seconds}} })",
"resumingBreaks": "Ailgychwyn seibiau"
"microbreakIn": "Egwyl byr mewn $t(utils.seconds, {'count': {{seconds}} })",
"resumingBreaks": "Ailgychwyn seibiau",
"downloadLatestVersion": "Lawrlwythwch y fersiwn ddiweddaraf",
"skipToTheNext": "Neidio i'r nesaf",
"toBreak": "egwyl hir",
"toMicrobreak": "egwyl byr",
"resume": "Seibiannau ailgychwyn"
}
}
3 changes: 2 additions & 1 deletion app/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"transparentMode": "Aktiver gennemsigtighed",
"crystalGlass": "Krystalglas",
"windChime": "vindspil",
"ticToc": "Tik-Tak"
"ticToc": "Tik-Tak",
"reverie": "Dagdrøm"
},
"about": {
"tagline": "Pause påmindelses app",
Expand Down
2 changes: 1 addition & 1 deletion app/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
},
"aal": {
"title": "Aktív megbeszélések",
"text": "Mit szólnál a megbeszélések áthelyezéséhez a konferenciateremből az előcsarnokba, vagy a szabadba? A gyaloglás nemcsak kalóriákat éget, de még az együttműködés érzését is elősegítheti."
"text": "Mit szólnál a megbeszélések áthelyezéséhez a tárgyalóból az előtérbe? A gyaloglás nemcsak kalóriákat éget, de még az együttműködés érzését is elősegítheti."
},
"aax": {
"title": "Pulzus",
Expand Down
Loading
Loading