2020-10-25 05:45:17 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"integration_github",
|
|
|
|
{
|
|
|
|
"GitHub" : "GitHub",
|
2022-04-24 05:58:05 +03:00
|
|
|
"Error getting OAuth access token" : "Eroare în obținerea token-ului OAuth",
|
|
|
|
"Error during OAuth exchanges" : "Eroare în schimbarea OAuth",
|
2022-10-01 05:38:44 +03:00
|
|
|
"Comment" : "Comentariu",
|
2022-04-24 05:58:05 +03:00
|
|
|
"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",
|
2020-10-25 05:45:17 +03:00
|
|
|
"Client ID" : "ID client",
|
2022-04-24 05:58:05 +03:00
|
|
|
"Client secret" : "Secret client",
|
2022-07-14 05:53:57 +03:00
|
|
|
"Enable navigation link" : "Pornește link-ul de navifare",
|
2022-09-15 06:02:28 +03:00
|
|
|
"Mark as read" : "Marchează ca citit",
|
2023-11-27 04:00:37 +03:00
|
|
|
"Unsubscribe" : "Desubscrie",
|
2022-09-15 06:02:28 +03:00
|
|
|
"Unknown error" : "Eroare necunoscută",
|
2023-11-25 04:04:04 +03:00
|
|
|
"Author" : "Autor",
|
2023-11-21 04:04:37 +03:00
|
|
|
"Owner" : "Proprietar",
|
|
|
|
"Draft" : "Schiță"
|
2020-10-25 05:45:17 +03:00
|
|
|
},
|
|
|
|
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|