Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove . from the end of TheSpecifiedGrantTypeIsNotImplemented. #14584

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"TheUserDetailsCannotBbeRetrieved" : "Δεν είναι δυνατή η ανάκτηση των στοιχείων του χρήστη.",
"TheApplicationDetailsCannotBeFound": "Δεν είναι δυνατή η εύρεση των στοιχείων της αίτησης.",
"DetailsConcerningTheCallingClientApplicationCannotBeFound": "Δεν μπορούν να βρεθούν οι λεπτομέρειες σχετικά με την εφαρμογή του πελάτη που καλεί.",
"TheSpecifiedGrantTypeIsNotImplemented.": "Ο καθορισμένος τύπος επιχορήγησης {0} δεν εφαρμόζεται.",
"TheSpecifiedGrantTypeIsNotImplemented": "Ο καθορισμένος τύπος επιχορήγησης {0} δεν εφαρμόζεται.",
"Authorization": "Εξουσιοδότηση",
"DoYouWantToGrantAccessToYourData": "Θέλετε να παραχωρήσετε στον χρήστη {0} πρόσβαση στα δεδομένα σας;",
"ScopesRequested": "Ζητούνται πεδία εφαρμογής",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"TheUserDetailsCannotBbeRetrieved" : "The user details cannot be retrieved.",
"TheApplicationDetailsCannotBeFound": "The application details cannot be found.",
"DetailsConcerningTheCallingClientApplicationCannotBeFound": "Details concerning the calling client application cannot be found.",
"TheSpecifiedGrantTypeIsNotImplemented.": "The specified grant type {0} is not implemented.",
"TheSpecifiedGrantTypeIsNotImplemented": "The specified grant type {0} is not implemented.",
"Authorization": "Authorization",
"DoYouWantToGrantAccessToYourData": "Do you want to grant {0} access to your data?",
"ScopesRequested": "Scopes requested",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"TheUserDetailsCannotBbeRetrieved": "Não foi possivel recuperar os detalhes do usuário.",
"TheApplicationDetailsCannotBeFound": "Os detalhes da aplicação não foram encontrados.",
"DetailsConcerningTheCallingClientApplicationCannotBeFound": "Os detalhes relativos ao aplicativo cliente requisitante não firam encontrados.",
"TheSpecifiedGrantTypeIsNotImplemented.": "O tipo de permissão {0} não está implementando.",
"TheSpecifiedGrantTypeIsNotImplemented": "O tipo de permissão {0} não está implementando.",
"Authorization": "Autorização",
"DoYouWantToGrantAccessToYourData": "Deseja permitir {0} acesse seus dados?",
"ScopesRequested": "Escopo solicitado",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"TheUserDetailsCannotBbeRetrieved" : "Kullanıcı ayrıntıları alınamıyor.",
"TheApplicationDetailsCannotBeFound": "Başvuru detayları bulunamadı.",
"DetailsConcerningTheCallingClientApplicationCannotBeFound": "Çağıran istemci uygulamasıyla ilgili ayrıntılar bulunamıyor.",
"TheSpecifiedGrantTypeIsNotImplemented.": "Belirtilen hibe türü {0} uygulanmadı.",
"TheSpecifiedGrantTypeIsNotImplemented": "Belirtilen hibe türü {0} uygulanmadı.",
"Authorization": "Yetki",
"DoYouWantToGrantAccessToYourData": "Do you want to grant {0} access to your data?",
"ScopesRequested": "İstenen kapsamlar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"TheUserDetailsCannotBbeRetrieved" : "无法检索用户详细信息.",
"TheApplicationDetailsCannotBeFound": "找不到应用详情.",
"DetailsConcerningTheCallingClientApplicationCannotBeFound": "找不到有关调用客户端应用程序的详细信息.",
"TheSpecifiedGrantTypeIsNotImplemented.": "未实施指定的授权类型 {0}.",
"TheSpecifiedGrantTypeIsNotImplemented": "未实施指定的授权类型 {0}.",
"Authorization": "授权",
"DoYouWantToGrantAccessToYourData": "是否要授予 {0} 访问你的数据的权限?",
"ScopesRequested": "要求的Scope",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"TheUserDetailsCannotBbeRetrieved" : "無法檢索用戶詳細信息.",
"TheApplicationDetailsCannotBeFound": "找不到應用詳情.",
"DetailsConcerningTheCallingClientApplicationCannotBeFound": "找不到有關調用客戶端應用程序的詳細信息.",
"TheSpecifiedGrantTypeIsNotImplemented.": "未實施指定的授權類型 {0}.",
"TheSpecifiedGrantTypeIsNotImplemented": "未實施指定的授權類型 {0}.",
"TheSpecifiedAccessTokenIsBoundToAnAccountThatNoLongerExists": "指定的訪問令牌綁定到不再存在的帳戶.",
"Authorization": "授權",
"DoYouWantToGrantAccessToYourData": "是否要授予 {0} 訪問你的數據的權限?",
Expand Down