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
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@
"conversation.wireCells.files.loadMore.title" = "Load more";
"conversation.wireCells.files.noData.title" = "There are no files or folders yet";
"conversation.wireCells.files.noData.message" = "You'll find all files and folders shared in this conversation here";
"conversation.wireCells.files.noSearchResults.title" = "No results found";
"conversation.wireCells.files.noSearchResults.message" = "Try adjusting your search.";
"conversation.wireCells.files.pendingCells.title" = "Files are loading";
"conversation.wireCells.files.pendingCells.message" = "Your documents and media files will be available here once we've uploaded all files and folders.";
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
"conversation.wireCells.files.error.title" = "Can't load files";
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
"conversation.wireCells.files.error.reload" = "Reload";
"conversation.wireCells.files.error.message" = "Something went wrong while loading. Please try again.";
"conversation.wireCells.files.error.retry" = "Retry";
"conversation.wireCells.files.error.noConnection.title" = "Unable to load files";
"conversation.wireCells.files.error.noConnection.message" = "Your list of files could not be loaded. Please check your Internet connection and try again.";
"conversation.wireCells.files.error.noConnection.retry" = "Try again";
"conversation.wireCells.files.moreActionsButton" = "More";
"conversation.wireCells.recycleBin.noData.message" = "You'll find all deleted files and folders here.";
"conversation.wireCells.files.moveToFolder.move" = "Move here";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"general.create" = "إنشاء";
"general.cancel" = "إلغاء";
"general.done" = "تـم";
"general.noInternet.title" = "لا يوجد إنترنت";

// MARK: - Channel Access level
"channel_access_level.public" = "Public";
Expand Down Expand Up @@ -107,13 +108,15 @@
"conversation.channelHistory.fetchChannelHistoryDepthOptions.error" = "An error occurred while fetching channel history depth options.";
"conversation.channelHistory.updateHistoryDepth.error" = "An error occurred while updating channel history depth.";
"conversation.file.preview.open" = "Open preview";
"conversation.draft.attachmentMenu.errorTitle" = "Unable to load file";
"conversation.draft.attachmentMenu.retry" = "Retry";
"conversation.draft.attachmentMenu.remove" = "Remove File";

// MARK: - Conversation Files View
"conversation.wireCells.files.navigationTitle" = "Shared Drive";
"conversation.wireCells.allFiles.navigationTitle" = "Drive";
"conversation.wireCells.files.item.subtitle" = "%@ by %@";
"conversation.wireCells.allFiles.item.subtitle" = "%@ in %@";
"conversation.wireCells.files.loadMore.title" = "Load more";
"conversation.wireCells.files.item.menu.open" = "افتح";
"conversation.wireCells.files.item.menu.shareLink" = "Share";
Expand All @@ -136,11 +139,16 @@
"conversation.wireCells.allFiles.noData.title" = "There are no files yet";
"conversation.wireCells.allFiles.noData.message" = "For conversations that use shared Drive, you'll find all files here.";
"conversation.wireCells.allFiles.noData.learnMore" = "معرفة المزيد";
"conversation.wireCells.files.noSearchResults.title" = "No results found";
"conversation.wireCells.files.noSearchResults.message" = "Try adjusting your search.";
"conversation.wireCells.files.pendingCells.title" = "Files are loading";
"conversation.wireCells.files.pendingCells.message" = "Your documents and media files will be available here once we've uploaded all files and folders.";
"conversation.wireCells.files.error.title" = "Can't load files";
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
"conversation.wireCells.files.error.reload" = "Reload";
"conversation.wireCells.files.error.message" = "Something went wrong while loading. Please try again.";
"conversation.wireCells.files.error.retry" = "Retry";
"conversation.wireCells.files.error.noConnection.title" = "Unable to load files";
"conversation.wireCells.files.error.noConnection.message" = "Your list of files could not be loaded. Please check your Internet connection and try again.";
"conversation.wireCells.files.error.noConnection.retry" = "Try again";
"conversation.wireCells.files.search.title" = "Search files";
"conversation.wireCells.files.list.createFolder" = "Create folder";
"conversation.wireCells.files.list.createFile" = "Create file";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@
"conversation.wireCells.files.loadMore.title" = "Load more";
"conversation.wireCells.files.noData.title" = "There are no files or folders yet";
"conversation.wireCells.files.noData.message" = "You'll find all files and folders shared in this conversation here";
"conversation.wireCells.files.noSearchResults.title" = "No results found";
"conversation.wireCells.files.noSearchResults.message" = "Try adjusting your search.";
"conversation.wireCells.files.pendingCells.title" = "Files are loading";
"conversation.wireCells.files.pendingCells.message" = "Your documents and media files will be available here once we've uploaded all files and folders.";
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
"conversation.wireCells.files.error.title" = "Can't load files";
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
"conversation.wireCells.files.error.reload" = "Reload";
"conversation.wireCells.files.error.message" = "Something went wrong while loading. Please try again.";
"conversation.wireCells.files.error.retry" = "Retry";
"conversation.wireCells.files.error.noConnection.title" = "Unable to load files";
"conversation.wireCells.files.error.noConnection.message" = "Your list of files could not be loaded. Please check your Internet connection and try again.";
"conversation.wireCells.files.error.noConnection.retry" = "Try again";
"conversation.wireCells.files.moreActionsButton" = "More";
"conversation.wireCells.recycleBin.noData.message" = "You'll find all deleted files and folders here.";
"conversation.wireCells.files.moveToFolder.move" = "Move here";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"general.create" = "Opret";
"general.cancel" = "Annuller";
"general.done" = "Færdig";
"general.noInternet.title" = "Ingen forbindelse";

