[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-webextension] 58/95: messages.json file
From: |
gnunet |
Subject: |
[reclaim-webextension] 58/95: messages.json file |
Date: |
Fri, 11 Jun 2021 23:35:43 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-webextension.
commit 07c74ac2cda9eb510e1b36c19184dfd955800c4b
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon Oct 5 09:05:45 2020 +0200
messages.json file
---
_locales/en/messages.json | 152 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 152 insertions(+)
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
new file mode 100644
index 0000000..52e5896
--- /dev/null
+++ b/_locales/en/messages.json
@@ -0,0 +1,152 @@
+{
+
+ "authorization-request.html:3":{
+ "message": "Personal information request"
+ },
+ "authorization-request.html:7":{
+ "message": "Verifying request, please stand by..."
+ },
+ "authorization-request.html:14":{
+ "message": "asks you to share personal information.\n Choose an
identity to let it access the following information:"
+ },
+ "authorization-request.html:20":{
+ "message": "as well as the following additional attributes:."
+ },
+ "authorization-request.html:29":{
+ "message": "Be careful when sharing personal data with third parties!"
+ },
+ "authorization-request.html:30":{
+ "message": "If you do not want to share information from any of your
identities with \n $CLIENTNAME$, you may decline the request. \nYou may also
permanently remove or edit information from an identity before\nsharing.",
+ "placeholders": {
+ "clientname" : {
+ "content" : "$1",
+ "example" : "admin"
+ }
+ }
+ },
+ "authorization-request.html:37":{
+ "message": "Decline"
+ },
+ "authorization-request.html:40":{
+ "message": "Select identity..."
+ },
+ "authorization-request.html:46":{
+ "message": "Authorization failed."
+ },
+ "authorization-request.html:48":{
+ "message": "Retry"
+ },
+ "authorization-request.html:54":{
+ "message": "Cancel verification request"
+ },
+ "authorization-request.ts:33":{
+ "message": "Request cancelled"
+ },
+
+
+ "edit-authorizations.html:5":{
+ "message": "Manage authorizations for "
+ },
+ "edit-authorizations.html:16":{
+ "message": "Authorized Entity:"
+ },
+ "edit-authorizations.html:21":{
+ "message": "Shared attributes:"
+ },
+ "edit-authorizations.html:41":{
+ "message": "Revoke"
+ },
+ "edit-authorizations.html:44":{
+ "message": "Do you really want to revoke this authorization?"
+ },
+ "edit-authorizations.html:46":{
+ "message": "Yes"
+ },
+ "edit-authorizations.html:49":{
+ "message": "No"
+ },
+ "edit-authorizations.html:60":{
+ "message": "Back to $IDENTITYNAME",
+ "placeholders": {
+ "identityname" : {
+ "content" : "$1",
+ "example" : "myFirstIdentity"
+ }
+ }
+ },
+ "edit-authorizations.ts:57":{
+ "message": "Unknown"
+ },
+
+
+ "edit-credentials.html:5":{
+ "message": "Third party credentials for"
+ },
+ "edit-credentials.html:10":{
+ "message": "Link account:"
+ },
+ "edit-credentials.html:20":{
+ "message": "This account is not compatible with re:claimID."
+ },
+ "edit-credentials.html:25":{
+ "message": "It is possible to link your external \naccounts with a
re:claimID identity. To do so, enter you email address \nbelow and click
\"Check compatibility\". \nNOTE: Not all external accounts \nsupport linking to
re:claimID identities."
+ },
+ "edit-credentials.html:33":{
+ "message": "Check compatibility"
+ },
+ "edit-credentials.html:39":{
+ "message": "Available claims to request:"
+ },
+ "edit-credentials.html:47":{
+ "message": "Link"
+ },
+ "edit-credentials.html:50":{
+ "message": "Cancel"
+ },
+ "edit-credentials.html:56":{
+ "message": "Credentials:"
+ },
+ "edit-credentials.html:61":{
+ "message": "Note:"
+ },
+ "edit-credentials.html:63":{
+ "message": "Only use alphanumeric credential names."
+ },
+ "edit-credentials.html:64":{
+ "message": "You cannot define the same name twice."
+ },
+ "edit-credentials.html:65":{
+ "message": "Types and values may not be empty!"
+ },
+ "edit-credentials.html:73":{
+ "message": "Name"
+ },
+ "edit-credentials.html:74":{
+ "message": "Type"
+ },
+ "edit-credentials.html:75":{
+ "message": "Expires"
+ },
+ "edit-credentials.html:76":{
+ "message": "Issuer"
+ },
+ "edit-credentials.html:104":{
+ "message": "Expired"
+ },
+ "edit-credentials.html:137":{
+ "message": "Back"
+ },
+ "edit-credentials.ts:278":{
+ "message": "No account found with this email"
+ },
+ "edit-credentials.ts:281":{
+ "message": "An Error has occured - This may have been caused by a
wrong e-mail address"
+ }
+
+
+
+
+
+
+
+}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-webextension] 34/95: Update, (continued)
- [reclaim-webextension] 34/95: Update, gnunet, 2021/06/11
- [reclaim-webextension] 01/95: initial commit, gnunet, 2021/06/11
- [reclaim-webextension] 47/95: - fix wrong urlencode, gnunet, 2021/06/11
- [reclaim-webextension] 31/95: v0.0.7, gnunet, 2021/06/11
- [reclaim-webextension] 37/95: swapped light/dark, gnunet, 2021/06/11
- [reclaim-webextension] 55/95: update for 0.13.3, gnunet, 2021/06/11
- [reclaim-webextension] 46/95: -fix redirect creation, gnunet, 2021/06/11
- [reclaim-webextension] 45/95: update to v0.2.0, gnunet, 2021/06/11
- [reclaim-webextension] 53/95: update ui; update makefile, gnunet, 2021/06/11
- [reclaim-webextension] 38/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 58/95: messages.json file,
gnunet <=
- [reclaim-webextension] 64/95: Translated using Weblate (English), gnunet, 2021/06/11
- [reclaim-webextension] 67/95: update locales, gnunet, 2021/06/11
- [reclaim-webextension] 52/95: support build of chrome and ff webext; use version from latest tag, gnunet, 2021/06/11
- [reclaim-webextension] 72/95: improve submodule update, gnunet, 2021/06/11
- [reclaim-webextension] 60/95: add german message.json, gnunet, 2021/06/11
- [reclaim-webextension] 59/95: english messages.json finished, gnunet, 2021/06/11
- [reclaim-webextension] 70/95: redirect at api request, gnunet, 2021/06/11
- [reclaim-webextension] 63/95: Translated using Weblate (German), gnunet, 2021/06/11
- [reclaim-webextension] 54/95: v0.13.1, gnunet, 2021/06/11
- [reclaim-webextension] 62/95: Translated using Weblate (German), gnunet, 2021/06/11