[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
5b69057aa8
Коммит
95171b3908
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"GitHub" : "غيت هب",
|
||||
"GitHub notifications" : "الإشعارات العامة",
|
||||
"Client ID" : "معرف العميل"
|
||||
"Client ID" : "معرف العميل",
|
||||
"Mark as read" : "تمييز كمقروء"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "غيت هب",
|
||||
"GitHub notifications" : "الإشعارات العامة",
|
||||
"Client ID" : "معرف العميل"
|
||||
"Client ID" : "معرف العميل",
|
||||
"Mark as read" : "تمييز كمقروء"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"integration_github",
|
||||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Client ID" : "Klient-ID",
|
||||
"Client secret" : "Klient hemmelighed",
|
||||
"Mark as read" : "Marker som læst"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,7 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Client ID" : "Klient-ID",
|
||||
"Client secret" : "Klient hemmelighed",
|
||||
"Mark as read" : "Marker som læst"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"integration_github",
|
||||
{
|
||||
"Error getting OAuth access token" : "Error getting OAuth access token",
|
||||
"Error during OAuth exchanges" : "Error during OAuth exchanges",
|
||||
"Bad HTTP method" : "Bad HTTP method",
|
||||
"Bad credentials" : "Bad credentials",
|
||||
"OAuth access token refused" : "OAuth access token refused",
|
||||
"Client ID" : "Client ID",
|
||||
"Client secret" : "Client secret"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,10 @@
|
|||
{ "translations": {
|
||||
"Error getting OAuth access token" : "Error getting OAuth access token",
|
||||
"Error during OAuth exchanges" : "Error during OAuth exchanges",
|
||||
"Bad HTTP method" : "Bad HTTP method",
|
||||
"Bad credentials" : "Bad credentials",
|
||||
"OAuth access token refused" : "OAuth access token refused",
|
||||
"Client ID" : "Client ID",
|
||||
"Client secret" : "Client secret"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Connected accounts" : "حسابهای متصل",
|
||||
"Client ID" : "شناسه مشتری",
|
||||
"Client secret" : "رمز مشتری"
|
||||
"Client secret" : "رمز مشتری",
|
||||
"Mark as read" : "علامت به عنوان خواندهشده"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Connected accounts" : "حسابهای متصل",
|
||||
"Client ID" : "شناسه مشتری",
|
||||
"Client secret" : "رمز مشتری"
|
||||
"Client secret" : "رمز مشتری",
|
||||
"Mark as read" : "علامت به عنوان خواندهشده"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -8,6 +8,7 @@ OC.L10N.register(
|
|||
"GitHub issues and pull requests" : "דיווחים ובקשות דחיפה ב־GitHub",
|
||||
"GitHub repositories" : "מאגרי GitHub",
|
||||
"Bad credentials" : "פרטי גישה שגויים",
|
||||
"OAuth access token refused" : "אסימון הגישה ב־OAuth סורב",
|
||||
"Connected accounts" : "חשבונות מקושרים",
|
||||
"GitHub integration" : "שילוב עם GitHub",
|
||||
"GitHub OAuth settings" : "הגדרות OAuth של GitHub",
|
||||
|
@ -22,6 +23,7 @@ OC.L10N.register(
|
|||
"GitHub OAuth error:" : "שגיאת OAuth מול GitHub:",
|
||||
"GitHub options saved" : "האפשרויות של GitHub נשמרו",
|
||||
"Incorrect access token" : "אסימון הגישה שגוי",
|
||||
"Mark as read" : "סימון כנקרא",
|
||||
"Error connecting to GitHub" : "שגיאה בהתחברות ל־GitHub",
|
||||
"No GitHub notifications!" : "אין התראות של GitHub!"
|
||||
},
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"GitHub issues and pull requests" : "דיווחים ובקשות דחיפה ב־GitHub",
|
||||
"GitHub repositories" : "מאגרי GitHub",
|
||||
"Bad credentials" : "פרטי גישה שגויים",
|
||||
"OAuth access token refused" : "אסימון הגישה ב־OAuth סורב",
|
||||
"Connected accounts" : "חשבונות מקושרים",
|
||||
"GitHub integration" : "שילוב עם GitHub",
|
||||
"GitHub OAuth settings" : "הגדרות OAuth של GitHub",
|
||||
|
@ -20,6 +21,7 @@
|
|||
"GitHub OAuth error:" : "שגיאת OAuth מול GitHub:",
|
||||
"GitHub options saved" : "האפשרויות של GitHub נשמרו",
|
||||
"Incorrect access token" : "אסימון הגישה שגוי",
|
||||
"Mark as read" : "סימון כנקרא",
|
||||
"Error connecting to GitHub" : "שגיאה בהתחברות ל־GitHub",
|
||||
"No GitHub notifications!" : "אין התראות של GitHub!"
|
||||
},"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;"
|
||||
|
|
11
l10n/is.js
11
l10n/is.js
|
@ -2,7 +2,16 @@ OC.L10N.register(
|
|||
"integration_github",
|
||||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Villa við að ná í OAuth-aðgangsteikn",
|
||||
"Error during OAuth exchanges" : "Villa í OAuth-samskiptum",
|
||||
"Bad credentials" : "Gölluð auðkenni",
|
||||
"OAuth access token refused" : "OAuth-aðgangsteikni hafnað",
|
||||
"Connected accounts" : "Tengdir aðgangar",
|
||||
"Client ID" : "Biðlaraauðkenni",
|
||||
"Client secret" : "Leynilykill biðlara"
|
||||
"Client secret" : "Leynilykill biðlara",
|
||||
"Enable navigation link" : "Virkja flakktengil",
|
||||
"Connected as {user}" : "Tengt sem {user}",
|
||||
"Incorrect access token" : "Rangt aðgangsteikn",
|
||||
"Mark as read" : "Merkja sem lesið"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
11
l10n/is.json
11
l10n/is.json
|
@ -1,6 +1,15 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Villa við að ná í OAuth-aðgangsteikn",
|
||||
"Error during OAuth exchanges" : "Villa í OAuth-samskiptum",
|
||||
"Bad credentials" : "Gölluð auðkenni",
|
||||
"OAuth access token refused" : "OAuth-aðgangsteikni hafnað",
|
||||
"Connected accounts" : "Tengdir aðgangar",
|
||||
"Client ID" : "Biðlaraauðkenni",
|
||||
"Client secret" : "Leynilykill biðlara"
|
||||
"Client secret" : "Leynilykill biðlara",
|
||||
"Enable navigation link" : "Virkja flakktengil",
|
||||
"Connected as {user}" : "Tengt sem {user}",
|
||||
"Incorrect access token" : "Rangt aðgangsteikn",
|
||||
"Mark as read" : "Merkja sem lesið"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
|
@ -12,6 +12,7 @@ OC.L10N.register(
|
|||
"GitHub integration" : "GitHub統合",
|
||||
"Client ID" : "クライアントID",
|
||||
"Client secret" : "クライアント秘密鍵",
|
||||
"Enable navigation link" : "ナビゲーションリンクを有効化",
|
||||
"Connect to GitHub" : "GitHubに接続",
|
||||
"Connected as {user}" : "{user} を接続済み",
|
||||
"Disconnect from GitHub" : "GitHubから接続を解除",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"GitHub integration" : "GitHub統合",
|
||||
"Client ID" : "クライアントID",
|
||||
"Client secret" : "クライアント秘密鍵",
|
||||
"Enable navigation link" : "ナビゲーションリンクを有効化",
|
||||
"Connect to GitHub" : "GitHubに接続",
|
||||
"Connected as {user}" : "{user} を接続済み",
|
||||
"Disconnect from GitHub" : "GitHubから接続を解除",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"integration_github",
|
||||
{
|
||||
"Client ID" : "კლიენტის ID",
|
||||
"Client secret" : "კლიენტის საიდუმლო",
|
||||
"Mark as read" : "წაკითხულად მონიშვნა"
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
|
@ -0,0 +1,6 @@
|
|||
{ "translations": {
|
||||
"Client ID" : "კლიენტის ID",
|
||||
"Client secret" : "კლიენტის საიდუმლო",
|
||||
"Mark as read" : "წაკითხულად მონიშვნა"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Error during OAuth exchanges" : "OAuth 교환 중 오류가 발생했습니다",
|
||||
"GitHub notifications" : "GitHub 알림",
|
||||
"GitHub repositories" : "GitHub 저장소",
|
||||
"Bad HTTP method" : "옳지 않은 HTTP 메소드",
|
||||
"Bad credentials" : "잘못된 자격 증명",
|
||||
"OAuth access token refused" : "OAuth 액세스 토큰 거부됨",
|
||||
"Connected accounts" : "계정 연결됨",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Error during OAuth exchanges" : "OAuth 교환 중 오류가 발생했습니다",
|
||||
"GitHub notifications" : "GitHub 알림",
|
||||
"GitHub repositories" : "GitHub 저장소",
|
||||
"Bad HTTP method" : "옳지 않은 HTTP 메소드",
|
||||
"Bad credentials" : "잘못된 자격 증명",
|
||||
"OAuth access token refused" : "OAuth 액세스 토큰 거부됨",
|
||||
"Connected accounts" : "계정 연결됨",
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Error during OAuth exchanges" : "Klaida „OAuth“ apsikeitimo metu",
|
||||
"GitHub notifications" : "„GitHub“ pranešimai",
|
||||
"GitHub repositories" : "„GitHub“ saugyklos",
|
||||
"Bad HTTP method" : "Blogas HTTP metodas",
|
||||
"Bad credentials" : "Blogi prisijungimo duomenys",
|
||||
"OAuth access token refused" : "„OAuth“ prieigos raktas atmestas",
|
||||
"Connected accounts" : "Prijungtos paskyros",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Error during OAuth exchanges" : "Klaida „OAuth“ apsikeitimo metu",
|
||||
"GitHub notifications" : "„GitHub“ pranešimai",
|
||||
"GitHub repositories" : "„GitHub“ saugyklos",
|
||||
"Bad HTTP method" : "Blogas HTTP metodas",
|
||||
"Bad credentials" : "Blogi prisijungimo duomenys",
|
||||
"OAuth access token refused" : "„OAuth“ prieigos raktas atmestas",
|
||||
"Connected accounts" : "Prijungtos paskyros",
|
||||
|
|
|
@ -2,7 +2,13 @@ OC.L10N.register(
|
|||
"integration_github",
|
||||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Feil ved henting av OAuth tilgangsbevis",
|
||||
"Error during OAuth exchanges" : "Feil ved utveksling av OAuth",
|
||||
"Bad HTTP method" : "HTTP-metode er feil",
|
||||
"Bad credentials" : "Påloggingsdetaljene er feil",
|
||||
"OAuth access token refused" : "OAuth access token ble avslått",
|
||||
"Client ID" : "Klient-ID",
|
||||
"Client secret" : "Klient-hemmelighet"
|
||||
"Client secret" : "Klient-hemmelighet",
|
||||
"Mark as read" : "Merk som lest"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Feil ved henting av OAuth tilgangsbevis",
|
||||
"Error during OAuth exchanges" : "Feil ved utveksling av OAuth",
|
||||
"Bad HTTP method" : "HTTP-metode er feil",
|
||||
"Bad credentials" : "Påloggingsdetaljene er feil",
|
||||
"OAuth access token refused" : "OAuth access token ble avslått",
|
||||
"Client ID" : "Klient-ID",
|
||||
"Client secret" : "Klient-hemmelighet"
|
||||
"Client secret" : "Klient-hemmelighet",
|
||||
"Mark as read" : "Merk som lest"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
OC.L10N.register(
|
||||
"integration_github",
|
||||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Bad credentials" : "Marrits identificants",
|
||||
"Client ID" : "ID client",
|
||||
"Connected as {user}" : "Connectat coma {user}",
|
||||
"Mark as read" : "Marcar coma legit"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
|
@ -0,0 +1,8 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Bad credentials" : "Marrits identificants",
|
||||
"Client ID" : "ID client",
|
||||
"Connected as {user}" : "Connectat coma {user}",
|
||||
"Mark as read" : "Marcar coma legit"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -2,7 +2,14 @@ OC.L10N.register(
|
|||
"integration_github",
|
||||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Eroare în obținerea token-ului OAuth",
|
||||
"Error during OAuth exchanges" : "Eroare în schimbarea OAuth",
|
||||
"Bad HTTP method" : "Metodă HTTP nepotrivită",
|
||||
"Bad credentials" : "Credențiale greșite",
|
||||
"OAuth access token refused" : "Token-ul OAuth a fost refuzat",
|
||||
"Connected accounts" : "Conturile conectate",
|
||||
"Client ID" : "ID client",
|
||||
"Client secret" : "Secret client"
|
||||
"Client secret" : "Secret client",
|
||||
"Enable navigation link" : "Pornește link-ul de navifare"
|
||||
},
|
||||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Eroare în obținerea token-ului OAuth",
|
||||
"Error during OAuth exchanges" : "Eroare în schimbarea OAuth",
|
||||
"Bad HTTP method" : "Metodă HTTP nepotrivită",
|
||||
"Bad credentials" : "Credențiale greșite",
|
||||
"OAuth access token refused" : "Token-ul OAuth a fost refuzat",
|
||||
"Connected accounts" : "Conturile conectate",
|
||||
"Client ID" : "ID client",
|
||||
"Client secret" : "Secret client"
|
||||
"Client secret" : "Secret client",
|
||||
"Enable navigation link" : "Pornește link-ul de navifare"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
|
||||
}
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"GitHub notifications" : "Уведомления GitHub",
|
||||
"GitHub issues and pull requests" : "Проблемы с GitHub и запросы на слияние",
|
||||
"GitHub repositories" : "Репозитории GitHub",
|
||||
"Bad HTTP method" : "Неверный метод HTTP",
|
||||
"Bad credentials" : "Неверные учётные данные",
|
||||
"OAuth access token refused" : "Токен доступа OAuth отклонён",
|
||||
"Connected accounts" : "Подключённые учётные записи",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"GitHub notifications" : "Уведомления GitHub",
|
||||
"GitHub issues and pull requests" : "Проблемы с GitHub и запросы на слияние",
|
||||
"GitHub repositories" : "Репозитории GitHub",
|
||||
"Bad HTTP method" : "Неверный метод HTTP",
|
||||
"Bad credentials" : "Неверные учётные данные",
|
||||
"OAuth access token refused" : "Токен доступа OAuth отклонён",
|
||||
"Connected accounts" : "Подключённые учётные записи",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"integration_github",
|
||||
{
|
||||
"Client ID" : "ID klienti",
|
||||
"Client secret" : "E fshehtë klienti",
|
||||
"Mark as read" : "Shënoje si të lexuar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,6 @@
|
|||
{ "translations": {
|
||||
"Client ID" : "ID klienti",
|
||||
"Client secret" : "E fshehtë klienti",
|
||||
"Mark as read" : "Shënoje si të lexuar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Client ID" : "ID клијента",
|
||||
"Client secret" : "Тајна клијента"
|
||||
"Client secret" : "Тајна клијента",
|
||||
"Mark as read" : "Означи као прочитано"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Client ID" : "ID клијента",
|
||||
"Client secret" : "Тајна клијента"
|
||||
"Client secret" : "Тајна клијента",
|
||||
"Mark as read" : "Означи као прочитано"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -2,9 +2,11 @@ OC.L10N.register(
|
|||
"integration_github",
|
||||
{
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Kunde inte hämta OAuth-token",
|
||||
"GitHub notifications" : "GitHub-aviseringar",
|
||||
"GitHub issues and pull requests" : "Ärenden och pull-förfrågningar på GitHub",
|
||||
"GitHub repositories" : "GitHub-arkiv",
|
||||
"Bad HTTP method" : "Felaktig HTTP-metod",
|
||||
"Bad credentials" : "Ogiltiga inloggningsuppgifter",
|
||||
"Connected accounts" : "Anslutna konton",
|
||||
"GitHub integration" : "GitHub-integrering",
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{ "translations": {
|
||||
"GitHub" : "GitHub",
|
||||
"Error getting OAuth access token" : "Kunde inte hämta OAuth-token",
|
||||
"GitHub notifications" : "GitHub-aviseringar",
|
||||
"GitHub issues and pull requests" : "Ärenden och pull-förfrågningar på GitHub",
|
||||
"GitHub repositories" : "GitHub-arkiv",
|
||||
"Bad HTTP method" : "Felaktig HTTP-metod",
|
||||
"Bad credentials" : "Ogiltiga inloggningsuppgifter",
|
||||
"Connected accounts" : "Anslutna konton",
|
||||
"GitHub integration" : "GitHub-integrering",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"integration_github",
|
||||
{
|
||||
"Client ID" : "Client ID",
|
||||
"Client secret" : "Client secret",
|
||||
"Connected as {user}" : "เชื่อมต่อเป็น {user} แล้ว"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -0,0 +1,6 @@
|
|||
{ "translations": {
|
||||
"Client ID" : "Client ID",
|
||||
"Client secret" : "Client secret",
|
||||
"Connected as {user}" : "เชื่อมต่อเป็น {user} แล้ว"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"GitHub notifications" : "GitHub 通知",
|
||||
"GitHub issues and pull requests" : "GitHub issues 和 pull requests",
|
||||
"GitHub repositories" : "GitHub 仓库",
|
||||
"Bad HTTP method" : "错误的HTTP方法",
|
||||
"Bad credentials" : "错误的凭据",
|
||||
"OAuth access token refused" : "OAuth 访问令牌拒绝",
|
||||
"Connected accounts" : "关联账号",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"GitHub notifications" : "GitHub 通知",
|
||||
"GitHub issues and pull requests" : "GitHub issues 和 pull requests",
|
||||
"GitHub repositories" : "GitHub 仓库",
|
||||
"Bad HTTP method" : "错误的HTTP方法",
|
||||
"Bad credentials" : "错误的凭据",
|
||||
"OAuth access token refused" : "OAuth 访问令牌拒绝",
|
||||
"Connected accounts" : "关联账号",
|
||||
|
|
Загрузка…
Ссылка в новой задаче