// MARK: - Channel Access level
"channel_access_level.public" = "Public";
Expand Down Expand Up @@ -107,13 +108,15 @@
"conversation.channelHistory.fetchChannelHistoryDepthOptions.error" = "An error occurred while fetching channel history depth options.";
"conversation.channelHistory.updateHistoryDepth.error" = "An error occurred while updating channel history depth.";
"conversation.file.preview.open" = "Open preview";
"conversation.draft.attachmentMenu.errorTitle" = "Unable to load file";
"conversation.draft.attachmentMenu.retry" = "Retry";
"conversation.draft.attachmentMenu.remove" = "Remove File";

// MARK: - Conversation Files View
"conversation.wireCells.files.navigationTitle" = "Shared Drive";
"conversation.wireCells.allFiles.navigationTitle" = "Drive";
"conversation.wireCells.files.item.subtitle" = "%@ by %@";
"conversation.wireCells.allFiles.item.subtitle" = "%@ in %@";
"conversation.wireCells.files.loadMore.title" = "Load more";
"conversation.wireCells.files.item.menu.open" = "Åbn";
"conversation.wireCells.files.item.menu.shareLink" = "Share";
Expand All @@ -136,11 +139,16 @@
"conversation.wireCells.allFiles.noData.title" = "There are no files yet";
"conversation.wireCells.allFiles.noData.message" = "For conversations that use shared Drive, you'll find all files here.";
"conversation.wireCells.allFiles.noData.learnMore" = "Lær mere";
"conversation.wireCells.files.noSearchResults.title" = "No results found";
"conversation.wireCells.files.noSearchResults.message" = "Try adjusting your search.";
"conversation.wireCells.files.pendingCells.title" = "Files are loading";
"conversation.wireCells.files.pendingCells.message" = "Your documents and media files will be available here once we've uploaded all files and folders.";
"conversation.wireCells.files.error.title" = "Can't load files";
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
"conversation.wireCells.files.error.reload" = "Reload";
"conversation.wireCells.files.error.message" = "Something went wrong while loading. Please try again.";
"conversation.wireCells.files.error.retry" = "Retry";
"conversation.wireCells.files.error.noConnection.title" = "Unable to load files";
"conversation.wireCells.files.error.noConnection.message" = "Your list of files could not be loaded. Please check your Internet connection and try again.";
"conversation.wireCells.files.error.noConnection.retry" = "Try again";
"conversation.wireCells.files.search.title" = "Search files";
"conversation.wireCells.files.list.createFolder" = "Create folder";
"conversation.wireCells.files.list.createFile" = "Create file";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@
"conversation.wireCells.files.loadMore.title" = "Weitere Objekte laden";
"conversation.wireCells.files.noData.title" = "Es gibt noch keine Dateien oder Ordner";
"conversation.wireCells.files.noData.message" = "Hier finden Sie alle Dateien und Ordner, die in dieser Unterhaltung geteilt wurden.";
"conversation.wireCells.files.noSearchResults.title" = "Keine Ergebnisse gefunden";
"conversation.wireCells.files.noSearchResults.message" = "Versuchen Sie, Ihre Suche anzupassen.";
"conversation.wireCells.files.pendingCells.title" = "Dateien werden geladen";
"conversation.wireCells.files.pendingCells.message" = "Ihre Dokumente und Mediendateien werden hier verfügbar sein, sobald wir alle Dateien und Ordner hochgeladen haben.";
"conversation.wireCells.allFiles.noData.message" = "Hier finden Sie alle Dateien und Ordner, die Sie in Ihren Unterhaltungen gemeinsam nutzen.";
"conversation.wireCells.files.error.title" = "Dateien werden nicht geladen";
"conversation.wireCells.files.error.message" = "Ihre Dateien und Ordner konnten nicht geladen werden. Bitte laden Sie sie erneut.";
"conversation.wireCells.files.error.reload" = "Erneut laden";
"conversation.wireCells.files.error.message" = "Beim Laden ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.";
"conversation.wireCells.files.error.retry" = "Wiederholen";
"conversation.wireCells.files.error.noConnection.title" = "Dateien können nicht geladen werden";
"conversation.wireCells.files.error.noConnection.message" = "Ihre Datei-Liste konnte nicht geladen werden. Bitte überprüfen Sie Ihre Internetverbindung und versuchen Sie es erneut.";
"conversation.wireCells.files.error.noConnection.retry" = "Erneut versuchen";
"conversation.wireCells.files.moreActionsButton" = "Mehr";
"conversation.wireCells.recycleBin.noData.message" = "Hier finden Sie alle gelöschten Dateien und Ordner.";
"conversation.wireCells.files.moveToFolder.move" = "Hierhin verschieben";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"general.create" = "Erstellen";
"general.cancel" = "Abbrechen";
"general.done" = "Fertig";
"general.noInternet.title" = "Kein Internet";

