mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-19 05:47:43 -04:00
Cleanup translations (#1465)
This commit is contained in:
committed by
Leendert de Borst
parent
3a374bd2d6
commit
369d5b88f0
@@ -471,8 +471,8 @@ export default function AddEditItemScreen(): React.ReactNode {
|
||||
console.error('Error loading item:', err);
|
||||
Toast.show({
|
||||
type: 'error',
|
||||
text1: t('items.errors.loadFailed'),
|
||||
text2: t('auth.errors.enterPassword')
|
||||
text1: t('common.error'),
|
||||
text2: t('common.errors.unknownErrorTryAgain')
|
||||
});
|
||||
}
|
||||
}, [id, dbContext.sqliteClient, t]);
|
||||
@@ -849,7 +849,7 @@ export default function AddEditItemScreen(): React.ReactNode {
|
||||
} catch (error) {
|
||||
Toast.show({
|
||||
type: 'error',
|
||||
text1: t('items.errors.saveFailed'),
|
||||
text1: t('common.error'),
|
||||
text2: error instanceof Error ? error.message : t('common.errors.unknownError'),
|
||||
position: 'bottom'
|
||||
});
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"deleteItemConfirmTitle": "Delete Item",
|
||||
"deleteItemConfirmDescription": "Are you sure you want to delete this item?",
|
||||
"errors": {
|
||||
"unknownError": "An unknown error occurred. Please try again.",
|
||||
"unknownError": "An unknown error occurred.",
|
||||
"unknownErrorTryAgain": "An unknown error occurred. Please try again.",
|
||||
"serverVersionTooOld": "The AliasVault server needs to be updated to a newer version in order to use this feature. Please contact the server admin if you need help."
|
||||
}
|
||||
@@ -561,7 +561,6 @@
|
||||
"vaultSyncedSuccessfully": "Vault synced successfully",
|
||||
"vaultUpToDate": "Vault is up-to-date",
|
||||
"offlineMessage": "You are offline. Please connect to the internet to sync your vault.",
|
||||
"itemCreatedMessage": "Your new item has been added to your vault and is ready to use.",
|
||||
"switchBackToBrowser": "Switch back to your browser to continue.",
|
||||
"filters": {
|
||||
"all": "(All) Items",
|
||||
@@ -590,10 +589,6 @@
|
||||
"passwordCopied": "Password copied to clipboard"
|
||||
},
|
||||
"createNewAliasFor": "Create new alias for",
|
||||
"errors": {
|
||||
"loadFailed": "Failed to load item",
|
||||
"saveFailed": "Failed to save item"
|
||||
},
|
||||
"contextMenu": {
|
||||
"title": "Item Options",
|
||||
"edit": "Edit",
|
||||
|
||||
Reference in New Issue
Block a user