Internationalize remaining TODO-marked UI text in Expo app

This commit is contained in:
Adolfo Reyna
2026-02-20 22:30:20 -05:00
parent a8d21d31f8
commit 06e620dbf6
16 changed files with 230 additions and 69 deletions

View File

@@ -79,6 +79,44 @@ const messages = {
ocupation: "Ocupation",
country: 'Country',
clickToSeeAllPhotos: "Click to see all photos",
recentlyFollowing: "Recently Following",
changeActiveProfile: "Change Active Profile",
userActions: "User Actions",
fellowshipApp: "Fellowship App",
appLanguage: "App Language",
language: "Language",
languageSpanish: "Spanish",
languageEnglish: "English",
languageDanish: "Danish",
languageFrench: "French",
version: "Version",
channel: "Channel",
postingOn: "Posting on",
whatIsOnYourMindToday: "What is on your mind today?",
addPhotos: "Add Photos",
cancelUpload: "Cancel Upload",
uploading: "Uploading...",
uploadProgress: "Upload Progress",
newGroup: "New Group",
changeImage: "Change image",
addGroupImage: "Add group image",
groupName: "Group name",
subtitleOptional: "Subtitle (optional)",
requireApprovalBeforeJoin: "Require approval before people can join.",
createGroupAction: "Create Group",
newComment: "New Comment",
currentProfile: "Current Profile",
profileSetting: "Profile Setting",
searchGroups: "Search Groups",
results: "Results:",
yourGroups: "Your Groups:",
images: "Images",
media: "Media",
embedded: "Embedded",
files: "Files",
deleteGroup: "Delete Group",
delete: "Delete",
appName: "EMI Fellowship",
},
},
es: {
@@ -153,6 +191,44 @@ const messages = {
ocupation: 'Ocupación',
country: 'País',
clickToSeeAllPhotos: "Haz clic para ver todas las fotos",
recentlyFollowing: "Siguiendo recientemente",
changeActiveProfile: "Cambiar perfil activo",
userActions: "Acciones de usuario",
fellowshipApp: "App Fellowship",
appLanguage: "Idioma de la app",
language: "Idioma",
languageSpanish: "Español",
languageEnglish: "Inglés",
languageDanish: "Danés",
languageFrench: "Francés",
version: "Versión",
channel: "Canal",
postingOn: "Publicando en",
whatIsOnYourMindToday: "¿Qué tienes en mente hoy?",
addPhotos: "Agregar fotos",
cancelUpload: "Cancelar carga",
uploading: "Subiendo...",
uploadProgress: "Progreso de carga",
newGroup: "Nuevo grupo",
changeImage: "Cambiar imagen",
addGroupImage: "Agregar imagen del grupo",
groupName: "Nombre del grupo",
subtitleOptional: "Subtítulo (opcional)",
requireApprovalBeforeJoin: "Requiere aprobación antes de que las personas puedan unirse.",
createGroupAction: "Crear grupo",
newComment: "Nuevo comentario",
currentProfile: "Perfil actual",
profileSetting: "Configuración del perfil",
searchGroups: "Buscar grupos",
results: "Resultados:",
yourGroups: "Tus grupos:",
images: "Imágenes",
media: "Multimedia",
embedded: "Integrado",
files: "Archivos",
deleteGroup: "Eliminar grupo",
delete: "Eliminar",
appName: "EMI Fellowship",
}
},
fr: {
@@ -227,6 +303,44 @@ const messages = {
ocupation: 'Occupation',
country: 'Pays',
clickToSeeAllPhotos: "Cliquez pour voir toutes les photos",
recentlyFollowing: "Abonnements récents",
changeActiveProfile: "Changer le profil actif",
userActions: "Actions utilisateur",
fellowshipApp: "Application Fellowship",
appLanguage: "Langue de l'application",
language: "Langue",
languageSpanish: "Espagnol",
languageEnglish: "Anglais",
languageDanish: "Danois",
languageFrench: "Français",
version: "Version",
channel: "Canal",
postingOn: "Publication sur",
whatIsOnYourMindToday: "Qu'avez-vous en tête aujourd'hui ?",
addPhotos: "Ajouter des photos",
cancelUpload: "Annuler le téléversement",
uploading: "Téléversement...",
uploadProgress: "Progression du téléversement",
newGroup: "Nouveau groupe",
changeImage: "Changer l'image",
addGroupImage: "Ajouter l'image du groupe",
groupName: "Nom du groupe",
subtitleOptional: "Sous-titre (facultatif)",
requireApprovalBeforeJoin: "Nécessite une approbation avant que les personnes puissent rejoindre.",
createGroupAction: "Créer le groupe",
newComment: "Nouveau commentaire",
currentProfile: "Profil actuel",
profileSetting: "Paramètres du profil",
searchGroups: "Rechercher des groupes",
results: "Résultats :",
yourGroups: "Vos groupes :",
images: "Images",
media: "Médias",
embedded: "Intégré",
files: "Fichiers",
deleteGroup: "Supprimer le groupe",
delete: "Supprimer",
appName: "EMI Fellowship",
}
},
da: {
@@ -301,6 +415,44 @@ const messages = {
ocupation: "Beskæftigelse",
country: 'Land',
clickToSeeAllPhotos: "Klik for at se alle billeder",
recentlyFollowing: "For nylig fulgt",
changeActiveProfile: "Skift aktiv profil",
userActions: "Brugerhandlinger",
fellowshipApp: "Fellowship App",
appLanguage: "App-sprog",
language: "Sprog",
languageSpanish: "Spansk",
languageEnglish: "Engelsk",
languageDanish: "Dansk",
languageFrench: "Fransk",
version: "Version",
channel: "Kanal",
postingOn: "Udgiver på",
whatIsOnYourMindToday: "Hvad tænker du på i dag?",
addPhotos: "Tilføj billeder",
cancelUpload: "Annuller upload",
uploading: "Uploader...",
uploadProgress: "Uploadforløb",
newGroup: "Ny gruppe",
changeImage: "Skift billede",
addGroupImage: "Tilføj gruppebillede",
groupName: "Gruppenavn",
subtitleOptional: "Undertitel (valgfri)",
requireApprovalBeforeJoin: "Kræver godkendelse før folk kan deltage.",
createGroupAction: "Opret gruppe",
newComment: "Ny kommentar",
currentProfile: "Nuværende profil",
profileSetting: "Profilindstillinger",
searchGroups: "Søg grupper",
results: "Resultater:",
yourGroups: "Dine grupper:",
images: "Billeder",
media: "Medier",
embedded: "Indlejret",
files: "Filer",
deleteGroup: "Slet gruppe",
delete: "Slet",
appName: "EMI Fellowship",
}
}
}