mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/189/head
parent
2a8e572c84
commit
73be2db5e5
|
@ -3,7 +3,10 @@ OC.L10N.register(
|
|||
{
|
||||
"You created the room %s." : "ایجاد روم %s",
|
||||
"You deleted the room %s." : "پاک کردن روم %s",
|
||||
"Room not found" : "اتاق یافت نشد",
|
||||
"The room could not be found. Maybe it was deleted?" : "اتاق پیدا نشد. شاید حذف شده است؟",
|
||||
"Save" : "ذخیره",
|
||||
"Default Room Settings" : "تنظیمات پیشفرض اتاق",
|
||||
"Display name" : "نام جهت نمایش",
|
||||
"Password" : "کلمه عبور",
|
||||
"Join" : "ملحق شدن",
|
||||
|
@ -23,6 +26,7 @@ OC.L10N.register(
|
|||
"Server error" : "خطای سرور",
|
||||
"Share" : "همرسانی",
|
||||
"Loading" : "در حال بار گزاری",
|
||||
"Delete restrictions for \"{name}\"?" : "محدودیتهای \"{name}\" حذف شود؟",
|
||||
"Settings saved" : "تنظیمات ذخیره شد"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{ "translations": {
|
||||
"You created the room %s." : "ایجاد روم %s",
|
||||
"You deleted the room %s." : "پاک کردن روم %s",
|
||||
"Room not found" : "اتاق یافت نشد",
|
||||
"The room could not be found. Maybe it was deleted?" : "اتاق پیدا نشد. شاید حذف شده است؟",
|
||||
"Save" : "ذخیره",
|
||||
"Default Room Settings" : "تنظیمات پیشفرض اتاق",
|
||||
"Display name" : "نام جهت نمایش",
|
||||
"Password" : "کلمه عبور",
|
||||
"Join" : "ملحق شدن",
|
||||
|
@ -21,6 +24,7 @@
|
|||
"Server error" : "خطای سرور",
|
||||
"Share" : "همرسانی",
|
||||
"Loading" : "در حال بار گزاری",
|
||||
"Delete restrictions for \"{name}\"?" : "محدودیتهای \"{name}\" حذف شود؟",
|
||||
"Settings saved" : "تنظیمات ذخیره شد"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
Loading…
Reference in New Issue