// MARK: - Channel Access level
"channel_access_level.public" = "Öffentlich";
Expand Down Expand Up @@ -107,13 +108,15 @@
"conversation.channelHistory.fetchChannelHistoryDepthOptions.error" = "An error occurred while fetching channel history depth options.";
"conversation.channelHistory.updateHistoryDepth.error" = "An error occurred while updating channel history depth.";
"conversation.file.preview.open" = "Vorschau öffnen";
"conversation.draft.attachmentMenu.errorTitle" = "Datei konnte nicht geladen werden";
"conversation.draft.attachmentMenu.retry" = "Wiederholen";
"conversation.draft.attachmentMenu.remove" = "Datei löschen";

// MARK: - Conversation Files View
"conversation.wireCells.files.navigationTitle" = "Geteiltes Drive";
"conversation.wireCells.allFiles.navigationTitle" = "Drive";
"conversation.wireCells.files.item.subtitle" = "%@ von %@";
"conversation.wireCells.allFiles.item.subtitle" = "%@ in %@";
"conversation.wireCells.files.loadMore.title" = "Weitere Objekte laden";
"conversation.wireCells.files.item.menu.open" = "Öffnen";
"conversation.wireCells.files.item.menu.shareLink" = "Teilen";
Expand All @@ -136,11 +139,16 @@
"conversation.wireCells.allFiles.noData.title" = "Es gibt noch keine Dateien";
"conversation.wireCells.allFiles.noData.message" = "Bei Unterhaltungen mit Geteiltes Drive finden Sie hier die geteilten Dateien.";
"conversation.wireCells.allFiles.noData.learnMore" = "Mehr erfahren";
"conversation.wireCells.files.noSearchResults.title" = "Keine Ergebnisse gefunden";
"conversation.wireCells.files.noSearchResults.message" = "Versuchen Sie, Ihre Suche anzupassen.";
"conversation.wireCells.files.pendingCells.title" = "Dateien werden geladen";
"conversation.wireCells.files.pendingCells.message" = "Ihre Dokumente und Mediendateien werden hier verfügbar sein, sobald wir alle Dateien und Ordner hochgeladen haben.";
"conversation.wireCells.files.error.title" = "Dateien werden nicht geladen";
"conversation.wireCells.files.error.message" = "Ihre Dateien und Ordner konnten nicht geladen werden. Bitte laden Sie sie erneut.";
"conversation.wireCells.files.error.reload" = "Erneut laden";
"conversation.wireCells.files.error.message" = "Beim Laden ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.";
"conversation.wireCells.files.error.retry" = "Wiederholen";
"conversation.wireCells.files.error.noConnection.title" = "Dateien können nicht geladen werden";
"conversation.wireCells.files.error.noConnection.message" = "Ihre Datei-Liste konnte nicht geladen werden. Bitte überprüfen Sie Ihre Internetverbindung und versuchen Sie es erneut.";
"conversation.wireCells.files.error.noConnection.retry" = "Erneut versuchen";
"conversation.wireCells.files.search.title" = "Dateien suchen";
"conversation.wireCells.files.list.createFolder" = "Ordner erstellen";
"conversation.wireCells.files.list.createFile" = "Datei erstellen";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@
"conversation.wireCells.files.loadMore.title" = "Cargar más";
"conversation.wireCells.files.noData.title" = "Aún no hay archivos o carpetas";
"conversation.wireCells.files.noData.message" = "Encontrarás todos los archivos y carpetas compartidos en esta conversación aquí";
"conversation.wireCells.files.noSearchResults.title" = "No results found";
"conversation.wireCells.files.noSearchResults.message" = "Try adjusting your search.";
"conversation.wireCells.files.pendingCells.title" = "Los archivos están cargando";
"conversation.wireCells.files.pendingCells.message" = "Tus documentos y archivos multimedia estarán disponibles aquí una vez que hayamos subido todos los archivos y carpetas.";
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
"conversation.wireCells.files.error.title" = "Can't load files";
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
"conversation.wireCells.files.error.reload" = "Reload";
"conversation.wireCells.files.error.message" = "Something went wrong while loading. Please try again.";
"conversation.wireCells.files.error.retry" = "Reintentar";
"conversation.wireCells.files.error.noConnection.title" = "Unable to load files";
"conversation.wireCells.files.error.noConnection.message" = "Your list of files could not be loaded. Please check your Internet connection and try again.";
"conversation.wireCells.files.error.noConnection.retry" = "Try again";
"conversation.wireCells.files.moreActionsButton" = "More";
"conversation.wireCells.recycleBin.noData.message" = "You'll find all deleted files and folders here.";
"conversation.wireCells.files.moveToFolder.move" = "Move here";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"general.create" = "Crear";
"general.cancel" = "Cancelar";
"general.done" = "Listo";
"general.noInternet.title" = "No hay Internet";

