Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 78 additions & 1 deletion app/lang/i18n.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,5 +1309,82 @@
"managePodcasts": "Manage podcasts",
"selectedPodcasts": "Selected podcasts",
"hideKeyboards": "Hide keyboards",
"automaticallyAddImages": "Automatically add images"
"automaticallyAddImages": "Automatically add images",
"COLLECT_ACTION_SEND_TO_PARTNER": "Send to partner",
"COLLECT_ACTION_TOGGLE_AUTO_SEND": "Toggle auto-send to partner",
"CTRANSFER_HEADING": "Collect transfer",
"CTRANSFER_SETTINGS_HINT": "Configure the relay and pairing details provided by your supporter or administrator.",
"CTRANSFER_CONNECT": "Connect",
"CTRANSFER_DISCONNECT": "Disconnect",
"CTRANSFER_SEND": "Send to partner",
"CTRANSFER_AUTO_SEND": "Auto-send collects",
"CTRANSFER_AUTO_RECONNECT": "Reconnect automatically",
"CTRANSFER_CONTROLS_LABEL": "Collect transfer controls",
"CTRANSFER_STATUS_LABEL": "Status",
"CTRANSFER_STATUS_DISCONNECTED": "Not connected",
"CTRANSFER_STATUS_CONNECTING": "Connecting.",
"CTRANSFER_STATUS_CONNECTED": "Connected to {0}",
"CTRANSFER_STATUS_CONNECTED_PLACEHOLDER": "your partner",
"CTRANSFER_STATUS_ERROR": "Connection error",
"CTRANSFER_PROMPT_RELAY_URL": "Relay WebSocket URL",
"CTRANSFER_PROMPT_TOKEN": "Pairing token",
"CTRANSFER_PROMPT_USER_ID": "Your user ID",
"CTRANSFER_ERROR_MISSING_CONFIG": "Add relay URL and pairing token to connect.",
"CTRANSFER_RELAY_URL_LABEL": "Relay URL",
"CTRANSFER_TOKEN_LABEL": "Pairing token",
"CTRANSFER_TOKEN_GENERATE": "Generate pairing token",
"CTRANSFER_USER_ID_LABEL": "User ID to share",
"CTRANSFER_ADVANCED_SHOW": "Show advanced options",
"CTRANSFER_ADVANCED_HIDE": "Hide advanced options",
"CTRANSFER_ERROR_MISSING_TURN": "Enter the TURN server URL to use the TURN relay.",
"CTRANSFER_USE_TURN": "Use TURN relay (requires URL and credentials)",
"CTRANSFER_TURN_HINT": "Enable only when a TURN relay is needed. Traffic will flow through the TURN server instead of directly between devices.",
"CTRANSFER_TURN_URL_LABEL": "TURN server URL",
"CTRANSFER_TURN_USER_LABEL": "TURN username",
"CTRANSFER_TURN_PASS_LABEL": "TURN password",
"CTRANSFER_STAGE_WEBSOCKET": "Opening relay connection...",
"CTRANSFER_STAGE_SIGNALING": "Starting pairing...",
"CTRANSFER_STAGE_AWAITING_ANSWER": "Waiting for your partner to respond...",
"CTRANSFER_STAGE_AWAITING_PARTNER": "Share the token {0} with your partner.",
"CTRANSFER_STAGE_WAITING_PEER": "Waiting for {0} to reconnect...",
"CTRANSFER_STAGE_WAITING_OFFER": "Registered as receiver. Waiting for an offer...",
"CTRANSFER_STAGE_WAITING_CHANNEL": "Waiting for the secure channel...",
"CTRANSFER_STAGE_AWAITING_PEER_CHANNEL": "Waiting for the data channel...",
"CTRANSFER_STAGE_RECONNECTING": "Lost connection. Reconnecting...",
"CTRANSFER_CONNECT_HINT": "Fill in the fields, then press Connect to start sharing collects with your partner.",
"CTRANSFER_OPEN_CONTROLS_HINT": "You can also manage the connection from the collect bar.",
"CTRANSFER_SHARE_BUTTON": "Show pairing QR",
"CTRANSFER_IMPORT_BUTTON": "Import from QR or code",
"CTRANSFER_QR_TITLE": "Share pairing QR",
"CTRANSFER_QR_EXPLAIN": "Scan this QR code on another device to copy the relay settings.",
"CTRANSFER_QR_ERROR": "Could not generate QR code.",
"CTRANSFER_QR_EXPLAIN_TOKEN": "Ask your partner to scan this QR or type the token below.",
"CTRANSFER_PAIRING_TOKEN_LABEL": "Pairing token",
"CTRANSFER_COPY_TOKEN_BUTTON": "Copy token",

"CTRANSFER_SHARE_CODE_LABEL": "Share code",
"CTRANSFER_COPY_BUTTON": "Copy code",
"CTRANSFER_COPY_SUCCESS": "Code copied to clipboard.",
"CTRANSFER_COPY_ERROR": "Could not copy code.",
"CTRANSFER_IMPORT_TITLE": "Import pairing settings",
"CTRANSFER_IMPORT_EXPLAIN": "Scan the QR code or paste the share code from your partner.",
"CTRANSFER_IMPORT_PLACEHOLDER": "Paste share code here...",
"CTRANSFER_IMPORT_RELAY_URL": "Relay URL",
"CTRANSFER_IMPORT_TOKEN": "Pairing token",
"CTRANSFER_IMPORT_READY": "Looks good — press Apply to save and connect.",

"CTRANSFER_IMPORT_ERROR_EMPTY": "Paste a share code or scan a QR first.",
"CTRANSFER_PARTNER_ASSIGNMENT": "Whose messages to display",
"CTRANSFER_SOURCE_LOCAL": "Mine",
"CTRANSFER_SOURCE_PARTNER": "Partner",
"CTRANSFER_SOURCE_BOTH": "Both",

"CTRANSFER_IMPORT_ERROR_INVALID": "The provided share code is not valid.",
"CTRANSFER_IMPORT_ERROR_UNKNOWN": "Could not import the share code.",
"CTRANSFER_IMPORT_APPLY": "Apply settings",
"CTRANSFER_SCAN_NOT_AVAILABLE": "Camera scan is not available on this device.",
"CTRANSFER_SCAN_START": "Start camera scan",
"CTRANSFER_SCAN_STOP": "Stop camera scan",
"CTRANSFER_AUTOSEND_ENABLED": "Auto-send enabled - new collects will share automatically.",
"CTRANSFER_AUTOSEND_DISABLED": "Auto-send disabled."
}
Loading