summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/en.js28
1 files changed, 27 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
index 1101eb2..5aedd7a 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
@@ -79,6 +79,7 @@ export default {
'group.tab_chat': 'Chat',
'group.tab_video': 'Videos',
'group.tab_music': 'Music',
+ 'group.tab_photos': 'Photos',
'group.tab_members': 'Members',
'group.tab_settings': "Settings",
'members.danger_leave_hint': "You will lose access to this group's files and chat.",
@@ -203,6 +204,24 @@ export default {
'music.player_queue': 'Current queue',
'music.queue_title': 'Playing now',
+ // Photos
+ 'photo.empty': 'No photos found.',
+ 'photo.no_roots_configured': 'No Photos root folders are set for this group yet — an operator can choose some in Settings.',
+ 'photo.root_album': '(top level)',
+ 'photo.n_photos': {
+ one: '{n} photo',
+ other: '{n} photos',
+ },
+ 'photo.back': 'Back',
+ 'photo.prev': 'Previous (←)',
+ 'photo.next': 'Next (→)',
+ 'photo.zip_album': 'Download album as zip',
+ 'photo.zoom_in': 'Zoom in',
+ 'photo.zoom_out': 'Zoom out',
+ 'photo.zoom_fit_title': 'Fit to window',
+ 'photo.zoom_fit_label': 'Fit',
+ 'photo.zoom_100': 'Actual size (100%)',
+
// LAN cast
'cast.start': 'Cast to device',
'cast.stop': 'Stop casting',
@@ -476,8 +495,15 @@ export default {
'settings_node.audio_root_none': '— none chosen —',
'settings_node.audio_root_save': 'Save',
'settings_node.audio_root_change_confirm': 'Changing the Music root replaces what every member sees in the Music tab. Continue?',
+ 'settings_node.photo_roots_title': 'Photos root folders',
+ 'settings_node.photo_roots_hint': 'Which folder(s) the Photos app treats as entry points for this group — a photo library is often scattered across several folders, so more than one may be chosen. Nothing shows in Photos until at least one is added.',
+ 'settings_node.photo_roots_none': '— none chosen —',
+ 'settings_node.photo_roots_add_placeholder': 'Add a folder…',
+ 'settings_node.photo_roots_add': 'Add',
+ 'settings_node.photo_roots_remove': 'Remove',
+ 'settings_node.photo_roots_save': 'Save',
'settings_node.directories_title': 'Directories',
- 'settings_node.directories_hint': 'Shared folders, and which of them the Videos and Music apps use as their own entry point.',
+ 'settings_node.directories_hint': 'Shared folders, and which of them the Videos, Music and Photos apps use as their own entry point(s).',
// Members
'members.col_role': 'Role',