// MARK: - Channel Access level
"channel_access_level.public" = "Público";
Expand Down Expand Up @@ -107,13 +108,15 @@
"conversation.channelHistory.fetchChannelHistoryDepthOptions.error" = "An error occurred while fetching channel history depth options.";
"conversation.channelHistory.updateHistoryDepth.error" = "An error occurred while updating channel history depth.";
"conversation.file.preview.open" = "Abrir vista previa";
"conversation.draft.attachmentMenu.errorTitle" = "Unable to load file";
"conversation.draft.attachmentMenu.retry" = "Reintentar";
"conversation.draft.attachmentMenu.remove" = "Quitar archivo";

// MARK: - Conversation Files View
"conversation.wireCells.files.navigationTitle" = "Shared Drive";
"conversation.wireCells.allFiles.navigationTitle" = "Drive";
"conversation.wireCells.files.item.subtitle" = "%@ por %@";
"conversation.wireCells.allFiles.item.subtitle" = "%@ en %@";
"conversation.wireCells.files.loadMore.title" = "Cargar más";
"conversation.wireCells.files.item.menu.open" = "Abrir";
"conversation.wireCells.files.item.menu.shareLink" = "Share";
Expand All @@ -136,11 +139,16 @@
"conversation.wireCells.allFiles.noData.title" = "There are no files yet";
"conversation.wireCells.allFiles.noData.message" = "For conversations that use shared Drive, you'll find all files here.";
"conversation.wireCells.allFiles.noData.learnMore" = "Más información";
"conversation.wireCells.files.noSearchResults.title" = "No results found";
"conversation.wireCells.files.noSearchResults.message" = "Try adjusting your search.";
"conversation.wireCells.files.pendingCells.title" = "Los archivos están cargando";
"conversation.wireCells.files.pendingCells.message" = "Tus documentos y archivos multimedia estarán disponibles aquí una vez que hayamos subido todos los archivos y carpetas.";
"conversation.wireCells.files.error.title" = "Can't load files";
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
"conversation.wireCells.files.error.reload" = "Reload";
"conversation.wireCells.files.error.message" = "Something went wrong while loading. Please try again.";
"conversation.wireCells.files.error.retry" = "Reintentar";
"conversation.wireCells.files.error.noConnection.title" = "Unable to load files";
"conversation.wireCells.files.error.noConnection.message" = "Your list of files could not be loaded. Please check your Internet connection and try again.";
"conversation.wireCells.files.error.noConnection.retry" = "Try again";
"conversation.wireCells.files.search.title" = "Search files";
"conversation.wireCells.files.list.createFolder" = "Create folder";
"conversation.wireCells.files.list.createFile" = "Create file";
Expand Down
Loading