[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
master
Nextcloud bot 2022-08-24 03:37:43 +00:00
parent d1eaff1d7c
commit 06eb7af5a5
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 6 additions and 2 deletions

View File

@ -27,4 +27,4 @@ OC.L10N.register(
"Sunset" : "Puesta de sol", "Sunset" : "Puesta de sol",
"Date" : "Fecha" "Date" : "Fecha"
}, },
"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -24,5 +24,5 @@
"Sunrise" : "Salida del sol", "Sunrise" : "Salida del sol",
"Sunset" : "Puesta de sol", "Sunset" : "Puesta de sol",
"Date" : "Fecha" "Date" : "Fecha"
},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@ -14,6 +14,8 @@ OC.L10N.register(
"Add" : "افزودن", "Add" : "افزودن",
"Cancel" : "لغو", "Cancel" : "لغو",
"Settings" : "تنظیمات", "Settings" : "تنظیمات",
"Sunrise" : "طلوع آفتاب",
"Sunset" : "غروب آفتاب",
"Date" : "Date" "Date" : "Date"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View File

@ -12,6 +12,8 @@
"Add" : "افزودن", "Add" : "افزودن",
"Cancel" : "لغو", "Cancel" : "لغو",
"Settings" : "تنظیمات", "Settings" : "تنظیمات",
"Sunrise" : "طلوع آفتاب",
"Sunset" : "غروب آفتاب",
"Date" : "Date" "Date" : "Date"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }