This commit is contained in:
2026-09-13 20:15:48 +02:00
parent ffd32a6b63
commit 399f2be456
24 changed files with 2159 additions and 90 deletions
+11
View File
@@ -675,6 +675,17 @@
url_tracker_complete: "{{ t('upload.url_tracker_complete') || 'Complete!' }}",
url_tracker_failed: "{{ t('upload.url_tracker_failed') || 'Upload failed' }}",
url_tracker_view: "{{ t('upload.url_tracker_view') || 'View →' }}",
// albums
upload_album: "{{ t('album.mode_album') || 'Upload Album (%s)' }}",
uploading_album: "{{ t('album.uploading_album') || 'Uploading album...' }}",
album_counter: "{{ t('album.counter') || '%s of %s' }}",
album_cover: "{{ t('album.cover') || 'Cover' }}",
album_remove: "{{ t('album.remove_picture') || 'Remove picture' }}",
album_move_left: "{{ t('album.move_left') || 'Move left' }}",
album_move_right: "{{ t('album.move_right') || 'Move right' }}",
album_add_more: "{{ t('album.add_more') || 'Add more pictures' }}",
album_select_pictures: "{{ t('album.select_pictures') || 'Select pictures for album' }}",
album_min_pictures: "{{ t('album.min_pictures') || 'Add at least 2 pictures for an album' }}",
// favorites
no_favs: "{{ t('profile.no_favs') || 'no favorites' }}",
favs_label: "{{ t('profile.favs_label') || 'Favorites' }}",