doorkeeper-i18n 5.2.7 → 5.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/doorkeeper-i18n.gemspec +1 -1
- data/rails/locales/be.yml +6 -6
- data/rails/locales/bg.yml +7 -7
- data/rails/locales/ca.yml +7 -7
- data/rails/locales/cs.yml +7 -7
- data/rails/locales/da.yml +7 -7
- data/rails/locales/de.yml +6 -6
- data/rails/locales/en.yml +7 -7
- data/rails/locales/es.yml +7 -7
- data/rails/locales/fi.yml +7 -7
- data/rails/locales/fr.yml +8 -8
- data/rails/locales/id.yml +7 -7
- data/rails/locales/it.yml +7 -7
- data/rails/locales/ja.yml +8 -8
- data/rails/locales/ko.yml +6 -6
- data/rails/locales/nb.yml +7 -7
- data/rails/locales/nl.yml +7 -7
- data/rails/locales/pt-BR.yml +7 -7
- data/rails/locales/ru.yml +6 -6
- data/rails/locales/sk.yml +7 -7
- data/rails/locales/sv.yml +135 -0
- data/rails/locales/tr.yml +7 -7
- data/rails/locales/vi.yml +7 -7
- data/rails/locales/zh-CN.yml +7 -7
- data/rails/locales/zh-HK.yml +7 -7
- data/rails/locales/zh-TW.yml +8 -8
- data/spec/support/fake_app.rb +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a64f0363bedd31a12c1aa7171b5ce5c500c32a0faf9e5985cb94bfd15b6b2daf
|
|
4
|
+
data.tar.gz: df773d805744d7133faa785b28528b8954513306b2b1663de96886e781218a29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bac6f2f8a03d8498b4ad531b6800c58afbe027175d61f4ca243d5a05ca417050406bd4f7fba07b9c4ac52393af027ee9e3f7e4acd630ebf5cf208fc70b75d113
|
|
7
|
+
data.tar.gz: 6841e2c9dd8336067912b3c80248dd8756ced020ed1df4d7484bdb67a5ac1e565036f271389f2c822246815ce37522b983afefc909c344181354be3e41aa5471
|
data/README.md
CHANGED
data/doorkeeper-i18n.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "doorkeeper-i18n"
|
|
5
|
-
gem.version = "5.2.
|
|
5
|
+
gem.version = "5.2.9"
|
|
6
6
|
gem.authors = ["Tute Costa", "Nikita Bulai"]
|
|
7
7
|
gem.email = %w[bulaj.nikita@gmail.com]
|
|
8
8
|
gem.homepage = "https://github.com/doorkeeper-gem/doorkeeper-i18n"
|
data/rails/locales/be.yml
CHANGED
|
@@ -50,12 +50,12 @@ be:
|
|
|
50
50
|
title: Новая праграма
|
|
51
51
|
show:
|
|
52
52
|
title: 'Праграма: %{name}'
|
|
53
|
-
application_id: ID
|
|
54
|
-
secret: Сакрэтны
|
|
53
|
+
application_id: 'ID праграмы:'
|
|
54
|
+
secret: 'Сакрэтны ключ:'
|
|
55
55
|
secret_hashed: Сакрэтны ключ зашыфраваны
|
|
56
|
-
scopes:
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: Спіс URL зваротнага
|
|
56
|
+
scopes: 'Скоупы:'
|
|
57
|
+
confidential: 'Прыватна:'
|
|
58
|
+
callback_urls: 'Спіс URL зваротнага выкліку:'
|
|
59
59
|
actions: Дзеянні
|
|
60
60
|
not_defined: Не вызначана
|
|
61
61
|
authorizations:
|
|
@@ -69,7 +69,7 @@ be:
|
|
|
69
69
|
prompt: Дазволіць %{client_name} выкарыстоўваць звесткі Вашага ўліковага запісу?
|
|
70
70
|
able_to: 'Дадзеная праграма патрабуе наступныя дазволы:'
|
|
71
71
|
show:
|
|
72
|
-
title: Код
|
|
72
|
+
title: 'Код аўтарызацыі:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Адпраўце гэтую форму
|
|
75
75
|
authorized_applications:
|
data/rails/locales/bg.yml
CHANGED
|
@@ -50,12 +50,12 @@ bg:
|
|
|
50
50
|
title: Ново приложение
|
|
51
51
|
show:
|
|
52
52
|
title: 'Приложение: %{name}'
|
|
53
|
-
application_id: УИД на
|
|
54
|
-
secret:
|
|
53
|
+
application_id: 'УИД на приложение:'
|
|
54
|
+
secret: 'Тайна:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes:
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: УРЛ-и за обратна
|
|
56
|
+
scopes: 'Обхвати:'
|
|
57
|
+
confidential: 'Поверително:'
|
|
58
|
+
callback_urls: 'УРЛ-и за обратна връзка:'
|
|
59
59
|
actions: Действия
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ bg:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Нужно е упълномощаване
|
|
69
69
|
prompt: Бихте ли упълномощили %{client_name} да използва вашия акаунт?
|
|
70
|
-
able_to: Това приложение ще може
|
|
70
|
+
able_to: 'Това приложение ще може да:'
|
|
71
71
|
show:
|
|
72
|
-
title: Код за
|
|
72
|
+
title: 'Код за упълномощаване:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/ca.yml
CHANGED
|
@@ -50,12 +50,12 @@ ca:
|
|
|
50
50
|
title: Nova aplicació
|
|
51
51
|
show:
|
|
52
52
|
title: 'Aplicació: %{name}'
|
|
53
|
-
application_id: Identificador d'
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: "Identificador d'aplicació:"
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Àmbits
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls: URLs de callback
|
|
56
|
+
scopes: 'Àmbits:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: 'URLs de callback:'
|
|
59
59
|
actions: Accions
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ ca:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Autorització necessària
|
|
69
69
|
prompt: Autoritzes a %{client_name} per a que utilitzi el teu compte?
|
|
70
|
-
able_to: Aquesta aplicació tindrà permisos per a
|
|
70
|
+
able_to: 'Aquesta aplicació tindrà permisos per a:'
|
|
71
71
|
show:
|
|
72
|
-
title: Codi d'
|
|
72
|
+
title: "Codi d'autorització:"
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/cs.yml
CHANGED
|
@@ -50,12 +50,12 @@ cs:
|
|
|
50
50
|
title: Nová aplikace
|
|
51
51
|
show:
|
|
52
52
|
title: 'Aplikace: %{name}'
|
|
53
|
-
application_id: UID aplikace
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: 'UID aplikace:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: Url
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Důvěrné:'
|
|
58
|
+
callback_urls: 'Url přesměrování:'
|
|
59
59
|
actions: Akce
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ cs:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Nutná autorizace
|
|
69
69
|
prompt: Autorizovat %{client_name} k přístupu k vašemu účtu?
|
|
70
|
-
able_to: Tato aplikace bude mít tato
|
|
70
|
+
able_to: 'Tato aplikace bude mít tato oprávnění:'
|
|
71
71
|
show:
|
|
72
|
-
title: Autorizační kód
|
|
72
|
+
title: 'Autorizační kód:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/da.yml
CHANGED
|
@@ -50,12 +50,12 @@ da:
|
|
|
50
50
|
title: Ny Applikation
|
|
51
51
|
show:
|
|
52
52
|
title: 'Applikation: %{name}'
|
|
53
|
-
application_id: Applikation UID
|
|
54
|
-
secret: Hemmelig
|
|
53
|
+
application_id: 'Applikation UID:'
|
|
54
|
+
secret: 'Hemmelig:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Afgrænsning
|
|
57
|
-
confidential: Fortroligt
|
|
58
|
-
callback_urls: Tilbagekald URL'er
|
|
56
|
+
scopes: 'Afgrænsning:'
|
|
57
|
+
confidential: 'Fortroligt:'
|
|
58
|
+
callback_urls: "Tilbagekald URL'er:"
|
|
59
59
|
actions: Handlinger
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ da:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Tilladelse påkrævet
|
|
69
69
|
prompt: Giv %{client_name} tilladelse til at bruge din konto?
|
|
70
|
-
able_to: Denne applikation vil kunne
|
|
70
|
+
able_to: 'Denne applikation vil kunne:'
|
|
71
71
|
show:
|
|
72
|
-
title: Godkendelseskode
|
|
72
|
+
title: 'Godkendelseskode:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/de.yml
CHANGED
|
@@ -50,12 +50,12 @@ de:
|
|
|
50
50
|
title: Neue Applikation
|
|
51
51
|
show:
|
|
52
52
|
title: 'Applikation: %{name}'
|
|
53
|
-
application_id: Applikations-ID
|
|
54
|
-
secret: Geheimnis
|
|
53
|
+
application_id: 'Applikations-ID:'
|
|
54
|
+
secret: 'Geheimnis:'
|
|
55
55
|
secret_hashed: Geheimnis verschlüsselt
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential: Vertraulich
|
|
58
|
-
callback_urls: Callback-URLs
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Vertraulich:'
|
|
58
|
+
callback_urls: 'Callback-URLs:'
|
|
59
59
|
actions: Aktionen
|
|
60
60
|
not_defined: Nicht definiert
|
|
61
61
|
authorizations:
|
|
@@ -69,7 +69,7 @@ de:
|
|
|
69
69
|
prompt: Soll %{client_name} zur Nutzung dieses Kontos autorisiert werden?
|
|
70
70
|
able_to: 'Diese Anwendung erhält folgende Berechtigungen:'
|
|
71
71
|
show:
|
|
72
|
-
title: Autorisierungscode
|
|
72
|
+
title: 'Autorisierungscode:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Dieses Formular absenden
|
|
75
75
|
authorized_applications:
|
data/rails/locales/en.yml
CHANGED
|
@@ -50,12 +50,12 @@ en:
|
|
|
50
50
|
title: 'New Application'
|
|
51
51
|
show:
|
|
52
52
|
title: 'Application: %{name}'
|
|
53
|
-
application_id: 'UID'
|
|
54
|
-
secret: 'Secret'
|
|
53
|
+
application_id: 'UID:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: 'Secret hashed'
|
|
56
|
-
scopes: 'Scopes'
|
|
57
|
-
confidential: 'Confidential'
|
|
58
|
-
callback_urls: 'Callback urls'
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: 'Callback urls:'
|
|
59
59
|
actions: 'Actions'
|
|
60
60
|
not_defined: 'Not defined'
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ en:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 'Authorization required'
|
|
69
69
|
prompt: 'Authorize %{client_name} to use your account?'
|
|
70
|
-
able_to: 'This application will be able to'
|
|
70
|
+
able_to: 'This application will be able to:'
|
|
71
71
|
show:
|
|
72
|
-
title: 'Authorization code'
|
|
72
|
+
title: 'Authorization code:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: 'Submit this form'
|
|
75
75
|
authorized_applications:
|
data/rails/locales/es.yml
CHANGED
|
@@ -50,12 +50,12 @@ es:
|
|
|
50
50
|
title: Nueva aplicación
|
|
51
51
|
show:
|
|
52
52
|
title: 'Aplicación: %{name}'
|
|
53
|
-
application_id: Identificador de aplicación
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: 'Identificador de aplicación:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Ámbitos
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls: Callback urls
|
|
56
|
+
scopes: 'Ámbitos:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: 'Callback urls:'
|
|
59
59
|
actions: Acciones
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ es:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Autorización requerida
|
|
69
69
|
prompt: "¿Autorizas a %{client_name} para usar tu cuenta?"
|
|
70
|
-
able_to: Está aplicación tendrá permisos para
|
|
70
|
+
able_to: 'Está aplicación tendrá permisos para:'
|
|
71
71
|
show:
|
|
72
|
-
title: Código de autorización
|
|
72
|
+
title: 'Código de autorización:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/fi.yml
CHANGED
|
@@ -50,12 +50,12 @@ fi:
|
|
|
50
50
|
title: Uusi sovellus
|
|
51
51
|
show:
|
|
52
52
|
title: 'Sovellus: %{name}'
|
|
53
|
-
application_id: Sovelluksen UID
|
|
54
|
-
secret: Salainen avain
|
|
53
|
+
application_id: 'Sovelluksen UID:'
|
|
54
|
+
secret: 'Salainen avain:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Näkyvyysalueet
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls: Callback URL:t
|
|
56
|
+
scopes: 'Näkyvyysalueet:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: 'Callback URL:t:'
|
|
59
59
|
actions: Toiminnot
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ fi:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Valtuutus vaadittu
|
|
69
69
|
prompt: Valtuuta %{client_name} käyttämään tiliäsi?
|
|
70
|
-
able_to: Tämä sovellus pystyy
|
|
70
|
+
able_to: 'Tämä sovellus pystyy:'
|
|
71
71
|
show:
|
|
72
|
-
title: Valtuutuskoodi
|
|
72
|
+
title: 'Valtuutuskoodi:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/fr.yml
CHANGED
|
@@ -51,12 +51,12 @@ fr:
|
|
|
51
51
|
title: 'Nouvelle application'
|
|
52
52
|
show:
|
|
53
53
|
title: 'Application : %{name}'
|
|
54
|
-
application_id: 'UID'
|
|
55
|
-
secret: 'Secret'
|
|
54
|
+
application_id: 'UID :'
|
|
55
|
+
secret: 'Secret :'
|
|
56
56
|
secret_hashed: 'Secret hashé'
|
|
57
|
-
scopes: 'Portées'
|
|
58
|
-
confidential: 'Confidentiel'
|
|
59
|
-
callback_urls: "Urls du retour d'appel"
|
|
57
|
+
scopes: 'Portées :'
|
|
58
|
+
confidential: 'Confidentiel :'
|
|
59
|
+
callback_urls: "Urls du retour d'appel :"
|
|
60
60
|
actions: 'Actions'
|
|
61
61
|
not_defined: 'Non défini'
|
|
62
62
|
|
|
@@ -69,9 +69,9 @@ fr:
|
|
|
69
69
|
new:
|
|
70
70
|
title: 'Autorisation requise'
|
|
71
71
|
prompt: 'Autorisez %{client_name} à utiliser votre compte?'
|
|
72
|
-
able_to: 'Cette application pourra'
|
|
72
|
+
able_to: 'Cette application pourra :'
|
|
73
73
|
show:
|
|
74
|
-
title: "Code d'autorisation"
|
|
74
|
+
title: "Code d'autorisation :"
|
|
75
75
|
form_post:
|
|
76
76
|
title: 'Soumettre ce formulaire'
|
|
77
77
|
|
|
@@ -148,4 +148,4 @@ fr:
|
|
|
148
148
|
applications: 'Applications'
|
|
149
149
|
home: 'Accueil'
|
|
150
150
|
application:
|
|
151
|
-
title: 'Autorisation OAuth requise'
|
|
151
|
+
title: 'Autorisation OAuth requise'
|
data/rails/locales/id.yml
CHANGED
|
@@ -50,12 +50,12 @@ id:
|
|
|
50
50
|
title: 'Aplikasi Baru'
|
|
51
51
|
show:
|
|
52
52
|
title: 'Aplikasi: %{name}'
|
|
53
|
-
application_id: 'UID'
|
|
54
|
-
secret: 'Kunci rahasia'
|
|
53
|
+
application_id: 'UID:'
|
|
54
|
+
secret: 'Kunci rahasia:'
|
|
55
55
|
secret_hashed: 'Kunci rahasia yang dihash'
|
|
56
|
-
scopes: 'Cakupan'
|
|
57
|
-
confidential: 'Konfidensial'
|
|
58
|
-
callback_urls: 'Url-url panggil balik'
|
|
56
|
+
scopes: 'Cakupan:'
|
|
57
|
+
confidential: 'Konfidensial:'
|
|
58
|
+
callback_urls: 'Url-url panggil balik:'
|
|
59
59
|
actions: 'Tindakan'
|
|
60
60
|
not_defined: 'Tidak terdefinisi'
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ id:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 'Membutuhkan otorisasi '
|
|
69
69
|
prompt: 'Izinkan %{client_name} untuk memakai akun anda?'
|
|
70
|
-
able_to: 'Aplikasi ini dapat melakukan'
|
|
70
|
+
able_to: 'Aplikasi ini dapat melakukan:'
|
|
71
71
|
show:
|
|
72
|
-
title: 'Kode otorisasi'
|
|
72
|
+
title: 'Kode otorisasi:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: 'Kirim form ini'
|
|
75
75
|
authorized_applications:
|
data/rails/locales/it.yml
CHANGED
|
@@ -50,12 +50,12 @@ it:
|
|
|
50
50
|
title: Nuova Applicazione
|
|
51
51
|
show:
|
|
52
52
|
title: 'Applicazione: %{name}'
|
|
53
|
-
application_id: Id Applicazione
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: 'Id Applicazione:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls: Callback urls
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: 'Callback urls:'
|
|
59
59
|
actions: Azioni
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ it:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Richiesta di autorizzazione
|
|
69
69
|
prompt: Autorizzi %{client_name} ad usare il tuo account?
|
|
70
|
-
able_to: Questa applicazione
|
|
70
|
+
able_to: 'Questa applicazione portà:'
|
|
71
71
|
show:
|
|
72
|
-
title: Codide di autorizzazione
|
|
72
|
+
title: 'Codide di autorizzazione:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/ja.yml
CHANGED
|
@@ -50,12 +50,12 @@ ja:
|
|
|
50
50
|
title: アプリケーションの作成
|
|
51
51
|
show:
|
|
52
52
|
title: 'アプリケーション: %{name}'
|
|
53
|
-
application_id: アプリケーションID
|
|
54
|
-
secret:
|
|
53
|
+
application_id: 'アプリケーションID:'
|
|
54
|
+
secret: 'シークレット:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes:
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: コールバックURL
|
|
56
|
+
scopes: 'スコープ:'
|
|
57
|
+
confidential: '機密:'
|
|
58
|
+
callback_urls: 'コールバックURL:'
|
|
59
59
|
actions: アクション
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ ja:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 承認が必要です
|
|
69
69
|
prompt: あなたのアカウントで %{client_name} を承認しますか?
|
|
70
|
-
able_to:
|
|
70
|
+
able_to: 'このアプリケーションは次のことが可能です:'
|
|
71
71
|
show:
|
|
72
|
-
title:
|
|
72
|
+
title: '認可コード:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
|
@@ -99,7 +99,7 @@ ja:
|
|
|
99
99
|
temporarily_unavailable: 認可サーバが一時的に高負荷な状態にあるか、もしくはメンテナンス中であるため、リクエストを処理できません。
|
|
100
100
|
credential_flow_not_configured: Doorkeeper.configure.resource_owner_from_credentials が設定されていないため、リソースオーナーパスワードクレデンシャルフローは失敗しました。
|
|
101
101
|
resource_owner_authenticator_not_configured: Doorkeeper.configure.resource_owner_authenticator が設定されていないため、リソースオーナーの取得に失敗しました。
|
|
102
|
-
admin_authenticator_not_configured: Doorkeeper.configure.admin_authenticator
|
|
102
|
+
admin_authenticator_not_configured: Doorkeeper.configure.admin_authenticator が設定されていないため、管理者パネルへのアクセスが禁止されています。
|
|
103
103
|
unsupported_response_type: 認可サーバは指定されたレスポンスタイプをサポートしていません。
|
|
104
104
|
unsupported_response_mode: The authorization server does not support this response mode.
|
|
105
105
|
invalid_client: クライアントが不明か、クライアント認証が含まれていないか、もしくは認証メソッドがサポートされていないため、クライアント認証は失敗しました。
|
data/rails/locales/ko.yml
CHANGED
|
@@ -50,12 +50,12 @@ ko:
|
|
|
50
50
|
title: 새 애플리케이션
|
|
51
51
|
show:
|
|
52
52
|
title: '애플리케이션: %{name}'
|
|
53
|
-
application_id: 애플리케이션 UID
|
|
54
|
-
secret: 비밀
|
|
53
|
+
application_id: '애플리케이션 UID:'
|
|
54
|
+
secret: '비밀 키:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes:
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: 콜백 URL
|
|
56
|
+
scopes: '스코프:'
|
|
57
|
+
confidential: '기밀:'
|
|
58
|
+
callback_urls: '콜백 URL:'
|
|
59
59
|
actions: 액션
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -69,7 +69,7 @@ ko:
|
|
|
69
69
|
prompt: "%{client_name}이 당신의 계정을 사용하는 것을 허락하시겠습니까?"
|
|
70
70
|
able_to: '이 애플리케이션은 다음의 것들을 할 수 있게 됩니다:'
|
|
71
71
|
show:
|
|
72
|
-
title: 인증
|
|
72
|
+
title: '인증 코드:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/nb.yml
CHANGED
|
@@ -50,12 +50,12 @@ nb:
|
|
|
50
50
|
title: Ny Applikasjon
|
|
51
51
|
show:
|
|
52
52
|
title: 'Applikasjon: %{name}'
|
|
53
|
-
application_id: Applikasjoner UID
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: 'Applikasjoner UID:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Tagger
|
|
57
|
-
confidential: Konfidensiell
|
|
58
|
-
callback_urls: Callback url-er
|
|
56
|
+
scopes: 'Tagger:'
|
|
57
|
+
confidential: 'Konfidensiell:'
|
|
58
|
+
callback_urls: 'Callback url-er:'
|
|
59
59
|
actions: Handlinger
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ nb:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Autorisering nødvendig
|
|
69
69
|
prompt: Autoriser %{client_name} til å bruke din bruker?
|
|
70
|
-
able_to: Denne applikasjonen vil ha tilgang til å gjøre følgende
|
|
70
|
+
able_to: 'Denne applikasjonen vil ha tilgang til å gjøre følgende:'
|
|
71
71
|
show:
|
|
72
|
-
title: Autorisasjonskode
|
|
72
|
+
title: 'Autorisasjonskode:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/nl.yml
CHANGED
|
@@ -50,12 +50,12 @@ nl:
|
|
|
50
50
|
title: Nieuwe applicatie
|
|
51
51
|
show:
|
|
52
52
|
title: 'Applicatie: %{name}'
|
|
53
|
-
application_id: Applicatie UID
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: 'Applicatie UID:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential: Confidentieel
|
|
58
|
-
callback_urls: Callback urls
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Confidentieel:'
|
|
58
|
+
callback_urls: 'Callback urls:'
|
|
59
59
|
actions: Acties
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ nl:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Authorisatie vereist
|
|
69
69
|
prompt: "%{client_name} authoriseren om uw account te gebruiken?"
|
|
70
|
-
able_to: Deze applicatie zal in staat zijn om
|
|
70
|
+
able_to: 'Deze applicatie zal in staat zijn om:'
|
|
71
71
|
show:
|
|
72
|
-
title: Authorisatie code
|
|
72
|
+
title: 'Authorisatie code:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/pt-BR.yml
CHANGED
|
@@ -50,12 +50,12 @@ pt-BR:
|
|
|
50
50
|
title: Nova Aplicação
|
|
51
51
|
show:
|
|
52
52
|
title: 'Aplicação: %{name}'
|
|
53
|
-
application_id: Id da Aplicação (Application UID)
|
|
54
|
-
secret: Segredo (Secret)
|
|
53
|
+
application_id: 'Id da Aplicação (Application UID):'
|
|
54
|
+
secret: 'Segredo (Secret):'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls: urls de Callback
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: 'urls de Callback:'
|
|
59
59
|
actions: Ações
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ pt-BR:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Autorização necessária
|
|
69
69
|
prompt: Autorizar %{client_name} a usar sua conta?
|
|
70
|
-
able_to: Essa aplicação será capaz de
|
|
70
|
+
able_to: 'Essa aplicação será capaz de:'
|
|
71
71
|
show:
|
|
72
|
-
title: Código de autorização
|
|
72
|
+
title: 'Código de autorização:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/ru.yml
CHANGED
|
@@ -50,12 +50,12 @@ ru:
|
|
|
50
50
|
title: Новое приложение
|
|
51
51
|
show:
|
|
52
52
|
title: 'Приложение: %{name}'
|
|
53
|
-
application_id: ID
|
|
54
|
-
secret: Секретный
|
|
53
|
+
application_id: 'ID приложения:'
|
|
54
|
+
secret: 'Секретный ключ:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes:
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: Список URL обратного
|
|
56
|
+
scopes: 'Скоупы:'
|
|
57
|
+
confidential: 'Конфиденциально:'
|
|
58
|
+
callback_urls: 'Список URL обратного вызова:'
|
|
59
59
|
actions: Действия
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -69,7 +69,7 @@ ru:
|
|
|
69
69
|
prompt: Разрешить %{client_name} использовать данные Вашей учётной записи?
|
|
70
70
|
able_to: 'Данное приложение требует следующие разрешения:'
|
|
71
71
|
show:
|
|
72
|
-
title: Код
|
|
72
|
+
title: 'Код авторизации:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/sk.yml
CHANGED
|
@@ -50,12 +50,12 @@ sk:
|
|
|
50
50
|
title: Nová aplikácia
|
|
51
51
|
show:
|
|
52
52
|
title: 'Aplikácia: %{name}'
|
|
53
|
-
application_id: UID aplikácie
|
|
54
|
-
secret: Secret
|
|
53
|
+
application_id: 'UID aplikácie:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential:
|
|
58
|
-
callback_urls: Url presmerovanie
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Dôverné:'
|
|
58
|
+
callback_urls: 'Url presmerovanie:'
|
|
59
59
|
actions: Akcia
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ sk:
|
|
|
67
67
|
new:
|
|
68
68
|
title: Nutná autorizácie
|
|
69
69
|
prompt: Autorizovať %{client_name} k prístupu k vášmu účtu?
|
|
70
|
-
able_to: Táto aplikácia bude mať tieto oprávnenia
|
|
70
|
+
able_to: 'Táto aplikácia bude mať tieto oprávnenia:'
|
|
71
71
|
show:
|
|
72
|
-
title: Autorizačný kód
|
|
72
|
+
title: 'Autorizačný kód:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
sv:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
doorkeeper/application:
|
|
5
|
+
name: 'Namn'
|
|
6
|
+
redirect_uri: 'Omdirigerings-URI'
|
|
7
|
+
errors:
|
|
8
|
+
models:
|
|
9
|
+
doorkeeper/application:
|
|
10
|
+
attributes:
|
|
11
|
+
redirect_uri:
|
|
12
|
+
fragment_present: 'kan inte innehålla ett fragment.'
|
|
13
|
+
invalid_uri: 'måste vara en giltig URI.'
|
|
14
|
+
unspecified_scheme: 'måste specificera ett schema.'
|
|
15
|
+
relative_uri: 'måste vara en absolut URI.'
|
|
16
|
+
secured_uri: 'måste vara en HTTPS/SSL URI.'
|
|
17
|
+
forbidden_uri: 'är förbjuden av servern.'
|
|
18
|
+
scopes:
|
|
19
|
+
not_match_configured: "matchar inte det som är konfigurerat på servern."
|
|
20
|
+
doorkeeper:
|
|
21
|
+
applications:
|
|
22
|
+
confirmations:
|
|
23
|
+
destroy: 'Är du säker?'
|
|
24
|
+
buttons:
|
|
25
|
+
edit: 'Redigera'
|
|
26
|
+
destroy: 'Ta bort'
|
|
27
|
+
submit: 'Skicka'
|
|
28
|
+
cancel: 'Avbryt'
|
|
29
|
+
authorize: 'Auktorisera'
|
|
30
|
+
form:
|
|
31
|
+
error: 'Hoppsan! Kontrollera ditt formulär för eventuella fel'
|
|
32
|
+
help:
|
|
33
|
+
confidential: 'Applikationen kommer att användas där klienthemligheten kan hållas konfidentiell. Native mobilappar och Single Page Apps anses vara icke-konfidentiella.'
|
|
34
|
+
redirect_uri: 'Använd en rad per URI'
|
|
35
|
+
blank_redirect_uri: "Lämna det tomt om du har konfigurerat din provider att använda Client Credentials, Resource Owner Password Credentials eller någon annan grant-typ som inte kräver omdirigerings-URI."
|
|
36
|
+
scopes: 'Separera scope med mellanslag. Lämna tomt för att använda standard-scope.'
|
|
37
|
+
edit:
|
|
38
|
+
title: 'Redigera applikation'
|
|
39
|
+
index:
|
|
40
|
+
title: 'Dina applikationer'
|
|
41
|
+
new: 'Ny applikation'
|
|
42
|
+
name: 'Namn'
|
|
43
|
+
callback_url: 'Callback-URL'
|
|
44
|
+
confidential: 'Konfidentiell?'
|
|
45
|
+
actions: 'Åtgärder'
|
|
46
|
+
confidentiality:
|
|
47
|
+
'yes': 'Ja'
|
|
48
|
+
'no': 'Nej'
|
|
49
|
+
new:
|
|
50
|
+
title: 'Ny applikation'
|
|
51
|
+
show:
|
|
52
|
+
title: 'Applikation: %{name}'
|
|
53
|
+
application_id: 'UID:'
|
|
54
|
+
secret: 'Hemlighet:'
|
|
55
|
+
secret_hashed: 'Hemlighet hashad'
|
|
56
|
+
scopes: 'Scope:'
|
|
57
|
+
confidential: 'Konfidentiell:'
|
|
58
|
+
callback_urls: 'Callback-URL:er:'
|
|
59
|
+
actions: 'Åtgärder'
|
|
60
|
+
not_defined: 'Inte definierad'
|
|
61
|
+
authorizations:
|
|
62
|
+
buttons:
|
|
63
|
+
authorize: 'Auktorisera'
|
|
64
|
+
deny: 'Neka'
|
|
65
|
+
error:
|
|
66
|
+
title: 'Ett fel har uppstått'
|
|
67
|
+
new:
|
|
68
|
+
title: 'Auktorisering krävs'
|
|
69
|
+
prompt: 'Auktorisera %{client_name} att använda ditt konto?'
|
|
70
|
+
able_to: 'Denna applikation kommer att kunna:'
|
|
71
|
+
show:
|
|
72
|
+
title: 'Auktoriseringskod:'
|
|
73
|
+
form_post:
|
|
74
|
+
title: 'Skicka detta formulär'
|
|
75
|
+
authorized_applications:
|
|
76
|
+
confirmations:
|
|
77
|
+
revoke: 'Är du säker?'
|
|
78
|
+
buttons:
|
|
79
|
+
revoke: 'Återkalla'
|
|
80
|
+
index:
|
|
81
|
+
title: 'Dina auktoriserade applikationer'
|
|
82
|
+
application: 'Applikation'
|
|
83
|
+
created_at: 'Skapad'
|
|
84
|
+
date_format: '%Y-%m-%d %H:%M:%S'
|
|
85
|
+
pre_authorization:
|
|
86
|
+
status: 'Förauktorisering'
|
|
87
|
+
errors:
|
|
88
|
+
messages:
|
|
89
|
+
invalid_request:
|
|
90
|
+
unknown: 'Begäran saknar en obligatorisk parameter, innehåller ett parametervärde som inte stöds, eller är på annat sätt felaktigt formaterad.'
|
|
91
|
+
missing_param: 'Saknar obligatorisk parameter: %{value}.'
|
|
92
|
+
request_not_authorized: 'Begäran måste vara auktoriserad. Obligatorisk parameter för auktorisering av begäran saknas eller är ogiltig.'
|
|
93
|
+
invalid_redirect_uri: "Den begärda omdirigerings-URI:n är felaktigt formaterad eller matchar inte klientens omdirigerings-URI."
|
|
94
|
+
unauthorized_client: 'Klienten är inte auktoriserad att utföra denna begäran med denna metod.'
|
|
95
|
+
access_denied: 'Resursägaren eller auktoriseringsservern nekade begäran.'
|
|
96
|
+
invalid_scope: 'Det begärda scopet är ogiltigt, okänt eller felaktigt formaterat.'
|
|
97
|
+
invalid_code_challenge_method: 'Code challenge-metoden måste vara plain eller S256.'
|
|
98
|
+
server_error: 'Auktoriseringsservern stötte på ett oväntat tillstånd som förhindrade den från att uppfylla begäran.'
|
|
99
|
+
temporarily_unavailable: 'Auktoriseringsservern kan för närvarande inte hantera begäran på grund av tillfällig överbelastning eller underhåll av servern.'
|
|
100
|
+
credential_flow_not_configured: 'Resource Owner Password Credentials-flödet misslyckades på grund av att Doorkeeper.configure.resource_owner_from_credentials inte är konfigurerat.'
|
|
101
|
+
resource_owner_authenticator_not_configured: 'Resource Owner-sökning misslyckades på grund av att Doorkeeper.configure.resource_owner_authenticator inte är konfigurerat.'
|
|
102
|
+
admin_authenticator_not_configured: 'Åtkomst till admin-panelen är förbjuden på grund av att Doorkeeper.configure.admin_authenticator inte är konfigurerat.'
|
|
103
|
+
unsupported_response_type: 'Auktoriseringsservern stöder inte denna respons-typ.'
|
|
104
|
+
unsupported_response_mode: 'Auktoriseringsservern stöder inte detta respons-läge.'
|
|
105
|
+
invalid_client: 'Klientautentisering misslyckades på grund av okänd klient, ingen klientautentisering inkluderad, eller stöds inte autentiseringsmetod.'
|
|
106
|
+
invalid_grant: 'Den tillhandahållna auktoriseringsbeviljandet är ogiltigt, har gått ut, har återkallats, matchar inte omdirigerings-URI:n som användes i auktoriseringsbegäran, eller utfärdades till en annan klient.'
|
|
107
|
+
unsupported_grant_type: 'Auktoriseringsbeviljandetypen stöds inte av auktoriseringsservern.'
|
|
108
|
+
invalid_token:
|
|
109
|
+
revoked: "Åtkomsttoken har återkallats"
|
|
110
|
+
expired: "Åtkomsttoken har gått ut"
|
|
111
|
+
unknown: "Åtkomsttoken är ogiltig"
|
|
112
|
+
revoke:
|
|
113
|
+
unauthorized: "Du är inte auktoriserad att återkalla denna token"
|
|
114
|
+
forbidden_token:
|
|
115
|
+
missing_scope: 'Åtkomst till denna resurs kräver scope "%{oauth_scopes}".'
|
|
116
|
+
flash:
|
|
117
|
+
applications:
|
|
118
|
+
create:
|
|
119
|
+
notice: 'Applikation skapad.'
|
|
120
|
+
destroy:
|
|
121
|
+
notice: 'Applikation borttagen.'
|
|
122
|
+
update:
|
|
123
|
+
notice: 'Applikation uppdaterad.'
|
|
124
|
+
authorized_applications:
|
|
125
|
+
destroy:
|
|
126
|
+
notice: 'Applikation återkallad.'
|
|
127
|
+
layouts:
|
|
128
|
+
admin:
|
|
129
|
+
title: 'Doorkeeper'
|
|
130
|
+
nav:
|
|
131
|
+
oauth2_provider: 'OAuth2 Provider'
|
|
132
|
+
applications: 'Applikationer'
|
|
133
|
+
home: 'Hem'
|
|
134
|
+
application:
|
|
135
|
+
title: 'OAuth-auktorisering krävs'
|
data/rails/locales/tr.yml
CHANGED
|
@@ -50,12 +50,12 @@ tr:
|
|
|
50
50
|
title: 'Yeni Uygulama'
|
|
51
51
|
show:
|
|
52
52
|
title: "Uygulama: %{name}"
|
|
53
|
-
application_id: 'UID'
|
|
54
|
-
secret: 'Gizli'
|
|
53
|
+
application_id: 'UID:'
|
|
54
|
+
secret: 'Gizli:'
|
|
55
55
|
secret_hashed: 'Gizli karma'
|
|
56
|
-
scopes: 'Yetkiler'
|
|
57
|
-
confidential: 'Gizli'
|
|
58
|
-
callback_urls: 'Yönlendirme URLleri'
|
|
56
|
+
scopes: 'Yetkiler:'
|
|
57
|
+
confidential: 'Gizli:'
|
|
58
|
+
callback_urls: 'Yönlendirme URLleri:'
|
|
59
59
|
actions: 'Eylemler'
|
|
60
60
|
not_defined: 'Belirtilmemiş'
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ tr:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 'Oturum zorunlu '
|
|
69
69
|
prompt: "%{client_name} kullanıcı hesabınıza yetkilendirmek istiyor musunuz?"
|
|
70
|
-
able_to: 'Bu uygulama şunu yapabilir'
|
|
70
|
+
able_to: 'Bu uygulama şunu yapabilir:'
|
|
71
71
|
show:
|
|
72
|
-
title: 'Yetkilendirme kodu'
|
|
72
|
+
title: 'Yetkilendirme kodu:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: 'Bu formu gönderin'
|
|
75
75
|
authorized_applications:
|
data/rails/locales/vi.yml
CHANGED
|
@@ -50,12 +50,12 @@ vi:
|
|
|
50
50
|
title: 'Ứng dụng mới'
|
|
51
51
|
show:
|
|
52
52
|
title: 'Ứng dụng: %{name}'
|
|
53
|
-
application_id: 'UID'
|
|
54
|
-
secret: 'Secret'
|
|
53
|
+
application_id: 'UID:'
|
|
54
|
+
secret: 'Secret:'
|
|
55
55
|
secret_hashed: 'Secret mã hóa'
|
|
56
|
-
scopes: 'Scopes'
|
|
57
|
-
confidential: 'Bí mật'
|
|
58
|
-
callback_urls: 'Callback URL'
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Bí mật:'
|
|
58
|
+
callback_urls: 'Callback URL:'
|
|
59
59
|
actions: 'Hành động'
|
|
60
60
|
not_defined: 'Chưa xác định'
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ vi:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 'Cần ủy quyền'
|
|
69
69
|
prompt: 'Ủy quyền %{client_name} sử dụng tài khoản của bạn?'
|
|
70
|
-
able_to: 'Ứng dụng này sẽ có
|
|
70
|
+
able_to: 'Ứng dụng này sẽ có thể:'
|
|
71
71
|
show:
|
|
72
|
-
title: 'Mã ủy quyền'
|
|
72
|
+
title: 'Mã ủy quyền:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: 'Gửi form này'
|
|
75
75
|
authorized_applications:
|
data/rails/locales/zh-CN.yml
CHANGED
|
@@ -50,12 +50,12 @@ zh-CN:
|
|
|
50
50
|
title: 创建新应用
|
|
51
51
|
show:
|
|
52
52
|
title: 应用:%{name}
|
|
53
|
-
application_id: 应用 UID
|
|
54
|
-
secret:
|
|
53
|
+
application_id: '应用 UID:'
|
|
54
|
+
secret: '应用密钥:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes:
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls: 回调 URL
|
|
56
|
+
scopes: '权限范围:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: '回调 URL:'
|
|
59
59
|
actions: 操作
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ zh-CN:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 需要授权
|
|
69
69
|
prompt: 授权 %{client_name} 使用你的帐户?
|
|
70
|
-
able_to:
|
|
70
|
+
able_to: '此应用将能够:'
|
|
71
71
|
show:
|
|
72
|
-
title:
|
|
72
|
+
title: '授权代码:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/zh-HK.yml
CHANGED
|
@@ -50,12 +50,12 @@ zh-HK:
|
|
|
50
50
|
title: 新增應用程式
|
|
51
51
|
show:
|
|
52
52
|
title: 應用程式︰ %{name}
|
|
53
|
-
application_id: 應用程式 UID
|
|
54
|
-
secret:
|
|
53
|
+
application_id: '應用程式 UID:'
|
|
54
|
+
secret: '密碼:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes:
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls:
|
|
56
|
+
scopes: '權限範圍:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: '回傳網址:'
|
|
59
59
|
actions: 操作
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ zh-HK:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 需要用戶授權
|
|
69
69
|
prompt: 應用程式 %{client_name} 要求得到你用戶的部份權限
|
|
70
|
-
able_to:
|
|
70
|
+
able_to: '要求獲取權限:'
|
|
71
71
|
show:
|
|
72
|
-
title:
|
|
72
|
+
title: '授權代碼:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: Submit this form
|
|
75
75
|
authorized_applications:
|
data/rails/locales/zh-TW.yml
CHANGED
|
@@ -50,12 +50,12 @@ zh-TW:
|
|
|
50
50
|
title: 新應用
|
|
51
51
|
show:
|
|
52
52
|
title: '應用: %{name}'
|
|
53
|
-
application_id: 應用 UID
|
|
54
|
-
secret:
|
|
53
|
+
application_id: '應用 UID:'
|
|
54
|
+
secret: '私鑰:'
|
|
55
55
|
secret_hashed: Secret hashed
|
|
56
|
-
scopes: Scopes
|
|
57
|
-
confidential: Confidential
|
|
58
|
-
callback_urls:
|
|
56
|
+
scopes: 'Scopes:'
|
|
57
|
+
confidential: 'Confidential:'
|
|
58
|
+
callback_urls: '回應網址:'
|
|
59
59
|
actions: 動作
|
|
60
60
|
not_defined: Not defined
|
|
61
61
|
authorizations:
|
|
@@ -67,9 +67,9 @@ zh-TW:
|
|
|
67
67
|
new:
|
|
68
68
|
title: 授權需求
|
|
69
69
|
prompt: 授權 %{client_name} 使用您的帳戶?
|
|
70
|
-
able_to:
|
|
70
|
+
able_to: '這個應用將會:'
|
|
71
71
|
show:
|
|
72
|
-
title:
|
|
72
|
+
title: '授權碼:'
|
|
73
73
|
form_post:
|
|
74
74
|
title: 送出表單
|
|
75
75
|
authorized_applications:
|
|
@@ -132,4 +132,4 @@ zh-TW:
|
|
|
132
132
|
applications: 應用
|
|
133
133
|
home: Home
|
|
134
134
|
application:
|
|
135
|
-
title: OAuth 認證需求
|
|
135
|
+
title: OAuth 認證需求
|
data/spec/support/fake_app.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: doorkeeper-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tute Costa
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2026-06-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: doorkeeper
|
|
@@ -119,6 +119,7 @@ files:
|
|
|
119
119
|
- rails/locales/pt-BR.yml
|
|
120
120
|
- rails/locales/ru.yml
|
|
121
121
|
- rails/locales/sk.yml
|
|
122
|
+
- rails/locales/sv.yml
|
|
122
123
|
- rails/locales/tr.yml
|
|
123
124
|
- rails/locales/vi.yml
|
|
124
125
|
- rails/locales/zh-CN.yml
|