chore(i18n): fallback strings for new resources: nodebb.admin-settings-api

This commit is contained in:
Misty Release Bot
2023-03-20 21:28:12 +00:00
parent 92073cf274
commit 44c2d402a9
46 changed files with 138 additions and 0 deletions

View File

@@ -11,6 +11,9 @@
"uid": "User ID",
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
"description": "Description",
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
"last-seen-never": "This key has never been used.",
"no-description": "No description specified.",
"token-on-save": "Token will be generated once form is saved"
}