mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +01:00
i18n extract
This commit is contained in:
parent
3d818ed56c
commit
d3a366fbce
1 changed files with 11 additions and 3 deletions
|
|
@ -107,6 +107,10 @@
|
||||||
"defaultMessage": "No recent activity",
|
"defaultMessage": "No recent activity",
|
||||||
"description": "Shown in users table when there is no recent authentication activity for the user"
|
"description": "Shown in users table when there is no recent authentication activity for the user"
|
||||||
},
|
},
|
||||||
|
"D/yypj": {
|
||||||
|
"defaultMessage": "<ul><li>This will delete all sync history for this API key.</li><li>Your Kobo will sync everything on the next sync.</li></ul>",
|
||||||
|
"description": "API Key for sync warning notice"
|
||||||
|
},
|
||||||
"DxtDpt": {
|
"DxtDpt": {
|
||||||
"defaultMessage": "Media Analysis",
|
"defaultMessage": "Media Analysis",
|
||||||
"description": "Drawer menu for Media > Media Analysis"
|
"description": "Drawer menu for Media > Media Analysis"
|
||||||
|
|
@ -135,6 +139,10 @@
|
||||||
"defaultMessage": "Add",
|
"defaultMessage": "Add",
|
||||||
"description": "Users table global header: add user button"
|
"description": "Users table global header: add user button"
|
||||||
},
|
},
|
||||||
|
"HOBFqq": {
|
||||||
|
"defaultMessage": "error",
|
||||||
|
"description": "Common message: an unknown error happened"
|
||||||
|
},
|
||||||
"HXms0S": {
|
"HXms0S": {
|
||||||
"defaultMessage": "Select an item or create one",
|
"defaultMessage": "Select an item or create one",
|
||||||
"description": "Common message: shown in combobox"
|
"description": "Common message: shown in combobox"
|
||||||
|
|
@ -279,9 +287,9 @@
|
||||||
"defaultMessage": "Make sure to copy your API key now. You won't be able to see it again!",
|
"defaultMessage": "Make sure to copy your API key now. You won't be able to see it again!",
|
||||||
"description": "Generate API key dialog: message shown after key creation"
|
"description": "Generate API key dialog: message shown after key creation"
|
||||||
},
|
},
|
||||||
"Xz+JXU": {
|
"Y0cG3G": {
|
||||||
"defaultMessage": "error",
|
"defaultMessage": "The API key will be deleted from this server.<ul><li>Any application or scripts using this API key will no longer be able to access the Komga API.</li><li>Authentication activity for this API key will be permanently deleted.</li></ul><b>This action cannot be undone.</b>",
|
||||||
"description": "Common message: an unkown error happened"
|
"description": "API Key deletion warning notice"
|
||||||
},
|
},
|
||||||
"Y6VlM9": {
|
"Y6VlM9": {
|
||||||
"defaultMessage": "Read List",
|
"defaultMessage": "Read List",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue