You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/lang/strings.ts
+42-2Lines changed: 42 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,8 @@ const strings = new LocalizedStrings({
193
193
title: 'Folder is empty',
194
194
message: 'Tap the + button to upload a file or create something new',
195
195
},
196
-
searchInThisFolder: 'Search in this folder',
196
+
searchInThisFolder: 'Search items in this folder',
197
+
searchInAllFolders: 'Search all my files',
197
198
encrypting: 'Encrypting',
198
199
decrypting: 'Decrypting',
199
200
downloadingPercent: 'Downloading... {0}%',
@@ -256,6 +257,8 @@ const strings = new LocalizedStrings({
256
257
legal: 'Legal',
257
258
debug: 'Debug',
258
259
signOut: 'Log out',
260
+
darkMode: 'Dark mode',
261
+
darkModeDescription: 'Change the app theme',
259
262
},
260
263
AccountScreen: {
261
264
title: 'Account',
@@ -297,7 +300,7 @@ const strings = new LocalizedStrings({
297
300
},
298
301
twoFactor: {
299
302
title: 'Two factor authentication (2FA)',
300
-
text: 'Two-factor authentication provides an extra layer of security by requiring an extra verification when you log in. In adittion to your password, you’ll also need a generated code.',
303
+
text: 'Two-factor authentication provides an extra layer of security by requiring an extra verification when you log in. In addition to your password, you’ll also need a generated code.',
301
304
enable: 'Enable 2FA',
302
305
disable: 'Disable 2FA',
303
306
},
@@ -444,6 +447,23 @@ const strings = new LocalizedStrings({
444
447
},
445
448
},
446
449
modals: {
450
+
GlobalSearchModal: {
451
+
searchPlaceholder: 'Search all my files',
452
+
searching: 'Searching...',
453
+
noResultsTitle: 'No results found',
454
+
noResultsMessage: 'Try a different search',
455
+
searchPromptTitle: 'Search files and folders',
456
+
searchPromptMessage: 'Type to start your search',
457
+
clear: 'Clear',
458
+
opening: 'Opening...',
459
+
searchError: 'Search error. Try again.',
460
+
tryAgainButton: 'Try again',
461
+
},
462
+
duplicatedFiles: {
463
+
duplicateFilesTitle: 'Duplicate Files Found',
464
+
duplicateFilesMessage: 'The following files already exist: %s\n\nDo you want to upload them with a new name?',
465
+
duplicateFilesAction: 'Upload with new name',
466
+
},
447
467
rename: {
448
468
title: 'Rename',
449
469
label: 'Name',
@@ -896,6 +916,7 @@ const strings = new LocalizedStrings({
896
916
message: 'Prueba a subir un archivo o crear una carpeta',
897
917
},
898
918
searchInThisFolder: 'Buscar en esta carpeta',
919
+
searchInAllFolders: 'Buscar en todos mis archivos',
899
920
encrypting: 'Encriptando',
900
921
decrypting: 'Desencriptando',
901
922
downloadingPercent: 'Descargando... {0}%',
@@ -958,6 +979,8 @@ const strings = new LocalizedStrings({
958
979
legal: 'Legal',
959
980
debug: 'Debug',
960
981
signOut: 'Cerrar sesión',
982
+
darkMode: 'Modo oscuro',
983
+
darkModeDescription: 'Cambiar apariencia de la aplicación',
961
984
},
962
985
AccountScreen: {
963
986
title: 'Cuenta',
@@ -1143,6 +1166,23 @@ const strings = new LocalizedStrings({
1143
1166
},
1144
1167
},
1145
1168
modals: {
1169
+
GlobalSearchModal: {
1170
+
searchPlaceholder: 'Buscar en todos mis archivos',
1171
+
searching: 'Buscando...',
1172
+
noResultsTitle: 'No se encontraron resultados',
1173
+
noResultsMessage: 'Intenta con una búsqueda diferente',
1174
+
searchPromptTitle: 'Buscar archivos y carpetas',
1175
+
searchPromptMessage: 'Escribe para comenzar tu búsqueda',
1176
+
clear: 'Limpiar',
1177
+
opening: 'Abriendo...',
1178
+
searchError: 'Error al buscar. Inténtalo de nuevo.',
0 commit comments