Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-18 05:19:28 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-18 05:19:28 +0300
commit6d291c3c1934e97914a9c22e66355769efe3f6d0 (patch)
tree2a715ab9827b04c01de13b293641e8bdff8b9e97 /apps/twofactor_backupcodes
parente62a546c341b7ba5d80ecfa95cb26114628c0ac1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r--apps/twofactor_backupcodes/l10n/he.js20
-rw-r--r--apps/twofactor_backupcodes/l10n/he.json18
2 files changed, 38 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/he.js b/apps/twofactor_backupcodes/l10n/he.js
new file mode 100644
index 00000000000..5779738cec2
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/he.js
@@ -0,0 +1,20 @@
+OC.L10N.register(
+ "twofactor_backupcodes",
+ {
+ "You created two-factor backup codes for your account" : "יצרת קודים לגיבוי לטובת אימות דו־שלבי עבור החשבון שלך",
+ "Second-factor backup codes" : "קודים לגיבוי עבור אימות דו־שלבי",
+ "Generate backup codes" : "יצירת קודים לגיבוי",
+ "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "הפעלת אימות דו־שלבי אך לא ייצאת קודים לגיבוי עדיין. הם נחוצים כדי לשחזר גישה לחשבון שלך במקרה שהגורם השני שלך אבד.",
+ "Backup code" : "קוד גיבוי",
+ "Use backup code" : "שימוש בקוד גיבוי",
+ "Two factor backup codes" : "קודים לגיבוי אימות דו־שלבי",
+ "Save backup codes" : "שמירת קודים לגיבוי",
+ "Print backup codes" : "הדפסת קודים לגיבוי",
+ "Regenerate backup codes" : "יצירת קודים לגיבוי",
+ "If you regenerate backup codes, you automatically invalidate old codes." : "ייצור של קודים חדשים לגיבוי יבטל את תוקף הקודים הישנים.",
+ "An error occurred while generating your backup codes" : "אירעה שגיאה ביצירת הקודים שלך לגיבוי",
+ "{name} backup codes" : "{name} קודים לגיבוי",
+ "Submit" : "שליחה",
+ "_" : "_"
+},
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
diff --git a/apps/twofactor_backupcodes/l10n/he.json b/apps/twofactor_backupcodes/l10n/he.json
new file mode 100644
index 00000000000..29bdfa2350f
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/he.json
@@ -0,0 +1,18 @@
+{ "translations": {
+ "You created two-factor backup codes for your account" : "יצרת קודים לגיבוי לטובת אימות דו־שלבי עבור החשבון שלך",
+ "Second-factor backup codes" : "קודים לגיבוי עבור אימות דו־שלבי",
+ "Generate backup codes" : "יצירת קודים לגיבוי",
+ "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "הפעלת אימות דו־שלבי אך לא ייצאת קודים לגיבוי עדיין. הם נחוצים כדי לשחזר גישה לחשבון שלך במקרה שהגורם השני שלך אבד.",
+ "Backup code" : "קוד גיבוי",
+ "Use backup code" : "שימוש בקוד גיבוי",
+ "Two factor backup codes" : "קודים לגיבוי אימות דו־שלבי",
+ "Save backup codes" : "שמירת קודים לגיבוי",
+ "Print backup codes" : "הדפסת קודים לגיבוי",
+ "Regenerate backup codes" : "יצירת קודים לגיבוי",
+ "If you regenerate backup codes, you automatically invalidate old codes." : "ייצור של קודים חדשים לגיבוי יבטל את תוקף הקודים הישנים.",
+ "An error occurred while generating your backup codes" : "אירעה שגיאה ביצירת הקודים שלך לגיבוי",
+ "{name} backup codes" : "{name} קודים לגיבוי",
+ "Submit" : "שליחה",
+ "_" : "_"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
+} \ No newline at end of file