Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jan 17, 2024
1 parent 9918460 commit 79f3d7b
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 4 deletions.
3 changes: 3 additions & 0 deletions l10n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "ليلاً",
"Welcome {name} to your health center" : "أهلا بك يا {name} في مركزك الصحي",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "يمكنك أن تبدأ هنا بإعطائك مهمة شخصية. ربما لديك هدف خاص أو مواصفات طبية أو رهان مع أصدقائك أو شريكك. يمكن أن يساعدك على وصفه هنا. منح نفسك مكافأة إذا وصلت إلى الأهداف أو فكرت في خطة طوارئ. و مهما ساءت الأمور سيبقى تتبُّع صحتك فكرة صائبة ...",
"Mission" : "التكليف",
"Edit name" : "تعديل الاسم",
"Show details" : "عرض التفاصيل",
"Delete" : "حذف",
Expand Down Expand Up @@ -272,6 +273,8 @@ OC.L10N.register(
"Will be calculated" : "سوف تُحتَسَب",
"Send {eName}" : "أرسل {eName}",
"Cancel" : "إلغاء",
"Error" : "خطأ",
"Could not load editor, text not available." : "تعذّر تحميل المحرر، النص غير متوفر.",
"Underweight" : "أقل من الوزن",
"Normal weight" : "الوزن الطبيعي",
"Pre-obesity" : "ما قبل السمنة",
Expand Down
3 changes: 3 additions & 0 deletions l10n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "ليلاً",
"Welcome {name} to your health center" : "أهلا بك يا {name} في مركزك الصحي",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "يمكنك أن تبدأ هنا بإعطائك مهمة شخصية. ربما لديك هدف خاص أو مواصفات طبية أو رهان مع أصدقائك أو شريكك. يمكن أن يساعدك على وصفه هنا. منح نفسك مكافأة إذا وصلت إلى الأهداف أو فكرت في خطة طوارئ. و مهما ساءت الأمور سيبقى تتبُّع صحتك فكرة صائبة ...",
"Mission" : "التكليف",
"Edit name" : "تعديل الاسم",
"Show details" : "عرض التفاصيل",
"Delete" : "حذف",
Expand Down Expand Up @@ -270,6 +271,8 @@
"Will be calculated" : "سوف تُحتَسَب",
"Send {eName}" : "أرسل {eName}",
"Cancel" : "إلغاء",
"Error" : "خطأ",
"Could not load editor, text not available." : "تعذّر تحميل المحرر، النص غير متوفر.",
"Underweight" : "أقل من الوزن",
"Normal weight" : "الوزن الطبيعي",
"Pre-obesity" : "ما قبل السمنة",
Expand Down
3 changes: 2 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ OC.L10N.register(
"Quality" : "Calidá",
"Actions" : "Aiciones",
"Today" : "Güei",
"Cancel" : "Encaboxar"
"Cancel" : "Encaboxar",
"Error" : "Error"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Quality" : "Calidá",
"Actions" : "Aiciones",
"Today" : "Güei",
"Cancel" : "Encaboxar"
"Cancel" : "Encaboxar",
"Error" : "Error"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 2 additions & 1 deletion l10n/az.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OC.L10N.register(
"Last year" : "Keçən il",
"Actions" : "İşlər",
"Today" : "Bu gün",
"Cancel" : "Dayandır"
"Cancel" : "Dayandır",
"Error" : "Səhv"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Last year" : "Keçən il",
"Actions" : "İşlər",
"Today" : "Bu gün",
"Cancel" : "Dayandır"
"Cancel" : "Dayandır",
"Error" : "Səhv"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
1 change: 1 addition & 0 deletions l10n/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ OC.L10N.register(
"Will be calculated" : "Ще се изчисли",
"Send {eName}" : "Изпращане на {eName}",
"Cancel" : "Отказ",
"Error" : "Грешка",
"Underweight" : "Поднормено тегло",
"Normal weight" : "Нормално тегло",
"Pre-obesity" : "Пред затлъстяване",
Expand Down
1 change: 1 addition & 0 deletions l10n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
"Will be calculated" : "Ще се изчисли",
"Send {eName}" : "Изпращане на {eName}",
"Cancel" : "Отказ",
"Error" : "Грешка",
"Underweight" : "Поднормено тегло",
"Normal weight" : "Нормално тегло",
"Pre-obesity" : "Пред затлъстяване",
Expand Down
1 change: 1 addition & 0 deletions l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "Nachts",
"Welcome {name} to your health center" : "Willkommen {name} in Ihrem Gesundheitszentrum",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Sie können hier damit beginnen, sich selbst eine persönliche Mission zu geben. Vielleicht haben Sie ein besonderes Ziel, eine medizinische Vorgabe oder eine Wette mit Ihren Freunden oder Ihrem Partner. Es könnte Ihnen helfen, es hier zu beschreiben. Es ist auch eine gute Idee, sich eine Belohnung zu gönnen, wenn Sie die Ziele erreichen, oder über einen Notfallplan nachzudenken, wenn die Dinge schlechter werden …",
"Mission" : "Mission",
"Edit name" : "Name bearbeiten",
"Show details" : "Details anzeigen",
"Delete" : "Löschen",
Expand Down
1 change: 1 addition & 0 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "Nachts",
"Welcome {name} to your health center" : "Willkommen {name} in Ihrem Gesundheitszentrum",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Sie können hier damit beginnen, sich selbst eine persönliche Mission zu geben. Vielleicht haben Sie ein besonderes Ziel, eine medizinische Vorgabe oder eine Wette mit Ihren Freunden oder Ihrem Partner. Es könnte Ihnen helfen, es hier zu beschreiben. Es ist auch eine gute Idee, sich eine Belohnung zu gönnen, wenn Sie die Ziele erreichen, oder über einen Notfallplan nachzudenken, wenn die Dinge schlechter werden …",
"Mission" : "Mission",
"Edit name" : "Name bearbeiten",
"Show details" : "Details anzeigen",
"Delete" : "Löschen",
Expand Down
1 change: 1 addition & 0 deletions l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "Night",
"Welcome {name} to your health center" : "Welcome {name} to your health center",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …",
"Mission" : "Mission",
"Edit name" : "Edit name",
"Show details" : "Show details",
"Delete" : "Delete",
Expand Down
1 change: 1 addition & 0 deletions l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "Night",
"Welcome {name} to your health center" : "Welcome {name} to your health center",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …",
"Mission" : "Mission",
"Edit name" : "Edit name",
"Show details" : "Show details",
"Delete" : "Delete",
Expand Down
1 change: 1 addition & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "Noche",
"Welcome {name} to your health center" : "Bienvenido {name} a tu centro de salud",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Puedes empezar por darte un objetivo personal. Quizá tengas un objetivo especial, una especificación médica o una apuesta con tus amigos o tu pareja. Podría ayudarte describirlo aquí. Darte una recompensa si alcanzas los objetivos o pensar en un plan de emergencia, si las cosas se hacen valer también es una buena idea …",
"Mission" : "Misión",
"Edit name" : "Editar nombre",
"Show details" : "Mostrar detalles",
"Delete" : "Borrar",
Expand Down
1 change: 1 addition & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "Noche",
"Welcome {name} to your health center" : "Bienvenido {name} a tu centro de salud",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Puedes empezar por darte un objetivo personal. Quizá tengas un objetivo especial, una especificación médica o una apuesta con tus amigos o tu pareja. Podría ayudarte describirlo aquí. Darte una recompensa si alcanzas los objetivos o pensar en un plan de emergencia, si las cosas se hacen valer también es una buena idea …",
"Mission" : "Misión",
"Edit name" : "Editar nombre",
"Show details" : "Mostrar detalles",
"Delete" : "Borrar",
Expand Down
1 change: 1 addition & 0 deletions l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "Nuit",
"Welcome {name} to your health center" : "Bienvenue {name} dans votre centre de santé",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Vous pouvez commencer ici en vous donnant une mission. Vous avez peut-être un objectif particulier, une spécificité médicale ou un pari avec vos amis ou votre partenaire. Cela pourrait vous aider de le décrire ici. Vous donner une récompense si vous atteignez vos objectifs, ou penser à un plan d'urgence si les choses se passent mal, peut aussi être une bonne idée... ",
"Mission" : "Mission",
"Edit name" : "Modifier le nom",
"Show details" : "Afficher les détails",
"Delete" : "Supprimer",
Expand Down
1 change: 1 addition & 0 deletions l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "Nuit",
"Welcome {name} to your health center" : "Bienvenue {name} dans votre centre de santé",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Vous pouvez commencer ici en vous donnant une mission. Vous avez peut-être un objectif particulier, une spécificité médicale ou un pari avec vos amis ou votre partenaire. Cela pourrait vous aider de le décrire ici. Vous donner une récompense si vous atteignez vos objectifs, ou penser à un plan d'urgence si les choses se passent mal, peut aussi être une bonne idée... ",
"Mission" : "Mission",
"Edit name" : "Modifier le nom",
"Show details" : "Afficher les détails",
"Delete" : "Supprimer",
Expand Down
1 change: 1 addition & 0 deletions l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "Ноћ",
"Welcome {name} to your health center" : "Добро дошли у свој здравствени центар, {name}",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Можете почети овде тако што ћете себи да задате личну мисију. Можда имате посебан циљ, медицинску спецификацију, или се крадите са пријатељем или партнером. Може да помогне ако то овде опишете. Такође је добра идеја да севи дате награду ако достигнете циљеве или размишљате о плану у хитном случају када ствари крену лоше да се развијају...",
"Mission" : "Мисија",
"Edit name" : "Измени име",
"Show details" : "Прикажи детаље",
"Delete" : "Избриши",
Expand Down
1 change: 1 addition & 0 deletions l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "Ноћ",
"Welcome {name} to your health center" : "Добро дошли у свој здравствени центар, {name}",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "Можете почети овде тако што ћете себи да задате личну мисију. Можда имате посебан циљ, медицинску спецификацију, или се крадите са пријатељем или партнером. Може да помогне ако то овде опишете. Такође је добра идеја да севи дате награду ако достигнете циљеве или размишљате о плану у хитном случају када ствари крену лоше да се развијају...",
"Mission" : "Мисија",
"Edit name" : "Измени име",
"Show details" : "Прикажи детаље",
"Delete" : "Избриши",
Expand Down
1 change: 1 addition & 0 deletions l10n/zh_HK.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ OC.L10N.register(
"Night" : "晚上",
"Welcome {name} to your health center" : "歡迎 {name} 來到您的健康中心",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "你可以從給自己一個個人任務開始。也許你有一個特殊的目標,一個醫學規範,或者和你的朋友打賭。在這裡描述一下會對你有幫助。如果你達到了目標,就給自己一筆獎勵吧!",
"Mission" : "使命",
"Edit name" : "編輯名稱",
"Show details" : "顯示細節",
"Delete" : "刪除",
Expand Down
1 change: 1 addition & 0 deletions l10n/zh_HK.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Night" : "晚上",
"Welcome {name} to your health center" : "歡迎 {name} 來到您的健康中心",
"You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if things getting worse is also a good idea …" : "你可以從給自己一個個人任務開始。也許你有一個特殊的目標,一個醫學規範,或者和你的朋友打賭。在這裡描述一下會對你有幫助。如果你達到了目標,就給自己一筆獎勵吧!",
"Mission" : "使命",
"Edit name" : "編輯名稱",
"Show details" : "顯示細節",
"Delete" : "刪除",
Expand Down

0 comments on commit 79f3d7b

Please sign in to comment.