parent
81ad19b4e2
commit
46b62ff579
@ -1,10 +1,10 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "OAuth 2.0-kliënte", |
||||
"Name" : "Naam", |
||||
"Redirection URI" : "Herverwysings-URI", |
||||
"Client Identifier" : "Kliëntidentifiseerder", |
||||
"Secret" : "Geheim", |
||||
"Add client" : "Voeg kliënt toe", |
||||
"Redirection URI" : "Herverwysings-URI", |
||||
"Secret" : "Geheim", |
||||
"Add" : "Voeg toe" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Veceros d'OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permite a los servicios esternos solicitar accesu a %s.", |
||||
"Name" : "Nome", |
||||
"Redirection URI" : "URI de redireición", |
||||
"Client Identifier" : "Identificador del veceru", |
||||
"Secret" : "Secretu", |
||||
"Add client" : "Amestar veceru", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permite a los servicios esternos solicitar accesu a %s.", |
||||
"Redirection URI" : "URI de redireición", |
||||
"Secret" : "Secretu", |
||||
"Add" : "Amestar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "clients OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet que els serveis externs sol·licitin accés a %s.", |
||||
"Name" : "Nom", |
||||
"Redirection URI" : "URl redirecció", |
||||
"Client Identifier" : "Identificador de client", |
||||
"Secret" : "Secret", |
||||
"Add client" : "Afegir client", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet que els serveis externs sol·licitin accés a %s.", |
||||
"Redirection URI" : "URl redirecció", |
||||
"Secret" : "Secret", |
||||
"Add" : "Afegir" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "OAuth 2.0 klienti", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s.", |
||||
"Name" : "Název", |
||||
"Redirection URI" : "URL pro přesměrování", |
||||
"Client Identifier" : "Identifikátor klienta", |
||||
"Secret" : "Tajemství", |
||||
"Add client" : "Přidat klienta", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s.", |
||||
"Redirection URI" : "URL pro přesměrování", |
||||
"Secret" : "Tajemství", |
||||
"Add" : "Přidat" |
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 klienter", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillader eksterne services at forespørge adgang til din %s.", |
||||
"Name" : "Navn", |
||||
"Redirection URI" : "Viderestilling URI", |
||||
"Client Identifier" : "Klient ID", |
||||
"Secret" : "Hemmelighed", |
||||
"Add client" : "Tilføj klient", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillader eksterne services at forespørge adgang til din %s.", |
||||
"Redirection URI" : "Viderestilling URI", |
||||
"Secret" : "Hemmelighed", |
||||
"Add" : "Tilføj" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,25 +1,17 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 clients" : "OAuth 2.0-Clients", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", |
||||
"Name" : "Name", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Client-Identifikationsmerkmal", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Geheimnis", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Client hinzufügen", |
||||
"Add" : "Hinzufügen", |
||||
"_button_::_submit_" : ["Knopf","Übermitteln"], |
||||
"_section_::_oauth2_" : ["Sektion","OAuth2"], |
||||
"Show client secret" : "Geheime Zeichenkette des Client anzeigen", |
||||
"Delete" : " Löschen", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"Secret" : "Geheimnis", |
||||
"Add" : "Hinzufügen" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,23 +1,15 @@ |
||||
{ "translations": { |
||||
"Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 clients" : "OAuth 2.0-Clients", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", |
||||
"Name" : "Name", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Client-Identifikationsmerkmal", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Geheimnis", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Client hinzufügen", |
||||
"Add" : "Hinzufügen", |
||||
"_button_::_submit_" : ["Knopf","Übermitteln"], |
||||
"_section_::_oauth2_" : ["Sektion","OAuth2"], |
||||
"Show client secret" : "Geheime Zeichenkette des Client anzeigen", |
||||
"Delete" : " Löschen", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"Secret" : "Geheimnis", |
||||
"Add" : "Hinzufügen" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,25 +1,17 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 clients" : "OAuth 2.0-Clients", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", |
||||
"Name" : "Name", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Client-Identifikationsmerkmal", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Geheimnis", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Client hinzufügen", |
||||
"Add" : "Hinzufügen", |
||||
"_button_::_submit_" : ["Knopf","Übermitteln"], |
||||
"_section_::_oauth2_" : ["Sektion","OAuth2"], |
||||
"Show client secret" : "Geheime Zeichenkette des Client anzeigen", |
||||
"Delete" : "Löschen", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"Secret" : "Geheimnis", |
||||
"Add" : "Hinzufügen" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,23 +1,15 @@ |
||||
{ "translations": { |
||||
"Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 clients" : "OAuth 2.0-Clients", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", |
||||
"Name" : "Name", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Client-Identifikationsmerkmal", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Geheimnis", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Client hinzufügen", |
||||
"Add" : "Hinzufügen", |
||||
"_button_::_submit_" : ["Knopf","Übermitteln"], |
||||
"_section_::_oauth2_" : ["Sektion","OAuth2"], |
||||
"Show client secret" : "Geheime Zeichenkette des Client anzeigen", |
||||
"Delete" : "Löschen", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", |
||||
"Redirection URI" : "Weiterleitungs-URI", |
||||
"Secret" : "Geheimnis", |
||||
"Add" : "Hinzufügen" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Πελάτες OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "Το OAuth 2.0 επιτρέπει σε εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο %s σας.", |
||||
"Name" : "Όνομα", |
||||
"Redirection URI" : "URI ανακατεύθυνσης", |
||||
"Client Identifier" : "Αναγνωριστικό πελάτη", |
||||
"Secret" : "Μυστικό", |
||||
"Add client" : "Προσθήκη πελάτη", |
||||
"OAuth 2.0 allows external services to request access to %s." : "Το OAuth 2.0 επιτρέπει σε εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο %s σας.", |
||||
"Redirection URI" : "URI ανακατεύθυνσης", |
||||
"Secret" : "Μυστικό", |
||||
"Add" : "Προσθήκη" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,16 +1,16 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 clients", |
||||
"Name" : "Name", |
||||
"Redirection URI" : "Redirection URI", |
||||
"Client Identifier" : "Client Identifier", |
||||
"Secret" : "Secret", |
||||
"Add client" : "Add client", |
||||
"Add" : "Add", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.", |
||||
"Redirection URI" : "Redirection URI", |
||||
"Secret" : "Secret", |
||||
"Add" : "Add" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,14 +1,14 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 clients", |
||||
"Name" : "Name", |
||||
"Redirection URI" : "Redirection URI", |
||||
"Client Identifier" : "Client Identifier", |
||||
"Secret" : "Secret", |
||||
"Add client" : "Add client", |
||||
"Add" : "Add", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.", |
||||
"Redirection URI" : "Redirection URI", |
||||
"Secret" : "Secret", |
||||
"Add" : "Add" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,20 +1,16 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI de redirección", |
||||
"Client Identifier" : "Identificador de cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Añadir cliente", |
||||
"Add" : "Añadir", |
||||
"_section_::_oauth2_" : ["sección","oauth2"], |
||||
"Show client secret" : "Mostrar secreto del cliente", |
||||
"Delete" : "Eliminar", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAut 2.0 permite a servicios externos solicitar acceso a %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAut 2.0 permite a servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI de redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Añadir" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,18 +1,14 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI de redirección", |
||||
"Client Identifier" : "Identificador de cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Añadir cliente", |
||||
"Add" : "Añadir", |
||||
"_section_::_oauth2_" : ["sección","oauth2"], |
||||
"Show client secret" : "Mostrar secreto del cliente", |
||||
"Delete" : "Eliminar", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAut 2.0 permite a servicios externos solicitar acceso a %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAut 2.0 permite a servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI de redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Añadir" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,10 +1,10 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI de redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"Redirection URI" : "URI de redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,16 +1,16 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"Add" : "Agregar", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,14 +1,14 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"Add" : "Agregar", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Clientes OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Name" : "Nombre", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Client Identifier" : "Identificador del cliente", |
||||
"Secret" : "Secreto", |
||||
"Add client" : "Agregar cliente", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", |
||||
"Redirection URI" : "URI para redirección", |
||||
"Secret" : "Secreto", |
||||
"Add" : "Agregar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "OAuth 2.0 kliendid", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lubab välistel teenustel %s teenusele ligipääsu taotleda.", |
||||
"Name" : "Nimi", |
||||
"Redirection URI" : "Suunamise URI", |
||||
"Client Identifier" : "Kliendi identifikaator", |
||||
"Secret" : "Saladus", |
||||
"Add client" : "Lisa klient", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lubab välistel teenustel %s teenusele ligipääsu taotleda.", |
||||
"Redirection URI" : "Suunamise URI", |
||||
"Secret" : "Saladus", |
||||
"Add" : "Lisa" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "OAuth 2.0-en bezeroak", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.", |
||||
"Name" : "Izena", |
||||
"Redirection URI" : "Birbideraketaren URI", |
||||
"Client Identifier" : "Bezeroaren Identifikadorea", |
||||
"Secret" : "Sekretua", |
||||
"Add client" : "Bezeroa gehitu", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.", |
||||
"Redirection URI" : "Birbideraketaren URI", |
||||
"Secret" : "Sekretua", |
||||
"Add" : "Gehitu" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,25 +1,16 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"OAuth 2.0 clients" : "Clients OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", |
||||
"Name" : "Nom", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "URI de redirection", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Identifiant du client", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Secret", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Ajouter un client", |
||||
"Add" : "Ajouter", |
||||
"_button_::_submit_" : ["button","submit"], |
||||
"_section_::_oauth2_" : ["section","oauth2"], |
||||
"Show client secret" : "Afficher le secret du client", |
||||
"Delete" : "Supprimer", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s.", |
||||
"Redirection URI" : "URI de redirection", |
||||
"Secret" : "Secret", |
||||
"Add" : "Ajouter" |
||||
}, |
||||
"nplurals=2; plural=(n > 1);"); |
||||
|
@ -1,23 +1,14 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"OAuth 2.0 clients" : "Clients OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", |
||||
"Name" : "Nom", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "URI de redirection", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Identifiant du client", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Secret", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Ajouter un client", |
||||
"Add" : "Ajouter", |
||||
"_button_::_submit_" : ["button","submit"], |
||||
"_section_::_oauth2_" : ["section","oauth2"], |
||||
"Show client secret" : "Afficher le secret du client", |
||||
"Delete" : "Supprimer", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s.", |
||||
"Redirection URI" : "URI de redirection", |
||||
"Secret" : "Secret", |
||||
"Add" : "Ajouter" |
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);" |
||||
} |
@ -1,16 +1,16 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", |
||||
"OAuth 2.0 clients" : "לקוחות OAuth 2.0", |
||||
"Name" : "שם", |
||||
"Redirection URI" : "כתובת הפנייה", |
||||
"Client Identifier" : "זיהוי לקו", |
||||
"Secret" : "סוד", |
||||
"Add client" : "הוספת לקוחי", |
||||
"Add" : "הוספה", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.", |
||||
"Redirection URI" : "כתובת הפנייה", |
||||
"Secret" : "סוד", |
||||
"Add" : "הוספה" |
||||
}, |
||||
"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;"); |
||||
|
@ -1,14 +1,14 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", |
||||
"OAuth 2.0 clients" : "לקוחות OAuth 2.0", |
||||
"Name" : "שם", |
||||
"Redirection URI" : "כתובת הפנייה", |
||||
"Client Identifier" : "זיהוי לקו", |
||||
"Secret" : "סוד", |
||||
"Add client" : "הוספת לקוחי", |
||||
"Add" : "הוספה", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.", |
||||
"Redirection URI" : "כתובת הפנייה", |
||||
"Secret" : "סוד", |
||||
"Add" : "הוספה" |
||||
},"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;" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 kliensek", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 megengedi külső szolgáltatásoknak, hogy hozzáférést kérjenek ehhez: %s.", |
||||
"Name" : "Név", |
||||
"Redirection URI" : "Átirányítési URI", |
||||
"Client Identifier" : "Ügyfél azonosító", |
||||
"Secret" : "Titok", |
||||
"Add client" : "Ügyfél hozzáadás", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 megengedi külső szolgáltatásoknak, hogy hozzáférést kérjenek ehhez: %s.", |
||||
"Redirection URI" : "Átirányítési URI", |
||||
"Secret" : "Titok", |
||||
"Add" : "Hozzáadás" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "Klien OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s.", |
||||
"Name" : "Nama", |
||||
"Redirection URI" : "URI Pengalihan", |
||||
"Client Identifier" : "Identifier klien", |
||||
"Secret" : "Rahasia", |
||||
"Add client" : "Tambah klien", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s.", |
||||
"Redirection URI" : "URI Pengalihan", |
||||
"Secret" : "Rahasia", |
||||
"Add" : "Tambah" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 biðlarar", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að %s.", |
||||
"Name" : "Nafn", |
||||
"Redirection URI" : "Endurbeiningarslóð", |
||||
"Client Identifier" : "Biðlaraauðkenni", |
||||
"Secret" : "Leynilykill", |
||||
"Add client" : "Bæta við biðlara", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að %s.", |
||||
"Redirection URI" : "Endurbeiningarslóð", |
||||
"Secret" : "Leynilykill", |
||||
"Add" : "Bæta við" |
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" |
||||
} |
@ -1,25 +1,17 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"OAuth 2.0 clients" : "Client OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", |
||||
"Name" : "Nome", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "URI di redirezione", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Identificatore client", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Segreto", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Aggiungi client", |
||||
"Add" : "Aggiungi", |
||||
"_button_::_submit_" : ["button","submit"], |
||||
"_section_::_oauth2_" : ["section","oauth2"], |
||||
"Show client secret" : "Mostra segreto del client", |
||||
"Delete" : "Elimina", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s.", |
||||
"Redirection URI" : "URI di redirezione", |
||||
"Secret" : "Segreto", |
||||
"Add" : "Aggiungi" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,23 +1,15 @@ |
||||
{ "translations": { |
||||
"Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"OAuth 2.0 clients" : "Client OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", |
||||
"Name" : "Nome", |
||||
"_headerName_::_col_" : ["headerName","col"], |
||||
"Redirection URI" : "URI di redirezione", |
||||
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], |
||||
"Client Identifier" : "Identificatore client", |
||||
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], |
||||
"Secret" : "Segreto", |
||||
"_headerSecret_::_col_" : ["headerSecret","col"], |
||||
"Add client" : "Aggiungi client", |
||||
"Add" : "Aggiungi", |
||||
"_button_::_submit_" : ["button","submit"], |
||||
"_section_::_oauth2_" : ["section","oauth2"], |
||||
"Show client secret" : "Mostra segreto del client", |
||||
"Delete" : "Elimina", |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s." |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s.", |
||||
"Redirection URI" : "URI di redirezione", |
||||
"Secret" : "Segreto", |
||||
"Add" : "Aggiungi" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,17 +1,15 @@ |
||||
OC.L10N.register( |
||||
"oauth2", |
||||
{ |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換の認証を許可します。", |
||||
"OAuth 2.0 clients" : "OAuth 2.0クライアント", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0により外部サービスから {instanceName} へのアクセス要求を許可します。", |
||||
"Name" : "名前", |
||||
"Redirection URI" : "リダイレクトURI", |
||||
"Client Identifier" : "クライアントID", |
||||
"Secret" : "シークレットキー", |
||||
"Add client" : "クライアントの追加", |
||||
"Add" : "追加", |
||||
"_section_::_oauth2_" : ["oauth2"], |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換の認証を許可します。", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s へのアクセス要求を許可します。" |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s へのアクセス要求を許可します。", |
||||
"Redirection URI" : "リダイレクトURI", |
||||
"Secret" : "シークレットキー", |
||||
"Add" : "追加" |
||||
}, |
||||
"nplurals=1; plural=0;"); |
||||
|
@ -1,15 +1,13 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換の認証を許可します。", |
||||
"OAuth 2.0 clients" : "OAuth 2.0クライアント", |
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0により外部サービスから {instanceName} へのアクセス要求を許可します。", |
||||
"Name" : "名前", |
||||
"Redirection URI" : "リダイレクトURI", |
||||
"Client Identifier" : "クライアントID", |
||||
"Secret" : "シークレットキー", |
||||
"Add client" : "クライアントの追加", |
||||
"Add" : "追加", |
||||
"_section_::_oauth2_" : ["oauth2"], |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換の認証を許可します。", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s へのアクセス要求を許可します。" |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s へのアクセス要求を許可します。", |
||||
"Redirection URI" : "リダイレクトURI", |
||||
"Secret" : "シークレットキー", |
||||
"Add" : "追加" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 კლიენტები", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 გარე სერვისებს ანიჭებს %s-ზე წვდომის მოთხოვნის უფლებას.", |
||||
"Name" : "სახელი", |
||||
"Redirection URI" : "გადამისამართების URI", |
||||
"Client Identifier" : "კლიენტის იდენტიფიკატორი", |
||||
"Secret" : "საიდუმლო", |
||||
"Add client" : "კლიენტის დამატება", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 გარე სერვისებს ანიჭებს %s-ზე წვდომის მოთხოვნის უფლებას.", |
||||
"Redirection URI" : "გადამისამართების URI", |
||||
"Secret" : "საიდუმლო", |
||||
"Add" : "დამატება" |
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);" |
||||
} |
@ -1,11 +1,11 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0 clients" : "OAuth 2.0 클라이언트", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0을 사용하여 외부 서비스에서 %s에 접근할 수 있습니다.", |
||||
"Name" : "이름", |
||||
"Redirection URI" : "전환될 URI", |
||||
"Client Identifier" : "클라이언트 식별자", |
||||
"Secret" : "비밀 값", |
||||
"Add client" : "클라이언트 추가", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0을 사용하여 외부 서비스에서 %s에 접근할 수 있습니다.", |
||||
"Redirection URI" : "전환될 URI", |
||||
"Secret" : "비밀 값", |
||||
"Add" : "추가" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 klientai", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 protokolas leidžia trečiųjų šalių programinei įrangai pasiekti šiuos jūsų duomenis: %s.", |
||||
"Name" : "Pavadinimas", |
||||
"Redirection URI" : "Nukreipimo adresas", |
||||
"Client Identifier" : "Kliento identifikatorius", |
||||
"Secret" : "Paslaptis", |
||||
"Add client" : "Pridėti klientą", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 protokolas leidžia trečiųjų šalių programinei įrangai pasiekti šiuos jūsų duomenis: %s.", |
||||
"Redirection URI" : "Nukreipimo adresas", |
||||
"Secret" : "Paslaptis", |
||||
"Add" : "Pridėti" |
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0-klienter", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til %s.", |
||||
"Name" : "Navn", |
||||
"Redirection URI" : "Videresendings-URI", |
||||
"Client Identifier" : "Klient-identifikator", |
||||
"Secret" : "Hemmelighet", |
||||
"Add client" : "Legg til klient", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til %s.", |
||||
"Redirection URI" : "Videresendings-URI", |
||||
"Secret" : "Hemmelighet", |
||||
"Add" : "Legg til" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "OAuth 2.0 Clients", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s", |
||||
"Name" : "Naam", |
||||
"Redirection URI" : "Omeiding URI", |
||||
"Client Identifier" : "Client identificatie", |
||||
"Secret" : "Geheim", |
||||
"Add client" : "Voeg client toe", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s", |
||||
"Redirection URI" : "Omeiding URI", |
||||
"Secret" : "Geheim", |
||||
"Add" : "Toevoegen" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,12 +1,12 @@ |
||||
{ "translations": { |
||||
"OAuth 2.0" : "OAuth 2.0", |
||||
"OAuth 2.0 clients" : "Klienci OAuth 2.0", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s.", |
||||
"Name" : "Nazwa", |
||||
"Redirection URI" : "URI przekierowania", |
||||
"Client Identifier" : "Identyfikator Klienta", |
||||
"Secret" : "Sekret", |
||||
"Add client" : "Dodaj klienta", |
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s.", |
||||
"Redirection URI" : "URI przekierowania", |
||||
"Secret" : "Sekret", |
||||
"Add" : "Dodaj" |
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue