diff --git a/apps/encryption/l10n/pt_PT.js b/apps/encryption/l10n/pt_PT.js index ca056099aa9..91670b93396 100644 --- a/apps/encryption/l10n/pt_PT.js +++ b/apps/encryption/l10n/pt_PT.js @@ -28,6 +28,7 @@ OC.L10N.register( "Bad Signature" : "Má Assinatura", "Missing Signature" : "Assinatura em Falta", "one-time password for server-side-encryption" : "palavra-passe de utilização única para a encriptação do lado do servidor", + "This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Esta aplicação fornece a implementação de encriptação (padrão) para a funcionalidade de Encriptação do Lado do Servidor (SSE) do Nextcloud.\n\n\t\t\t**Detalhes da Encriptação**\n\t\t\t* **Modo de Encriptação:** AES-256-CTR (padrão)\n\t\t\t* **Autenticação:** HMAC-SHA256\n\t\t\t**Avisos Importantes**\n\t\t\t* **PERIGO:** Não desative esta aplicação até que todos os ficheiros tenham sido desencriptados (`occ encryption:decrypt-all`).\n\t\t\t* **AVISO**: Reverter para o armazenamento de ficheiros não encriptados após a ativação requer acesso à linha de comandos. A ação é permanente através da interface web.\n\n\t\t\t**Observações para Ficheiros Existentes**\n\t\t\t* Por predefinição, a ativação do SSE não encripta os ficheiros existentes; apenas os novos ficheiros serão encriptados.\n\t\t\t* Para encriptar todos os ficheiros existentes, utilize o comando `occ encryption:encrypt-all`.\n\t\t\t**Antes de Começar**\n\t\t\t* **Leia a Documentação:** Antes de ativar o SSE, encriptar os ficheiros existentes ou desativar o SSE, é fundamental \n\t\t\t\tler a documentação para compreender as implicações e os procedimentos adequados para evitar a perda de dados.", "Default encryption module" : "Módulo de cifra padrão", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicação de encriptação está ativada mas as suas chaves não foram inicializadas, termine a sessão e inicie sessão novamente", "Encrypt the home storage" : "Encriptar o armazenamento do início", diff --git a/apps/encryption/l10n/pt_PT.json b/apps/encryption/l10n/pt_PT.json index 067bc6eb452..a8be0f374f0 100644 --- a/apps/encryption/l10n/pt_PT.json +++ b/apps/encryption/l10n/pt_PT.json @@ -26,6 +26,7 @@ "Bad Signature" : "Má Assinatura", "Missing Signature" : "Assinatura em Falta", "one-time password for server-side-encryption" : "palavra-passe de utilização única para a encriptação do lado do servidor", + "This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Esta aplicação fornece a implementação de encriptação (padrão) para a funcionalidade de Encriptação do Lado do Servidor (SSE) do Nextcloud.\n\n\t\t\t**Detalhes da Encriptação**\n\t\t\t* **Modo de Encriptação:** AES-256-CTR (padrão)\n\t\t\t* **Autenticação:** HMAC-SHA256\n\t\t\t**Avisos Importantes**\n\t\t\t* **PERIGO:** Não desative esta aplicação até que todos os ficheiros tenham sido desencriptados (`occ encryption:decrypt-all`).\n\t\t\t* **AVISO**: Reverter para o armazenamento de ficheiros não encriptados após a ativação requer acesso à linha de comandos. A ação é permanente através da interface web.\n\n\t\t\t**Observações para Ficheiros Existentes**\n\t\t\t* Por predefinição, a ativação do SSE não encripta os ficheiros existentes; apenas os novos ficheiros serão encriptados.\n\t\t\t* Para encriptar todos os ficheiros existentes, utilize o comando `occ encryption:encrypt-all`.\n\t\t\t**Antes de Começar**\n\t\t\t* **Leia a Documentação:** Antes de ativar o SSE, encriptar os ficheiros existentes ou desativar o SSE, é fundamental \n\t\t\t\tler a documentação para compreender as implicações e os procedimentos adequados para evitar a perda de dados.", "Default encryption module" : "Módulo de cifra padrão", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicação de encriptação está ativada mas as suas chaves não foram inicializadas, termine a sessão e inicie sessão novamente", "Encrypt the home storage" : "Encriptar o armazenamento do início", diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index e251b47bf82..921e71de050 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -108,16 +108,43 @@ OC.L10N.register( "Type" : "Tipo", "Active filters" : "Filtros ativos", "Remove filter" : "Remover filtro", + "Appearance" : "Aspeto", "Show hidden files" : "Mostrar ficheiros ocultos", + "Show file type column" : "Mostrar coluna de tipo de ficheiro", + "Show file extensions" : "Mostrar extensões de ficheiro", + "Crop image previews" : "Recortar pré-visualizações de imagens", "General" : "Geral", + "Sort favorites first" : "Ordenar por favoritos primeiro", + "Sort folders before files" : "Ordenar as pastas antes dos ficheiros.", + "Enable folder tree view" : "Ativar visualização de pastas em árvore", + "Default view" : "Vista padrão", "All files" : "Todos os ficheiros", "Personal files" : "Ficheiros pessoais", "Additional settings" : "Definições adicionais", "Actions" : "Ações", "File actions" : "Ações sobre ficheiros", + "Selection" : "Seleção", + "Select all files" : "Selecionar todos os ficheiros", "Deselect all" : "Desselecionar tudo", + "Select or deselect" : "Selecionar ou desselecionar", + "Select a range" : "Selecionar um intervalo", "Navigation" : "Navegação", + "Go to parent folder" : "Ir para a pasta anterior", + "Go to file above" : "Ir para o ficheiro acima", + "Go to file below" : "Ir para o ficheiro abaixo", + "Go left in grid" : "Ir para a esquerda na grelha", + "Go right in grid" : "Ir para a direita na grelha", "View" : "Ver", + "Toggle grid view" : "Alternar visualização em grelha", + "Open file sidebar" : "Abrir barra lateral de ficheiro", + "Show those shortcuts" : "Mostrar esses atalhos", + "Warnings" : "Avisos", + "Warn before changing a file extension" : "Avisar antes de alterar uma extensão de ficheiro", + "Warn before deleting a file" : "Avisar antes de eliminar um ficheiro", + "WebDAV URL" : "URL WebDAV", + "Create an app password" : "Criar uma palavra-passe para a aplicação", + "Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Necessário para a autenticação WebDAV porque a autenticação de dois fatores está ativada para esta conta.", + "How to access files using WebDAV" : "Como aceder a ficheiros usando o WebDAV", "Total rows summary" : "Resumo do total de linhas", "Toggle selection for all files and folders" : "Alternar a seleção para todos os ficheiros e pastas", "Name" : "Nome", @@ -133,6 +160,8 @@ OC.L10N.register( "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Por motivos de desempenho, esta lista não é totalmente processada. Os ficheiros serão processados à medida que navega na lista.", "File not found" : "Ficheiro não encontrado", "_{count} selected_::_{count} selected_" : ["{count} selecionado","{count} selecionado","{count} selecionado"], + "Search everywhere …" : "Procure em todo o lado …", + "Search here …" : "Procure aqui …", "Search scope options" : "Opções do escopo da pesquisa", "Search here" : "Pesquisar aqui", "{usedQuotaByte} used" : "{usedQuotaByte} usado", @@ -150,7 +179,15 @@ OC.L10N.register( "Failed to start filename sanitization." : "Falha ao iniciar a limpeza do nome do ficheiro.", "Failed to refresh filename sanitization status." : "Falha ao atualizar o estado da limpeza do nome do ficheiro.", "Filename sanitization in progress." : "Limpeza do nome do ficheiro em curso.", + "Currently {processedUsers} of {totalUsers} accounts are already processed." : "Atualmente, {processedUsers} das {totalUsers} contas já foram processadas.", + "Preparing …" : "Preparando …", "Refresh" : "Atualizar", + "All files have been santized for Windows filename support." : "Todos os ficheiros foram tratados para serem compatíveis com os nomes de ficheiro do Windows.", + "Some files could not be sanitized, please check your logs." : "Alguns ficheiros não puderam ser tratados. Por favor verifique os seus registros.", + "Sanitization errors" : "Erros de tratamento", + "Not sanitized filenames" : "Ficheiros não tratados", + "Windows filename support has been enabled." : "O suporte a nomes de ficheiros do Windows foi ativado.", + "While this blocks users from creating new files with unsupported filenames, existing files are not yet renamed and thus still may break sync on Windows." : "Embora isto impeça os utilizadores de criar novos ficheiros com nomes não suportados, os ficheiros existentes ainda não foram renomeados e, portanto, ainda podem interromper a sincronização no Windows.", "Fill template fields" : "Preencher campos do modelo", "Submit" : "Submeter", "Choose a file or folder to transfer" : "Escolher um ficheiro ou pasta para transferir", @@ -194,6 +231,7 @@ OC.L10N.register( "Delete folder" : "Apagar pasta", "Cancel" : "Cancelar", "Download" : "Transferir", + "Add or remove favorite" : "Adicionar ou remover favorito", "Copy to {target}" : "Copiar para {target}", "Copy" : "Copiar", "Move to {target}" : "Mover para {target}", @@ -221,6 +259,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n pasta","%n pastas","%n pastas"], "No favorites yet" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", + "Folder tree" : "Pastas em árvore", "Recent" : "Recentes", "Search" : "Pesquisa sobre", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", @@ -233,9 +272,13 @@ OC.L10N.register( "\"{displayName}\" batch action executed successfully" : "Ação de lote “{displayName}” executada com sucesso", "\"{displayName}\" action failed" : "\"{displayName}\" a ação falhou", "\"{displayName}\" action executed successfully" : "\"{displayName}\" ação executada com sucesso ", + "Enable folder tree" : "Ativar pastas em árvore", "WebDAV" : "WebDAV", "Copy to clipboard" : "Copiar para área de transferência", "Keyboard shortcuts" : "Atalhos de teclado", + "Manage tags for a file" : "Gerir etiquetas para um ficheiro", + "Select or deselect a file" : "Selecionar ou desselecionar um ficheiro", + "Select a range of files" : "Selecionar um intervalo de ficheiros", "Edit locally" : "Editar localmente", "This directory is unavailable, please check the logs or contact the administrator" : "Esta diretoria está indisponível, por favor, verifique os registos ou contacte o administrador", "Search everywhere …" : "Pesquisar em todo o lado...", diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index 0417118335d..b1ac1b8ebe9 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -106,16 +106,43 @@ "Type" : "Tipo", "Active filters" : "Filtros ativos", "Remove filter" : "Remover filtro", + "Appearance" : "Aspeto", "Show hidden files" : "Mostrar ficheiros ocultos", + "Show file type column" : "Mostrar coluna de tipo de ficheiro", + "Show file extensions" : "Mostrar extensões de ficheiro", + "Crop image previews" : "Recortar pré-visualizações de imagens", "General" : "Geral", + "Sort favorites first" : "Ordenar por favoritos primeiro", + "Sort folders before files" : "Ordenar as pastas antes dos ficheiros.", + "Enable folder tree view" : "Ativar visualização de pastas em árvore", + "Default view" : "Vista padrão", "All files" : "Todos os ficheiros", "Personal files" : "Ficheiros pessoais", "Additional settings" : "Definições adicionais", "Actions" : "Ações", "File actions" : "Ações sobre ficheiros", + "Selection" : "Seleção", + "Select all files" : "Selecionar todos os ficheiros", "Deselect all" : "Desselecionar tudo", + "Select or deselect" : "Selecionar ou desselecionar", + "Select a range" : "Selecionar um intervalo", "Navigation" : "Navegação", + "Go to parent folder" : "Ir para a pasta anterior", + "Go to file above" : "Ir para o ficheiro acima", + "Go to file below" : "Ir para o ficheiro abaixo", + "Go left in grid" : "Ir para a esquerda na grelha", + "Go right in grid" : "Ir para a direita na grelha", "View" : "Ver", + "Toggle grid view" : "Alternar visualização em grelha", + "Open file sidebar" : "Abrir barra lateral de ficheiro", + "Show those shortcuts" : "Mostrar esses atalhos", + "Warnings" : "Avisos", + "Warn before changing a file extension" : "Avisar antes de alterar uma extensão de ficheiro", + "Warn before deleting a file" : "Avisar antes de eliminar um ficheiro", + "WebDAV URL" : "URL WebDAV", + "Create an app password" : "Criar uma palavra-passe para a aplicação", + "Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Necessário para a autenticação WebDAV porque a autenticação de dois fatores está ativada para esta conta.", + "How to access files using WebDAV" : "Como aceder a ficheiros usando o WebDAV", "Total rows summary" : "Resumo do total de linhas", "Toggle selection for all files and folders" : "Alternar a seleção para todos os ficheiros e pastas", "Name" : "Nome", @@ -131,6 +158,8 @@ "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Por motivos de desempenho, esta lista não é totalmente processada. Os ficheiros serão processados à medida que navega na lista.", "File not found" : "Ficheiro não encontrado", "_{count} selected_::_{count} selected_" : ["{count} selecionado","{count} selecionado","{count} selecionado"], + "Search everywhere …" : "Procure em todo o lado …", + "Search here …" : "Procure aqui …", "Search scope options" : "Opções do escopo da pesquisa", "Search here" : "Pesquisar aqui", "{usedQuotaByte} used" : "{usedQuotaByte} usado", @@ -148,7 +177,15 @@ "Failed to start filename sanitization." : "Falha ao iniciar a limpeza do nome do ficheiro.", "Failed to refresh filename sanitization status." : "Falha ao atualizar o estado da limpeza do nome do ficheiro.", "Filename sanitization in progress." : "Limpeza do nome do ficheiro em curso.", + "Currently {processedUsers} of {totalUsers} accounts are already processed." : "Atualmente, {processedUsers} das {totalUsers} contas já foram processadas.", + "Preparing …" : "Preparando …", "Refresh" : "Atualizar", + "All files have been santized for Windows filename support." : "Todos os ficheiros foram tratados para serem compatíveis com os nomes de ficheiro do Windows.", + "Some files could not be sanitized, please check your logs." : "Alguns ficheiros não puderam ser tratados. Por favor verifique os seus registros.", + "Sanitization errors" : "Erros de tratamento", + "Not sanitized filenames" : "Ficheiros não tratados", + "Windows filename support has been enabled." : "O suporte a nomes de ficheiros do Windows foi ativado.", + "While this blocks users from creating new files with unsupported filenames, existing files are not yet renamed and thus still may break sync on Windows." : "Embora isto impeça os utilizadores de criar novos ficheiros com nomes não suportados, os ficheiros existentes ainda não foram renomeados e, portanto, ainda podem interromper a sincronização no Windows.", "Fill template fields" : "Preencher campos do modelo", "Submit" : "Submeter", "Choose a file or folder to transfer" : "Escolher um ficheiro ou pasta para transferir", @@ -192,6 +229,7 @@ "Delete folder" : "Apagar pasta", "Cancel" : "Cancelar", "Download" : "Transferir", + "Add or remove favorite" : "Adicionar ou remover favorito", "Copy to {target}" : "Copiar para {target}", "Copy" : "Copiar", "Move to {target}" : "Mover para {target}", @@ -219,6 +257,7 @@ "_%n folder_::_%n folders_" : ["%n pasta","%n pastas","%n pastas"], "No favorites yet" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", + "Folder tree" : "Pastas em árvore", "Recent" : "Recentes", "Search" : "Pesquisa sobre", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", @@ -231,9 +270,13 @@ "\"{displayName}\" batch action executed successfully" : "Ação de lote “{displayName}” executada com sucesso", "\"{displayName}\" action failed" : "\"{displayName}\" a ação falhou", "\"{displayName}\" action executed successfully" : "\"{displayName}\" ação executada com sucesso ", + "Enable folder tree" : "Ativar pastas em árvore", "WebDAV" : "WebDAV", "Copy to clipboard" : "Copiar para área de transferência", "Keyboard shortcuts" : "Atalhos de teclado", + "Manage tags for a file" : "Gerir etiquetas para um ficheiro", + "Select or deselect a file" : "Selecionar ou desselecionar um ficheiro", + "Select a range of files" : "Selecionar um intervalo de ficheiros", "Edit locally" : "Editar localmente", "This directory is unavailable, please check the logs or contact the administrator" : "Esta diretoria está indisponível, por favor, verifique os registos ou contacte o administrador", "Search everywhere …" : "Pesquisar em todo o lado...", diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js index 53059a8766c..5a0a39489a8 100644 --- a/apps/files_sharing/l10n/fa.js +++ b/apps/files_sharing/l10n/fa.js @@ -34,7 +34,7 @@ OC.L10N.register( "{user} accepted the remote share of {file}" : "{user} اشتراک‌گذاری از راه دور {file} را پذیرفت.", "{user} declined the remote share of {file}" : "{user} اشتراک‌گذاری از راه دور {file} را رد کرد.", "{user} unshared {file} from you" : "{user} فایل {file} از شما به اشتراک گذاشته نشده است", - "Shared with {user}" : "با {user} به اشتراک گذاشته شده است", + "Shared with {user}" : "با {user} به اشتراک گذاشته", "Removed share for {user}" : "اشتراک‌گذاری برای {user} حذف شد", "You removed yourself" : "شما خدتان را حذف کردید", "{actor} removed themselves" : "{actor} خودشان را حذف کردند", @@ -262,11 +262,11 @@ OC.L10N.register( "Terms of service" : "شرایط و قوانین", "Share with {user}" : "اشتراک‌گذاری با {user}", "Share with email {email}" : "اشتراک‌گذاری با ایمیل {email}", - "Share with group" : "با گروه به اشتراک بگذارید", + "Share with group" : "اشتراک‌گذاری با گروه", "Share in conversation" : "اشتراک گذاری در گفتگو", "Share with {user} on remote server {server}" : "اشتراک‌گذاری با {user} در سرور {server}", "Share with remote group" : "اشتراک‌گذاری با گروه از راه دور", - "Share with guest" : "با مهمان به اشتراک بگذارید", + "Share with guest" : "اشتراک‌گذاری با مهمان", "Update share" : "به‌روزرسانی هم‌رسانی", "Save share" : "ذخیره اشتراک گذاری", "Read" : "خواندن", diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json index 0c79bc6d914..b8008161b7c 100644 --- a/apps/files_sharing/l10n/fa.json +++ b/apps/files_sharing/l10n/fa.json @@ -32,7 +32,7 @@ "{user} accepted the remote share of {file}" : "{user} اشتراک‌گذاری از راه دور {file} را پذیرفت.", "{user} declined the remote share of {file}" : "{user} اشتراک‌گذاری از راه دور {file} را رد کرد.", "{user} unshared {file} from you" : "{user} فایل {file} از شما به اشتراک گذاشته نشده است", - "Shared with {user}" : "با {user} به اشتراک گذاشته شده است", + "Shared with {user}" : "با {user} به اشتراک گذاشته", "Removed share for {user}" : "اشتراک‌گذاری برای {user} حذف شد", "You removed yourself" : "شما خدتان را حذف کردید", "{actor} removed themselves" : "{actor} خودشان را حذف کردند", @@ -260,11 +260,11 @@ "Terms of service" : "شرایط و قوانین", "Share with {user}" : "اشتراک‌گذاری با {user}", "Share with email {email}" : "اشتراک‌گذاری با ایمیل {email}", - "Share with group" : "با گروه به اشتراک بگذارید", + "Share with group" : "اشتراک‌گذاری با گروه", "Share in conversation" : "اشتراک گذاری در گفتگو", "Share with {user} on remote server {server}" : "اشتراک‌گذاری با {user} در سرور {server}", "Share with remote group" : "اشتراک‌گذاری با گروه از راه دور", - "Share with guest" : "با مهمان به اشتراک بگذارید", + "Share with guest" : "اشتراک‌گذاری با مهمان", "Update share" : "به‌روزرسانی هم‌رسانی", "Save share" : "ذخیره اشتراک گذاری", "Read" : "خواندن", diff --git a/apps/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js new file mode 100644 index 00000000000..96cae67dd84 --- /dev/null +++ b/apps/files_trashbin/l10n/pt_PT.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "files_trashbin", + { + "restored" : "Restaurado", + "Deleted files" : "Ficheiros eliminados", + "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Ficheiros e pastas eliminados na reciclagem (podem expirar durante a exportação se tiver pouco espaço de armazenamento)", + "This application enables people to restore files that were deleted from the system." : "Esta aplicação permite que as pessoas restaurem ficheiros que foram eliminados do sistema.", + "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Esta aplicação permite que os utilizadores restaurem ficheiros eliminados do sistema. Exibe uma lista dos ficheiros eliminados na interface web e oferece opções para os restaurar para os diretórios de ficheiros do utilizador ou removê-los permanentemente do sistema. A restauração de um ficheiro também restaura as versões relacionadas, caso a funcionalidade de versões esteja ativada. Quando um ficheiro é eliminado de uma partilha, pode ser restaurado da mesma forma, embora já não esteja partilhado. Por predefinição, estes ficheiros permanecem na lixeira durante 30 dias. Para evitar que uma conta fique sem espaço em disco, a aplicação Ficheiros eliminados não utilizará mais de 50% da quota livre disponível para ficheiros eliminados. Se o número de ficheiros eliminados exceder este limite, a aplicação eliminará os ficheiros mais antigos até que o espaço disponível fique abaixo do limite. Mais informações estão disponíveis na documentação da aplicação Ficheiros Eliminados.", + "Restore" : "Restaurar", + "Empty deleted files" : "Esvaziar ficheiros eliminados", + "Cancel" : "Cancelar", + "Deleted" : "Eliminado", + "Unknown" : "Desconhecido", + "All files" : "Todos os ficheiros", + "You" : "Vovê", + "List of files that have been deleted." : "Lista de ficheiros que foram eliminados.", + "No deleted files" : "Sem ficheiros eliminados", + "Files and folders you have deleted will show up here" : "Ficheiros e pastas que você eliminou aparecerão aqui", + "All files have been permanently deleted" : "Todos os ficheiros foram eliminados permanentemente", + "Failed to empty deleted files" : "Falha ao esvaziar ficheiros eliminados" +}, +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_trashbin/l10n/pt_PT.json b/apps/files_trashbin/l10n/pt_PT.json new file mode 100644 index 00000000000..f73f9da8809 --- /dev/null +++ b/apps/files_trashbin/l10n/pt_PT.json @@ -0,0 +1,20 @@ +{ "translations": { + "restored" : "Restaurado", + "Deleted files" : "Ficheiros eliminados", + "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Ficheiros e pastas eliminados na reciclagem (podem expirar durante a exportação se tiver pouco espaço de armazenamento)", + "This application enables people to restore files that were deleted from the system." : "Esta aplicação permite que as pessoas restaurem ficheiros que foram eliminados do sistema.", + "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Esta aplicação permite que os utilizadores restaurem ficheiros eliminados do sistema. Exibe uma lista dos ficheiros eliminados na interface web e oferece opções para os restaurar para os diretórios de ficheiros do utilizador ou removê-los permanentemente do sistema. A restauração de um ficheiro também restaura as versões relacionadas, caso a funcionalidade de versões esteja ativada. Quando um ficheiro é eliminado de uma partilha, pode ser restaurado da mesma forma, embora já não esteja partilhado. Por predefinição, estes ficheiros permanecem na lixeira durante 30 dias. Para evitar que uma conta fique sem espaço em disco, a aplicação Ficheiros eliminados não utilizará mais de 50% da quota livre disponível para ficheiros eliminados. Se o número de ficheiros eliminados exceder este limite, a aplicação eliminará os ficheiros mais antigos até que o espaço disponível fique abaixo do limite. Mais informações estão disponíveis na documentação da aplicação Ficheiros Eliminados.", + "Restore" : "Restaurar", + "Empty deleted files" : "Esvaziar ficheiros eliminados", + "Cancel" : "Cancelar", + "Deleted" : "Eliminado", + "Unknown" : "Desconhecido", + "All files" : "Todos os ficheiros", + "You" : "Vovê", + "List of files that have been deleted." : "Lista de ficheiros que foram eliminados.", + "No deleted files" : "Sem ficheiros eliminados", + "Files and folders you have deleted will show up here" : "Ficheiros e pastas que você eliminou aparecerão aqui", + "All files have been permanently deleted" : "Todos os ficheiros foram eliminados permanentemente", + "Failed to empty deleted files" : "Falha ao esvaziar ficheiros eliminados" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/provisioning_api/l10n/fa.js b/apps/provisioning_api/l10n/fa.js new file mode 100644 index 00000000000..ed8edcc8bf6 --- /dev/null +++ b/apps/provisioning_api/l10n/fa.js @@ -0,0 +1,46 @@ +OC.L10N.register( + "provisioning_api", + { + "Logged in account must be an administrator or have authorization to edit this setting." : "حساب کاربری وارد شده باید مدیر باشد یا مجوز ویرایش این تنظیم را داشته باشد.", + "Could not create non-existing user ID" : "شناسه کاربری ناموجود ایجاد نشد", + "User already exists" : "User already exists", + "Group %1$s does not exist" : "گروه %1$s وجود ندارد", + "Insufficient privileges for group %1$s" : "گروه %1$s وجود ندارد", + "No group specified (required for sub-admins)" : "هیچ گروهی مشخص نشده است (برای مدیران فرعی الزامی است)", + "Sub-admin group does not exist" : "گروه زیر مدیر وجود ندارد", + "Cannot create sub-admins for admin group" : "نمی‌توان برای گروه ادمین‌ها، زیرمدیر ایجاد کرد", + "No permissions to promote sub-admins" : "هیچ مجوزی برای ارتقای مدیران فرعی وجود ندارد", + "Invalid password value" : "مقدار گذرواژه نامعتبر است", + "An email address is required, to send a password link to the user." : "برای ارسال لینک گذرواژه به کاربر، یک آدرس ایمیل لازم است.", + "Required email address was not provided" : "آدرس ایمیل مورد نیاز ارائه نشده است", + "User creation failed" : "ایجاد کاربر ناموفق بود", + "Invalid quota value: %1$s" : "مقدار سهمیه نامعتبر: %1$s", + "Invalid quota value. %1$s is exceeding the maximum quota" : "مقدار سهمیه نامعتبر است. %1$s از حداکثر سهمیه تجاوز کرده است.", + "Unlimited quota is forbidden on this instance" : "حجم نامحدود در این مورد ممنوع است", + "Setting the password is not supported by the users backend" : "تنظیم گذرواژه توسط بخش مدیریت کاربران پشتیبانی نمی‌شود", + "Invalid language" : "زبان نامعتبر", + "Invalid locale" : "زبان محلی نامعتبر است", + "Invalid timezone" : "منطقه زمانی نامعتبر", + "Invalid first day of week" : "نخستین روز هفتهٔ نامعتبر", + "Cannot remove yourself from the admin group" : "نمی‌توانید خودتان را از گروه مدیر حذف کنید", + "Cannot remove yourself from this group as you are a sub-admin" : "نمی‌توانید خودتان را از این گروه حذف کنید زیرا شما یک مدیر فرعی هستید", + "Not viable to remove user from the last group you are sub-admin of" : "حذف کاربر از آخرین گروهی که شما زیر مدیر آن هستید، امکان‌پذیر نیست.", + "User does not exist" : "کاربر وجود ندارد", + "Group does not exist" : "گروه وجود ندارد", + "User is not a sub-admin of this group" : "کاربر زیرمدیر این گروه نیست", + "Email address not available" : "آدرس ایمیل موجود نیست", + "Sending email failed" : "ارسال ایمیل ناموفق بود", + "Logged in account is not mail address owner" : "حساب کاربری وارد شده، مالک آدرس ایمیل نیست", + "Email confirmation" : "Email confirmation", + "To enable the email address %s please click the button below." : "To enable the email address %s please click the button below.", + "Confirm" : "تائید", + "Email was already removed from account and cannot be confirmed anymore." : "Email was already removed from account and cannot be confirmed anymore.", + "Could not verify mail because the token is expired." : "Could not verify mail because the token is expired.", + "Could not verify mail because the token is invalid." : "Could not verify mail because the token is invalid.", + "An unexpected error occurred. Please contact your admin." : "An unexpected error occurred. Please contact your admin.", + "Email confirmation successful" : "Email confirmation successful", + "Provisioning API" : "Provisioning API", + "This application enables a set of APIs that external systems can use to manage accounts, groups and apps." : "این برنامه مجموعه‌ای از APIها را فعال می‌کند که سیستم‌های خارجی می‌توانند از آنها برای مدیریت حساب‌ها، گروه‌ها و برنامه‌ها استفاده کنند.", + "This application enables a set of APIs that external systems can use to create, edit, delete and query account\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin accounts\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "این برنامه مجموعه‌ای از APIها را فعال می‌کند که سیستم‌های خارجی می‌توانند از آنها برای ایجاد، ویرایش، حذف و پرس‌وجوی ویژگی‌های حساب کاربری، پرس‌وجو، تنظیم و حذف گروه‌ها، تنظیم سهمیه و پرس‌وجوی کل فضای ذخیره‌سازی استفاده شده در Nextcloud استفاده کنند. حساب‌های کاربری ادمین گروه نیز می‌توانند Nextcloud را پرس‌وجو کنند و همان عملکردهای یک ادمین را برای گروه‌هایی که مدیریت می‌کنند، انجام دهند. این API همچنین به ادمین امکان می‌دهد تا برای برنامه‌های فعال Nextcloud، اطلاعات برنامه و فعال یا غیرفعال کردن یک برنامه از راه دور پرس‌وجو کند. پس از فعال شدن برنامه، می‌توان از درخواست‌های HTTP از طریق یک هدر Basic Auth برای انجام هر یک از عملکردهای ذکر شده در بالا استفاده کرد. اطلاعات بیشتر، از جمله مثال‌های فراخوانی و پاسخ‌های سرور، در مستندات Provisioning API موجود است." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/provisioning_api/l10n/fa.json b/apps/provisioning_api/l10n/fa.json new file mode 100644 index 00000000000..2ffd0efc90e --- /dev/null +++ b/apps/provisioning_api/l10n/fa.json @@ -0,0 +1,44 @@ +{ "translations": { + "Logged in account must be an administrator or have authorization to edit this setting." : "حساب کاربری وارد شده باید مدیر باشد یا مجوز ویرایش این تنظیم را داشته باشد.", + "Could not create non-existing user ID" : "شناسه کاربری ناموجود ایجاد نشد", + "User already exists" : "User already exists", + "Group %1$s does not exist" : "گروه %1$s وجود ندارد", + "Insufficient privileges for group %1$s" : "گروه %1$s وجود ندارد", + "No group specified (required for sub-admins)" : "هیچ گروهی مشخص نشده است (برای مدیران فرعی الزامی است)", + "Sub-admin group does not exist" : "گروه زیر مدیر وجود ندارد", + "Cannot create sub-admins for admin group" : "نمی‌توان برای گروه ادمین‌ها، زیرمدیر ایجاد کرد", + "No permissions to promote sub-admins" : "هیچ مجوزی برای ارتقای مدیران فرعی وجود ندارد", + "Invalid password value" : "مقدار گذرواژه نامعتبر است", + "An email address is required, to send a password link to the user." : "برای ارسال لینک گذرواژه به کاربر، یک آدرس ایمیل لازم است.", + "Required email address was not provided" : "آدرس ایمیل مورد نیاز ارائه نشده است", + "User creation failed" : "ایجاد کاربر ناموفق بود", + "Invalid quota value: %1$s" : "مقدار سهمیه نامعتبر: %1$s", + "Invalid quota value. %1$s is exceeding the maximum quota" : "مقدار سهمیه نامعتبر است. %1$s از حداکثر سهمیه تجاوز کرده است.", + "Unlimited quota is forbidden on this instance" : "حجم نامحدود در این مورد ممنوع است", + "Setting the password is not supported by the users backend" : "تنظیم گذرواژه توسط بخش مدیریت کاربران پشتیبانی نمی‌شود", + "Invalid language" : "زبان نامعتبر", + "Invalid locale" : "زبان محلی نامعتبر است", + "Invalid timezone" : "منطقه زمانی نامعتبر", + "Invalid first day of week" : "نخستین روز هفتهٔ نامعتبر", + "Cannot remove yourself from the admin group" : "نمی‌توانید خودتان را از گروه مدیر حذف کنید", + "Cannot remove yourself from this group as you are a sub-admin" : "نمی‌توانید خودتان را از این گروه حذف کنید زیرا شما یک مدیر فرعی هستید", + "Not viable to remove user from the last group you are sub-admin of" : "حذف کاربر از آخرین گروهی که شما زیر مدیر آن هستید، امکان‌پذیر نیست.", + "User does not exist" : "کاربر وجود ندارد", + "Group does not exist" : "گروه وجود ندارد", + "User is not a sub-admin of this group" : "کاربر زیرمدیر این گروه نیست", + "Email address not available" : "آدرس ایمیل موجود نیست", + "Sending email failed" : "ارسال ایمیل ناموفق بود", + "Logged in account is not mail address owner" : "حساب کاربری وارد شده، مالک آدرس ایمیل نیست", + "Email confirmation" : "Email confirmation", + "To enable the email address %s please click the button below." : "To enable the email address %s please click the button below.", + "Confirm" : "تائید", + "Email was already removed from account and cannot be confirmed anymore." : "Email was already removed from account and cannot be confirmed anymore.", + "Could not verify mail because the token is expired." : "Could not verify mail because the token is expired.", + "Could not verify mail because the token is invalid." : "Could not verify mail because the token is invalid.", + "An unexpected error occurred. Please contact your admin." : "An unexpected error occurred. Please contact your admin.", + "Email confirmation successful" : "Email confirmation successful", + "Provisioning API" : "Provisioning API", + "This application enables a set of APIs that external systems can use to manage accounts, groups and apps." : "این برنامه مجموعه‌ای از APIها را فعال می‌کند که سیستم‌های خارجی می‌توانند از آنها برای مدیریت حساب‌ها، گروه‌ها و برنامه‌ها استفاده کنند.", + "This application enables a set of APIs that external systems can use to create, edit, delete and query account\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin accounts\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "این برنامه مجموعه‌ای از APIها را فعال می‌کند که سیستم‌های خارجی می‌توانند از آنها برای ایجاد، ویرایش، حذف و پرس‌وجوی ویژگی‌های حساب کاربری، پرس‌وجو، تنظیم و حذف گروه‌ها، تنظیم سهمیه و پرس‌وجوی کل فضای ذخیره‌سازی استفاده شده در Nextcloud استفاده کنند. حساب‌های کاربری ادمین گروه نیز می‌توانند Nextcloud را پرس‌وجو کنند و همان عملکردهای یک ادمین را برای گروه‌هایی که مدیریت می‌کنند، انجام دهند. این API همچنین به ادمین امکان می‌دهد تا برای برنامه‌های فعال Nextcloud، اطلاعات برنامه و فعال یا غیرفعال کردن یک برنامه از راه دور پرس‌وجو کند. پس از فعال شدن برنامه، می‌توان از درخواست‌های HTTP از طریق یک هدر Basic Auth برای انجام هر یک از عملکردهای ذکر شده در بالا استفاده کرد. اطلاعات بیشتر، از جمله مثال‌های فراخوانی و پاسخ‌های سرور، در مستندات Provisioning API موجود است." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/settings/l10n/he.js b/apps/settings/l10n/he.js index 1fc5dd22fc6..8008eaf2636 100644 --- a/apps/settings/l10n/he.js +++ b/apps/settings/l10n/he.js @@ -221,6 +221,7 @@ OC.L10N.register( "Your phone number" : "מספר הטלפון שלך", "Timezone" : "אזור זמן", "Add" : "הוספה", + "Create" : "יצירה", "Change" : "שינוי", "Delete" : "מחיקה", "Reshare" : "שיתוף מחדש", diff --git a/apps/settings/l10n/he.json b/apps/settings/l10n/he.json index 6c691aba7f1..376708a59c6 100644 --- a/apps/settings/l10n/he.json +++ b/apps/settings/l10n/he.json @@ -219,6 +219,7 @@ "Your phone number" : "מספר הטלפון שלך", "Timezone" : "אזור זמן", "Add" : "הוספה", + "Create" : "יצירה", "Change" : "שינוי", "Delete" : "מחיקה", "Reshare" : "שיתוף מחדש", diff --git a/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js index 2df955f7129..aac3a7a709d 100644 --- a/apps/settings/l10n/pt_PT.js +++ b/apps/settings/l10n/pt_PT.js @@ -107,6 +107,7 @@ OC.L10N.register( "Allow public uploads" : "Permitir Envios Públicos", "Always ask for a password" : "Pedir sempre a senha", "Enforce password protection" : "Forçar proteção por palavra-passe", + "Set default expiration date for internal shares" : "Defina a data de expiração predefinida para as partilhas internas.", "Enforce expiration date" : "Forçar a data de expiração", "This text will be shown on the public link upload page when the file list is hidden." : "Este texto será exibido na página de carregamento de ligações públicas quando a lista de ficheiros estiver oculta. ", "Limit to groups" : "Limitado a grupos", @@ -185,6 +186,8 @@ OC.L10N.register( "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "É sempre bom criar cópias de segurança regulares dos seus dados, em caso de encriptação tenha a certeza de que faz cópia das chaves de encriptação em conjunto com os seus dados.", "This is the final warning: Do you really want to enable encryption?" : "Este é o aviso final: quer mesmo ativar a encriptação?", "Submit" : "Submeter", + "Rename group" : "Renomear grupo", + "Delete group" : "Apagar grupo", "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", "Choose your profile picture" : "Escolher imagem de perfil", @@ -214,6 +217,7 @@ OC.L10N.register( "Change" : "Mudar", "Delete" : "Eliminar", "Reshare" : "Partilhar novamente", + "Setup warnings" : "Configurar avisos", "Display name" : "Nome a exibir", "Email" : "Email", "Quota" : "Quota", @@ -229,10 +233,13 @@ OC.L10N.register( "Edit" : "Editar", "Visibility" : "Visibilidade", "Show last login" : "Mostrar último início de sessão", + "Sorting" : "Ordenação", "Send email" : "Enviar email", "Default quota" : "Quota padrão", + "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor verifique novamente os\n{linkStartInstallationGuides}guias de instalação\n{linkEnd} e verifique se há erros ou avisos no \n{linkStartLog}registo{linkEnd}.", "Security & setup warnings" : "Avisos de configuração e segurança", "All checks passed." : "Todas as verificações passaram.", + "There are some warnings regarding your setup." : "Existem alguns avisos referentes à sua configuração.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador pode afinar o comportamento de partilha. Por favor veja a documentação para mais informação.", "Apply" : "Aplicar", "Admins" : "Administrador", @@ -287,12 +294,14 @@ OC.L10N.register( "Credentials" : "Credenciais", "SMTP Password" : "Palavra-passe SMTP", "Save" : "Guardar", + "Test and verify email settings" : "Testar e verificar as definições de e-mail", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desenvolvido pela [communityopen]Comunidade Nextcloud[linkclose]. O [githubcode]código fonte[/linkclose] está licenciado sob [licenseopen]AGPL[linkclose].", "Like our Facebook page" : "Deixe um Gosto na nossa página do Facebook", "Check out our blog" : "Veja o nosso blog", "Subscribe to our newsletter" : "Subscreva as nossas notícias", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Este lançamento comunitário do Nextcloud não é compatível e as notificações instantâneas não estão disponíveis.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Esta app não tem a versão mínima do Nextcloud atribuída. Isto será um erro no futuro.", - "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app não tem a versão máxima do Nextcloud atribuída. Isto será um erro no futuro." + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app não tem a versão máxima do Nextcloud atribuída. Isto será um erro no futuro.", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, verifique novamente os guias de instalação ↗ e procure erros ou avisos no registo." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json index 248b959de31..0a5a4c3653f 100644 --- a/apps/settings/l10n/pt_PT.json +++ b/apps/settings/l10n/pt_PT.json @@ -105,6 +105,7 @@ "Allow public uploads" : "Permitir Envios Públicos", "Always ask for a password" : "Pedir sempre a senha", "Enforce password protection" : "Forçar proteção por palavra-passe", + "Set default expiration date for internal shares" : "Defina a data de expiração predefinida para as partilhas internas.", "Enforce expiration date" : "Forçar a data de expiração", "This text will be shown on the public link upload page when the file list is hidden." : "Este texto será exibido na página de carregamento de ligações públicas quando a lista de ficheiros estiver oculta. ", "Limit to groups" : "Limitado a grupos", @@ -183,6 +184,8 @@ "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "É sempre bom criar cópias de segurança regulares dos seus dados, em caso de encriptação tenha a certeza de que faz cópia das chaves de encriptação em conjunto com os seus dados.", "This is the final warning: Do you really want to enable encryption?" : "Este é o aviso final: quer mesmo ativar a encriptação?", "Submit" : "Submeter", + "Rename group" : "Renomear grupo", + "Delete group" : "Apagar grupo", "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", "Choose your profile picture" : "Escolher imagem de perfil", @@ -212,6 +215,7 @@ "Change" : "Mudar", "Delete" : "Eliminar", "Reshare" : "Partilhar novamente", + "Setup warnings" : "Configurar avisos", "Display name" : "Nome a exibir", "Email" : "Email", "Quota" : "Quota", @@ -227,10 +231,13 @@ "Edit" : "Editar", "Visibility" : "Visibilidade", "Show last login" : "Mostrar último início de sessão", + "Sorting" : "Ordenação", "Send email" : "Enviar email", "Default quota" : "Quota padrão", + "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor verifique novamente os\n{linkStartInstallationGuides}guias de instalação\n{linkEnd} e verifique se há erros ou avisos no \n{linkStartLog}registo{linkEnd}.", "Security & setup warnings" : "Avisos de configuração e segurança", "All checks passed." : "Todas as verificações passaram.", + "There are some warnings regarding your setup." : "Existem alguns avisos referentes à sua configuração.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador pode afinar o comportamento de partilha. Por favor veja a documentação para mais informação.", "Apply" : "Aplicar", "Admins" : "Administrador", @@ -285,12 +292,14 @@ "Credentials" : "Credenciais", "SMTP Password" : "Palavra-passe SMTP", "Save" : "Guardar", + "Test and verify email settings" : "Testar e verificar as definições de e-mail", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desenvolvido pela [communityopen]Comunidade Nextcloud[linkclose]. O [githubcode]código fonte[/linkclose] está licenciado sob [licenseopen]AGPL[linkclose].", "Like our Facebook page" : "Deixe um Gosto na nossa página do Facebook", "Check out our blog" : "Veja o nosso blog", "Subscribe to our newsletter" : "Subscreva as nossas notícias", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Este lançamento comunitário do Nextcloud não é compatível e as notificações instantâneas não estão disponíveis.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Esta app não tem a versão mínima do Nextcloud atribuída. Isto será um erro no futuro.", - "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app não tem a versão máxima do Nextcloud atribuída. Isto será um erro no futuro." + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app não tem a versão máxima do Nextcloud atribuída. Isto será um erro no futuro.", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, verifique novamente os guias de instalação ↗ e procure erros ou avisos no registo." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js index f7b08b512e7..51a69e551b7 100644 --- a/apps/user_ldap/l10n/cs.js +++ b/apps/user_ldap/l10n/cs.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Došlo k chybě připojení k LDAP/AD, zkontrolujte prosím host, port a přihlašovací údaje.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Zástupný symbol „%uid“ chybí. Při dotatzu na LDAP/AD bude nahrazen přihlašovacím jménem.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Při přihlašování, bude {instanceName} hledat uživatele na základě následujících atributů:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Umožňuje přihlašování pomocí LDAP/AD uživatelského jména, což je buď „uid“ nebo „sAMAccountName“ a bude zjištěno.", "LDAP/AD Username:" : "LDAP/AD uživatelské jméno:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Umožňuje přihlašování pomocí atributu e-mail. Je možné použít „mail“ a „mailPrimaryAddress“.", "LDAP/AD Email Address:" : "E-mailová adresa z LDAP/AD:", "Other Attributes:" : "Další atributy:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Definuje filtr který použít při pokusu o přihlášení. `%%uid` je nahrazeno uživatelským jménem z přihlašovací akce. Příklad: `uid=%%uid`", @@ -153,9 +155,13 @@ OC.L10N.register( "Delete configuration" : "Smazat nastavení", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pokud nevyžadujete SSL, můžete protokol vynechat. Pokud ano, začněte ldaps://", "Host" : "Hostitel", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Zjistit port", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "DN klientského uživatele, ke kterému má být vytvořena vazba. Pro anonymní přístup ponechte DN a heslo prázdné.", "User DN" : "Uživatelské DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", "Password" : "Heslo", "Save Credentials" : "Uložit přihlašovací údaje", diff --git a/apps/user_ldap/l10n/cs.json b/apps/user_ldap/l10n/cs.json index 107bccc703e..07005950e19 100644 --- a/apps/user_ldap/l10n/cs.json +++ b/apps/user_ldap/l10n/cs.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Došlo k chybě připojení k LDAP/AD, zkontrolujte prosím host, port a přihlašovací údaje.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Zástupný symbol „%uid“ chybí. Při dotatzu na LDAP/AD bude nahrazen přihlašovacím jménem.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Při přihlašování, bude {instanceName} hledat uživatele na základě následujících atributů:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Umožňuje přihlašování pomocí LDAP/AD uživatelského jména, což je buď „uid“ nebo „sAMAccountName“ a bude zjištěno.", "LDAP/AD Username:" : "LDAP/AD uživatelské jméno:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Umožňuje přihlašování pomocí atributu e-mail. Je možné použít „mail“ a „mailPrimaryAddress“.", "LDAP/AD Email Address:" : "E-mailová adresa z LDAP/AD:", "Other Attributes:" : "Další atributy:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Definuje filtr který použít při pokusu o přihlášení. `%%uid` je nahrazeno uživatelským jménem z přihlašovací akce. Příklad: `uid=%%uid`", @@ -151,9 +153,13 @@ "Delete configuration" : "Smazat nastavení", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pokud nevyžadujete SSL, můžete protokol vynechat. Pokud ano, začněte ldaps://", "Host" : "Hostitel", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Zjistit port", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "DN klientského uživatele, ke kterému má být vytvořena vazba. Pro anonymní přístup ponechte DN a heslo prázdné.", "User DN" : "Uživatelské DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", "Password" : "Heslo", "Save Credentials" : "Uložit přihlašovací údaje", diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index 552bd0de977..3c2dac1878d 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten. Bitte Host, Port und Anmeldeinformationen überprüfen.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Der \"%u id\" Platzhalter fehlt. Er wird durch den Anmeldenamen ersetzt, wenn LDAP/AD abgefragt wird.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Beim Anmelden wird {instanceName} den Benutzer basierend auf folgenden Attributen finden:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder „uid“ oder „sAMAccountName“ lautet und erkannt wird.", "LDAP/AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. „mail“ und „mailPrimaryAddress“ sind zulässig.", "LDAP/AD Email Address:" : "LDAP-/AD E-Mail-Adresse:", "Other Attributes:" : "Andere Attribute:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. `%%uid` ersetzt den Benutzernamen bei der Anmeldung. Beispiel: `uid=%%uid`", @@ -153,9 +155,13 @@ OC.L10N.register( "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kannst das Protokoll auslassen, es sei denn, du benötigst SSL. In diesem Fall mit ldaps:// beginnen.", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Port ermitteln", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "Password" : "Passwort", "Save Credentials" : "Zugangsdaten speichern", diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index b7b781a0c52..4971a239605 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten. Bitte Host, Port und Anmeldeinformationen überprüfen.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Der \"%u id\" Platzhalter fehlt. Er wird durch den Anmeldenamen ersetzt, wenn LDAP/AD abgefragt wird.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Beim Anmelden wird {instanceName} den Benutzer basierend auf folgenden Attributen finden:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder „uid“ oder „sAMAccountName“ lautet und erkannt wird.", "LDAP/AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. „mail“ und „mailPrimaryAddress“ sind zulässig.", "LDAP/AD Email Address:" : "LDAP-/AD E-Mail-Adresse:", "Other Attributes:" : "Andere Attribute:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. `%%uid` ersetzt den Benutzernamen bei der Anmeldung. Beispiel: `uid=%%uid`", @@ -151,9 +153,13 @@ "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kannst das Protokoll auslassen, es sei denn, du benötigst SSL. In diesem Fall mit ldaps:// beginnen.", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Port ermitteln", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "Password" : "Passwort", "Save Credentials" : "Zugangsdaten speichern", diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js index 10a9c3f535e..c43497ba958 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte überprüfen Sie Host, Port und Anmeldeinformationen.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Der \"%u id\" Platzhalter fehlt. Er wird durch den Anmeldenamen ersetzt, wenn LDAP/AD abgefragt wird.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Beim Anmelden wird {instanceName} den Benutzer basierend auf folgenden Attributen finden:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder 'uid' oder 'sAMAccountName' lautet und erkannt wird.", "LDAP/AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. 'mail' und 'mailPrimaryAddress' sind zulässig.", "LDAP/AD Email Address:" : "LDAP-/AD E-Mail-Adresse:", "Other Attributes:" : "Andere Attribute:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. `%%uid` ersetzt den Benutzernamen bei der Anmeldung. Beispiel: `uid=%%uid`", @@ -153,9 +155,13 @@ OC.L10N.register( "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Sie können das Protokoll auslassen, wenn sie SSL nicht benötigen. Falls doch, so starten Sie mit ldaps://", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Port ermitteln", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", "Password" : "Passwort", "Save Credentials" : "Zugangsdaten speichern", diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index e4b60066ed0..243f4d14118 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte überprüfen Sie Host, Port und Anmeldeinformationen.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Der \"%u id\" Platzhalter fehlt. Er wird durch den Anmeldenamen ersetzt, wenn LDAP/AD abgefragt wird.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Beim Anmelden wird {instanceName} den Benutzer basierend auf folgenden Attributen finden:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder 'uid' oder 'sAMAccountName' lautet und erkannt wird.", "LDAP/AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. 'mail' und 'mailPrimaryAddress' sind zulässig.", "LDAP/AD Email Address:" : "LDAP-/AD E-Mail-Adresse:", "Other Attributes:" : "Andere Attribute:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. `%%uid` ersetzt den Benutzernamen bei der Anmeldung. Beispiel: `uid=%%uid`", @@ -151,9 +153,13 @@ "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Sie können das Protokoll auslassen, wenn sie SSL nicht benötigen. Falls doch, so starten Sie mit ldaps://", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Port ermitteln", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", "Password" : "Passwort", "Save Credentials" : "Zugangsdaten speichern", diff --git a/apps/user_ldap/l10n/gl.js b/apps/user_ldap/l10n/gl.js index edc03461150..c3e67338b6d 100644 --- a/apps/user_ldap/l10n/gl.js +++ b/apps/user_ldap/l10n/gl.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Produciuse un erro de conexión a LDAP/AD. Verifique a máquina, o porto e as credenciais.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Falta o marcador de substitución «%uid». Substitúese polo nome de acceso ao consultar LDAP/AD.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Ao acceder, {instanceName} atopa o usuario en función dos seguintes atributos:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Permite acceder co nome de usuario LDAP/AD, que pode ser 'uid' ou 'sAMAccountName' e que vai ser detectado.", "LDAP/AD Username:" : "Nome de usuario LDAP/AD:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Permite o acceso contra un atributo de correo-e. Permitiense 'mail' e 'mailPrimaryAddress'.", "LDAP/AD Email Address:" : "Enderezo de correo LDAP/AD:", "Other Attributes:" : "Outros atributos:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Define o filtro que se aplica cando se intenta o acceso. `%%uid` substitúe o nome de usuario e a acción de acceso. Exemplo: `uid=%%uid`", @@ -153,9 +155,13 @@ OC.L10N.register( "Delete configuration" : "Eliminar a configuración", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pode omitir o protocolo a non ser que precise de SSL. Daquela comece con ldaps://", "Host" : "Máquina", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Porto", + "389" : "389", "Detect Port" : "Detectar o porto", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "User DN" : "DN do usuario", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Password" : "Contrasinal", "Save Credentials" : "Gardar as credenciais", diff --git a/apps/user_ldap/l10n/gl.json b/apps/user_ldap/l10n/gl.json index c45291b0ff4..f987dba21e6 100644 --- a/apps/user_ldap/l10n/gl.json +++ b/apps/user_ldap/l10n/gl.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Produciuse un erro de conexión a LDAP/AD. Verifique a máquina, o porto e as credenciais.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Falta o marcador de substitución «%uid». Substitúese polo nome de acceso ao consultar LDAP/AD.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Ao acceder, {instanceName} atopa o usuario en función dos seguintes atributos:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Permite acceder co nome de usuario LDAP/AD, que pode ser 'uid' ou 'sAMAccountName' e que vai ser detectado.", "LDAP/AD Username:" : "Nome de usuario LDAP/AD:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Permite o acceso contra un atributo de correo-e. Permitiense 'mail' e 'mailPrimaryAddress'.", "LDAP/AD Email Address:" : "Enderezo de correo LDAP/AD:", "Other Attributes:" : "Outros atributos:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Define o filtro que se aplica cando se intenta o acceso. `%%uid` substitúe o nome de usuario e a acción de acceso. Exemplo: `uid=%%uid`", @@ -151,9 +153,13 @@ "Delete configuration" : "Eliminar a configuración", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pode omitir o protocolo a non ser que precise de SSL. Daquela comece con ldaps://", "Host" : "Máquina", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Porto", + "389" : "389", "Detect Port" : "Detectar o porto", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "User DN" : "DN do usuario", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Password" : "Contrasinal", "Save Credentials" : "Gardar as credenciais", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index c6d8e21dda6..cc33eba0a3d 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -153,9 +153,12 @@ OC.L10N.register( "Delete configuration" : "Excluir configuração", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Você pode omitir o protocolo a menos que o SSL seja obrigatório. Se sim, inicie com ldaps://", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Porta", + "389" : "389", "Detect Port" : "Detectar Porta", "User DN" : "DN do usuário", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e senha vazios.", "Password" : "Senha", "Save Credentials" : "Salvar credenciais", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 4711dafa960..8fbb5471901 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -151,9 +151,12 @@ "Delete configuration" : "Excluir configuração", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Você pode omitir o protocolo a menos que o SSL seja obrigatório. Se sim, inicie com ldaps://", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Porta", + "389" : "389", "Detect Port" : "Detectar Porta", "User DN" : "DN do usuário", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e senha vazios.", "Password" : "Senha", "Save Credentials" : "Salvar credenciais", diff --git a/apps/user_ldap/l10n/zh_HK.js b/apps/user_ldap/l10n/zh_HK.js index 4c55876c2e5..941fc092f0c 100644 --- a/apps/user_ldap/l10n/zh_HK.js +++ b/apps/user_ldap/l10n/zh_HK.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "連線到 LDAP/AD 出現錯誤。請檢查主機,連接埠和身份驗證。", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "“%uid”佔位符丟失。查詢 LDAP/AD 時,它將替換為登入名稱。", "When logging in, {instanceName} will find the user based on the following attributes:" : "登入時,{instanceName} 將會根據以下屬性尋找使用者:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "允許使用 LDAP/AD 用戶名登入,該用戶名可以是「uid」或「sAMAccountName」,會自動檢測到。", "LDAP/AD Username:" : "LDAP/AD 用戶名稱:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "允許以電子郵件特性登入。允許使用「mail」與「mailPrimaryAddress」。", "LDAP/AD Email Address:" : "LDAP/AD 電郵地址:", "Other Attributes:" : "其他屬性:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "定義試圖登入時所要使用的過濾條件。「%%uid」會在登入操作時取代用戶名稱。示例:「uid=%%uid」", @@ -155,6 +157,7 @@ OC.L10N.register( "Host" : "主機", "Port" : "連接埠", "Detect Port" : "偵測連接埠", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "客戶端用戶的DN與特定字詞的連結需要完善。若需匿名存取,請將識別碼與密碼欄位留空。", "User DN" : "用戶 DN", "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白", "Password" : "密碼", diff --git a/apps/user_ldap/l10n/zh_HK.json b/apps/user_ldap/l10n/zh_HK.json index 5478a26cbf3..40b056d5026 100644 --- a/apps/user_ldap/l10n/zh_HK.json +++ b/apps/user_ldap/l10n/zh_HK.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "連線到 LDAP/AD 出現錯誤。請檢查主機,連接埠和身份驗證。", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "“%uid”佔位符丟失。查詢 LDAP/AD 時,它將替換為登入名稱。", "When logging in, {instanceName} will find the user based on the following attributes:" : "登入時,{instanceName} 將會根據以下屬性尋找使用者:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "允許使用 LDAP/AD 用戶名登入,該用戶名可以是「uid」或「sAMAccountName」,會自動檢測到。", "LDAP/AD Username:" : "LDAP/AD 用戶名稱:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "允許以電子郵件特性登入。允許使用「mail」與「mailPrimaryAddress」。", "LDAP/AD Email Address:" : "LDAP/AD 電郵地址:", "Other Attributes:" : "其他屬性:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "定義試圖登入時所要使用的過濾條件。「%%uid」會在登入操作時取代用戶名稱。示例:「uid=%%uid」", @@ -153,6 +155,7 @@ "Host" : "主機", "Port" : "連接埠", "Detect Port" : "偵測連接埠", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "客戶端用戶的DN與特定字詞的連結需要完善。若需匿名存取,請將識別碼與密碼欄位留空。", "User DN" : "用戶 DN", "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白", "Password" : "密碼", diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js index b0618703649..074ebc17521 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "遭遇 LDAP/AD 的連線錯誤。請檢查主機、連接埠、憑證等。", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "「%uid」佔位字串遺失。查詢 LDAP/AD 時將會使用登入名稱取代。", "When logging in, {instanceName} will find the user based on the following attributes:" : "登入時,{instanceName} 將會根據以下屬性尋找使用者:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "允許使用 LDAP/AD 使用者名稱登入,可以是「uid」或「sAMAccountName」,會自動偵測。", "LDAP/AD Username:" : "LDAP/AD 使用者名稱:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "允許以電子郵件特性登入。允許使用「mail」與「mailPrimaryAddress」。", "LDAP/AD Email Address:" : "LDAP/AD 電子郵件地址:", "Other Attributes:" : "其他特性:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "定義試圖登入時所要套用的過濾條件。「%%uid」會在登入動作時取代使用者名稱。範例:「uid=%%uid」", @@ -153,9 +155,13 @@ OC.L10N.register( "Delete configuration" : "刪除組態", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "除非您需要 SSL,否則您可以忽略通訊協定。如果需要,請以 ldaps:// 開頭", "Host" : "主機", + "ldaps://localhost" : "ldaps://localhost", "Port" : "連接埠", + "389" : "389", "Detect Port" : "偵測連接埠", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "將用於執行綁定操作的客戶端使用者 DN。若需匿名存取,請將識別碼與密碼欄位留空。", "User DN" : "使用者 DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "匿名存取時,請將 DN 與密碼欄位留空。", "Password" : "密碼", "Save Credentials" : "儲存憑證", diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json index 41b53bf0b33..e8cf30a24ac 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "遭遇 LDAP/AD 的連線錯誤。請檢查主機、連接埠、憑證等。", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "「%uid」佔位字串遺失。查詢 LDAP/AD 時將會使用登入名稱取代。", "When logging in, {instanceName} will find the user based on the following attributes:" : "登入時,{instanceName} 將會根據以下屬性尋找使用者:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "允許使用 LDAP/AD 使用者名稱登入,可以是「uid」或「sAMAccountName」,會自動偵測。", "LDAP/AD Username:" : "LDAP/AD 使用者名稱:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "允許以電子郵件特性登入。允許使用「mail」與「mailPrimaryAddress」。", "LDAP/AD Email Address:" : "LDAP/AD 電子郵件地址:", "Other Attributes:" : "其他特性:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "定義試圖登入時所要套用的過濾條件。「%%uid」會在登入動作時取代使用者名稱。範例:「uid=%%uid」", @@ -151,9 +153,13 @@ "Delete configuration" : "刪除組態", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "除非您需要 SSL,否則您可以忽略通訊協定。如果需要,請以 ldaps:// 開頭", "Host" : "主機", + "ldaps://localhost" : "ldaps://localhost", "Port" : "連接埠", + "389" : "389", "Detect Port" : "偵測連接埠", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "將用於執行綁定操作的客戶端使用者 DN。若需匿名存取,請將識別碼與密碼欄位留空。", "User DN" : "使用者 DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "匿名存取時,請將 DN 與密碼欄位留空。", "Password" : "密碼", "Save Credentials" : "儲存憑證", diff --git a/apps/user_status/l10n/af.js b/apps/user_status/l10n/af.js index 8a4bdf0be20..1aaa1ad82b9 100644 --- a/apps/user_status/l10n/af.js +++ b/apps/user_status/l10n/af.js @@ -16,9 +16,6 @@ OC.L10N.register( "Status message" : "Statusboodskap", "Clear status message" : "Wis statusboodskap", "Set status message" : "Stel statusboodskap", - "Don't clear" : "Moenie wis nie", - "Today" : "Vandag", - "This week" : "Vandeesweek", "Online" : "Aanlyn", "Away" : "Weg", "Do not disturb" : "Moenie pla nie", @@ -26,9 +23,12 @@ OC.L10N.register( "Offline" : "Vanlyn", "Set status" : "Stel status", "There was an error saving the new status" : "Daar was ’n fout toe nuwe status bewaar is", + "Don't clear" : "Moenie wis nie", "30 minutes" : "30 minute", "1 hour" : "1 uur", "4 hours" : "4 uur", + "Today" : "Vandag", + "This week" : "Vandeesweek", "Mute all notifications" : "Demp alle kennisgewings", "Appear offline" : "Toon as vanlyn" }, diff --git a/apps/user_status/l10n/af.json b/apps/user_status/l10n/af.json index 0a92dd9ab7d..ca7d9a370ba 100644 --- a/apps/user_status/l10n/af.json +++ b/apps/user_status/l10n/af.json @@ -14,9 +14,6 @@ "Status message" : "Statusboodskap", "Clear status message" : "Wis statusboodskap", "Set status message" : "Stel statusboodskap", - "Don't clear" : "Moenie wis nie", - "Today" : "Vandag", - "This week" : "Vandeesweek", "Online" : "Aanlyn", "Away" : "Weg", "Do not disturb" : "Moenie pla nie", @@ -24,9 +21,12 @@ "Offline" : "Vanlyn", "Set status" : "Stel status", "There was an error saving the new status" : "Daar was ’n fout toe nuwe status bewaar is", + "Don't clear" : "Moenie wis nie", "30 minutes" : "30 minute", "1 hour" : "1 uur", "4 hours" : "4 uur", + "Today" : "Vandag", + "This week" : "Vandeesweek", "Mute all notifications" : "Demp alle kennisgewings", "Appear offline" : "Toon as vanlyn" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/ar.js b/apps/user_status/l10n/ar.js index 9557ff74546..d9a059ebe81 100644 --- a/apps/user_status/l10n/ar.js +++ b/apps/user_status/l10n/ar.js @@ -30,20 +30,20 @@ OC.L10N.register( "Your status was set automatically" : "تمّ تعيين حالتك تلقائيّاً", "Clear status message" : "حذف رسالة الحالة", "Set status message" : "تعيين رسالة الحالة", - "Don't clear" : "غير محدد", - "Today" : "اليوم", - "This week" : "هذا الأسبوع", "Online" : "متصل", "Away" : "بالخارج", + "Busy" : "مشغول", "Do not disturb" : "عدم الازعاج", "Invisible" : "عدم الظهور", "Offline" : "غير متصل", "Set status" : "تعيين الحالة", "There was an error saving the new status" : "حدث خطأ اثناء حفظ الحالة الجديدة", + "Don't clear" : "غير محدد", "30 minutes" : "30 دقيقة", "1 hour" : "1 ساعة", "4 hours" : "4 ساعات", - "Busy" : "مشغول", + "Today" : "اليوم", + "This week" : "هذا الأسبوع", "Mute all notifications" : "عدم إظهار جميع التنبيهات", "Appear offline" : "الحالة غير متصل" }, diff --git a/apps/user_status/l10n/ar.json b/apps/user_status/l10n/ar.json index 79c8c2d184c..362b895666a 100644 --- a/apps/user_status/l10n/ar.json +++ b/apps/user_status/l10n/ar.json @@ -28,20 +28,20 @@ "Your status was set automatically" : "تمّ تعيين حالتك تلقائيّاً", "Clear status message" : "حذف رسالة الحالة", "Set status message" : "تعيين رسالة الحالة", - "Don't clear" : "غير محدد", - "Today" : "اليوم", - "This week" : "هذا الأسبوع", "Online" : "متصل", "Away" : "بالخارج", + "Busy" : "مشغول", "Do not disturb" : "عدم الازعاج", "Invisible" : "عدم الظهور", "Offline" : "غير متصل", "Set status" : "تعيين الحالة", "There was an error saving the new status" : "حدث خطأ اثناء حفظ الحالة الجديدة", + "Don't clear" : "غير محدد", "30 minutes" : "30 دقيقة", "1 hour" : "1 ساعة", "4 hours" : "4 ساعات", - "Busy" : "مشغول", + "Today" : "اليوم", + "This week" : "هذا الأسبوع", "Mute all notifications" : "عدم إظهار جميع التنبيهات", "Appear offline" : "الحالة غير متصل" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" diff --git a/apps/user_status/l10n/ast.js b/apps/user_status/l10n/ast.js index ac09b5ac733..b9805a0ab3a 100644 --- a/apps/user_status/l10n/ast.js +++ b/apps/user_status/l10n/ast.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "L'estáu afitóse automáticamente", "Clear status message" : "Borrar el mensaxe del estáu", "Set status message" : "Afitar el mensaxe del estáu", - "Don't clear" : "Nun borrar", - "Today" : "Güei", - "This week" : "Esta selmana", "Online" : "En llinia", "Away" : "Ausente", + "Busy" : "Ocupáu", "Do not disturb" : "Nun molestar", "Invisible" : "Invisible", "Offline" : "Desconectáu", "Set status" : "Afitar l'estáu", "There was an error saving the new status" : "Hebo un error al guardar l'estáu nuevu", + "Don't clear" : "Nun borrar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Busy" : "Ocupáu", + "Today" : "Güei", + "This week" : "Esta selmana", "Mute all notifications" : "Desactivar tolos avisos", "Appear offline" : "Apaecer desconectáu" }, diff --git a/apps/user_status/l10n/ast.json b/apps/user_status/l10n/ast.json index 0a6e2ee9681..c778b8ef8af 100644 --- a/apps/user_status/l10n/ast.json +++ b/apps/user_status/l10n/ast.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "L'estáu afitóse automáticamente", "Clear status message" : "Borrar el mensaxe del estáu", "Set status message" : "Afitar el mensaxe del estáu", - "Don't clear" : "Nun borrar", - "Today" : "Güei", - "This week" : "Esta selmana", "Online" : "En llinia", "Away" : "Ausente", + "Busy" : "Ocupáu", "Do not disturb" : "Nun molestar", "Invisible" : "Invisible", "Offline" : "Desconectáu", "Set status" : "Afitar l'estáu", "There was an error saving the new status" : "Hebo un error al guardar l'estáu nuevu", + "Don't clear" : "Nun borrar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Busy" : "Ocupáu", + "Today" : "Güei", + "This week" : "Esta selmana", "Mute all notifications" : "Desactivar tolos avisos", "Appear offline" : "Apaecer desconectáu" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/be.js b/apps/user_status/l10n/be.js index 39226cb2c4d..f32aac46893 100644 --- a/apps/user_status/l10n/be.js +++ b/apps/user_status/l10n/be.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Ваш статус будзе зададзены аўтаматычна", "Clear status message" : "Ачысціць паведамленне статусу", "Set status message" : "Задаць паведамленне статусу", - "Don't clear" : "Не ачышчаць", - "Today" : "Сёння", - "This week" : "На гэтым тыдні", "Online" : "У сетцы", "Away" : "Адышоў", + "Busy" : "Заняты", "Do not disturb" : "Не турбаваць", "Invisible" : "Нябачны", "Offline" : "Па-за сеткай", "Set status" : "Задаць статус", "There was an error saving the new status" : "Пры захаванні новага статусу адбылася памылка", + "Don't clear" : "Не ачышчаць", "30 minutes" : "30 хвілін", "1 hour" : "1 гадзіна", "4 hours" : "4 гадзіны", - "Busy" : "Заняты", + "Today" : "Сёння", + "This week" : "На гэтым тыдні", "Mute all notifications" : "Адключыць усе апавяшчэнні", "Appear offline" : "Паказваць \"Па-за сеткай\"" }, diff --git a/apps/user_status/l10n/be.json b/apps/user_status/l10n/be.json index 349c541b073..5e9c1b90d9e 100644 --- a/apps/user_status/l10n/be.json +++ b/apps/user_status/l10n/be.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Ваш статус будзе зададзены аўтаматычна", "Clear status message" : "Ачысціць паведамленне статусу", "Set status message" : "Задаць паведамленне статусу", - "Don't clear" : "Не ачышчаць", - "Today" : "Сёння", - "This week" : "На гэтым тыдні", "Online" : "У сетцы", "Away" : "Адышоў", + "Busy" : "Заняты", "Do not disturb" : "Не турбаваць", "Invisible" : "Нябачны", "Offline" : "Па-за сеткай", "Set status" : "Задаць статус", "There was an error saving the new status" : "Пры захаванні новага статусу адбылася памылка", + "Don't clear" : "Не ачышчаць", "30 minutes" : "30 хвілін", "1 hour" : "1 гадзіна", "4 hours" : "4 гадзіны", - "Busy" : "Заняты", + "Today" : "Сёння", + "This week" : "На гэтым тыдні", "Mute all notifications" : "Адключыць усе апавяшчэнні", "Appear offline" : "Паказваць \"Па-за сеткай\"" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/apps/user_status/l10n/bg.js b/apps/user_status/l10n/bg.js index e799fa1f212..38f51a6cb66 100644 --- a/apps/user_status/l10n/bg.js +++ b/apps/user_status/l10n/bg.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "Състоянието ви беше зададено автоматично", "Clear status message" : "Изчисти състоянието", "Set status message" : "Задай състояние", - "Don't clear" : "Да не се изчиства", - "Today" : "Днес", - "This week" : "Тази седмица", "Online" : "На линия", "Away" : "Отсъстващ", + "Busy" : "Зает", "Do not disturb" : "Не безпокойте", "Invisible" : "Невидим", "Offline" : "Офлайн", "Set status" : "Задаване на състояние", "There was an error saving the new status" : "Възникна грешка при запазване на новото състояние", + "Don't clear" : "Да не се изчиства", "30 minutes" : "30 минути", "1 hour" : "1 час", "4 hours" : "4 чàса", - "Busy" : "Зает", + "Today" : "Днес", + "This week" : "Тази седмица", "Mute all notifications" : "Заглушаване на всички известия", "Appear offline" : "Показване като офлайн" }, diff --git a/apps/user_status/l10n/bg.json b/apps/user_status/l10n/bg.json index 639aab4a411..380b145ff5d 100644 --- a/apps/user_status/l10n/bg.json +++ b/apps/user_status/l10n/bg.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "Състоянието ви беше зададено автоматично", "Clear status message" : "Изчисти състоянието", "Set status message" : "Задай състояние", - "Don't clear" : "Да не се изчиства", - "Today" : "Днес", - "This week" : "Тази седмица", "Online" : "На линия", "Away" : "Отсъстващ", + "Busy" : "Зает", "Do not disturb" : "Не безпокойте", "Invisible" : "Невидим", "Offline" : "Офлайн", "Set status" : "Задаване на състояние", "There was an error saving the new status" : "Възникна грешка при запазване на новото състояние", + "Don't clear" : "Да не се изчиства", "30 minutes" : "30 минути", "1 hour" : "1 час", "4 hours" : "4 чàса", - "Busy" : "Зает", + "Today" : "Днес", + "This week" : "Тази седмица", "Mute all notifications" : "Заглушаване на всички известия", "Appear offline" : "Показване като офлайн" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/ca.js b/apps/user_status/l10n/ca.js index 8fa53f7f41b..9fc15eaa0e9 100644 --- a/apps/user_status/l10n/ca.js +++ b/apps/user_status/l10n/ca.js @@ -30,20 +30,20 @@ OC.L10N.register( "Your status was set automatically" : "S'ha indicat l'estat automàticament", "Clear status message" : "Esborra el missatge d'estat", "Set status message" : "Indica el missatge d'estat", - "Don't clear" : "No l'esborris", - "Today" : "Avui", - "This week" : "Aquesta setmana", "Online" : "En línia", "Away" : "Absent", + "Busy" : "Ocupat", "Do not disturb" : "No molesteu", "Invisible" : "Invisible", "Offline" : "Fora de línia", "Set status" : "Indica l'estat", "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou", + "Don't clear" : "No l'esborris", "30 minutes" : "30 minuts", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Busy" : "Ocupat", + "Today" : "Avui", + "This week" : "Aquesta setmana", "Mute all notifications" : "Silencieu totes les notificacions", "Appear offline" : "Apareixeu fora de línia" }, diff --git a/apps/user_status/l10n/ca.json b/apps/user_status/l10n/ca.json index c40c658b992..2ef80a5bf42 100644 --- a/apps/user_status/l10n/ca.json +++ b/apps/user_status/l10n/ca.json @@ -28,20 +28,20 @@ "Your status was set automatically" : "S'ha indicat l'estat automàticament", "Clear status message" : "Esborra el missatge d'estat", "Set status message" : "Indica el missatge d'estat", - "Don't clear" : "No l'esborris", - "Today" : "Avui", - "This week" : "Aquesta setmana", "Online" : "En línia", "Away" : "Absent", + "Busy" : "Ocupat", "Do not disturb" : "No molesteu", "Invisible" : "Invisible", "Offline" : "Fora de línia", "Set status" : "Indica l'estat", "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou", + "Don't clear" : "No l'esborris", "30 minutes" : "30 minuts", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Busy" : "Ocupat", + "Today" : "Avui", + "This week" : "Aquesta setmana", "Mute all notifications" : "Silencieu totes les notificacions", "Appear offline" : "Apareixeu fora de línia" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/cs.js b/apps/user_status/l10n/cs.js index 1ab47d7cbf4..abb5a55824d 100644 --- a/apps/user_status/l10n/cs.js +++ b/apps/user_status/l10n/cs.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Váš stav byl nastaven automaticky", "Clear status message" : "Vyčistit stavovou zprávu", "Set status message" : "Nastavit stavovou zprávu", - "Don't clear" : "Do odvolání", - "Today" : "Dnes", - "This week" : "Tento týden", "Online" : "Online", "Away" : "Pryč", + "Busy" : "Zaneprázdněn(a)", "Do not disturb" : "Nerušit", "Invisible" : "Není vidět", "Offline" : "Offline", "Set status" : "Nastavit stav", "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", + "Don't clear" : "Do odvolání", "30 minutes" : "30 minut", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", - "Busy" : "Zaneprázdněn(a)", + "Today" : "Dnes", + "This week" : "Tento týden", "Mute all notifications" : "Ztlumit veškerá upozornění", "Appear offline" : "Jevit se offline" }, diff --git a/apps/user_status/l10n/cs.json b/apps/user_status/l10n/cs.json index 42e3d6356eb..2d7d8a585ca 100644 --- a/apps/user_status/l10n/cs.json +++ b/apps/user_status/l10n/cs.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Váš stav byl nastaven automaticky", "Clear status message" : "Vyčistit stavovou zprávu", "Set status message" : "Nastavit stavovou zprávu", - "Don't clear" : "Do odvolání", - "Today" : "Dnes", - "This week" : "Tento týden", "Online" : "Online", "Away" : "Pryč", + "Busy" : "Zaneprázdněn(a)", "Do not disturb" : "Nerušit", "Invisible" : "Není vidět", "Offline" : "Offline", "Set status" : "Nastavit stav", "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", + "Don't clear" : "Do odvolání", "30 minutes" : "30 minut", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", - "Busy" : "Zaneprázdněn(a)", + "Today" : "Dnes", + "This week" : "Tento týden", "Mute all notifications" : "Ztlumit veškerá upozornění", "Appear offline" : "Jevit se offline" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" diff --git a/apps/user_status/l10n/da.js b/apps/user_status/l10n/da.js index af1e3fc988e..ffae555e0e6 100644 --- a/apps/user_status/l10n/da.js +++ b/apps/user_status/l10n/da.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Status sat automatisk", "Clear status message" : "Ryd statusnotifikation", "Set status message" : "Sæt statusbesked", - "Don't clear" : "Ryd ikke", - "Today" : "I dag", - "This week" : "Denne uge", "Online" : "Online", "Away" : "Ikke tilstede", + "Busy" : "Optaget", "Do not disturb" : "Forstyr ikke", "Invisible" : "Usynlig", "Offline" : "Offline", "Set status" : "Sæt status", "There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status", + "Don't clear" : "Ryd ikke", "30 minutes" : "30 minutter", "1 hour" : "1 time", "4 hours" : "4 timer", - "Busy" : "Optaget", + "Today" : "I dag", + "This week" : "Denne uge", "Mute all notifications" : "Vis ikke notifikationer", "Appear offline" : "Er offline" }, diff --git a/apps/user_status/l10n/da.json b/apps/user_status/l10n/da.json index 519667d3811..257bcc816e6 100644 --- a/apps/user_status/l10n/da.json +++ b/apps/user_status/l10n/da.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Status sat automatisk", "Clear status message" : "Ryd statusnotifikation", "Set status message" : "Sæt statusbesked", - "Don't clear" : "Ryd ikke", - "Today" : "I dag", - "This week" : "Denne uge", "Online" : "Online", "Away" : "Ikke tilstede", + "Busy" : "Optaget", "Do not disturb" : "Forstyr ikke", "Invisible" : "Usynlig", "Offline" : "Offline", "Set status" : "Sæt status", "There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status", + "Don't clear" : "Ryd ikke", "30 minutes" : "30 minutter", "1 hour" : "1 time", "4 hours" : "4 timer", - "Busy" : "Optaget", + "Today" : "I dag", + "This week" : "Denne uge", "Mute all notifications" : "Vis ikke notifikationer", "Appear offline" : "Er offline" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/de.js b/apps/user_status/l10n/de.js index b59906d6135..d3c0efb979e 100644 --- a/apps/user_status/l10n/de.js +++ b/apps/user_status/l10n/de.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Dein Status wurde automatisch gesetzt", "Clear status message" : "Statusnachricht löschen", "Set status message" : "Statusnachricht setzen", - "Don't clear" : "Nicht löschen", - "Today" : "Heute", - "This week" : "Diese Woche", "Online" : "Online", "Away" : "Abwesend", + "Busy" : "Beschäftigt", "Do not disturb" : "Bitte nicht stören", "Invisible" : "Unsichtbar", "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", + "Don't clear" : "Nicht löschen", "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Busy" : "Beschäftigt", + "Today" : "Heute", + "This week" : "Diese Woche", "Mute all notifications" : "Alle Benachrichtigungen stummschalten", "Appear offline" : "Offline erscheinen" }, diff --git a/apps/user_status/l10n/de.json b/apps/user_status/l10n/de.json index 2badd82476c..6e12c7555af 100644 --- a/apps/user_status/l10n/de.json +++ b/apps/user_status/l10n/de.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Dein Status wurde automatisch gesetzt", "Clear status message" : "Statusnachricht löschen", "Set status message" : "Statusnachricht setzen", - "Don't clear" : "Nicht löschen", - "Today" : "Heute", - "This week" : "Diese Woche", "Online" : "Online", "Away" : "Abwesend", + "Busy" : "Beschäftigt", "Do not disturb" : "Bitte nicht stören", "Invisible" : "Unsichtbar", "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", + "Don't clear" : "Nicht löschen", "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Busy" : "Beschäftigt", + "Today" : "Heute", + "This week" : "Diese Woche", "Mute all notifications" : "Alle Benachrichtigungen stummschalten", "Appear offline" : "Offline erscheinen" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/de_DE.js b/apps/user_status/l10n/de_DE.js index 23d86b06643..95293f11a34 100644 --- a/apps/user_status/l10n/de_DE.js +++ b/apps/user_status/l10n/de_DE.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Ihr Status wurde automatisch gesetzt", "Clear status message" : "Statusnachricht löschen", "Set status message" : "Statusnachricht setzen", - "Don't clear" : "Nicht löschen", - "Today" : "Heute", - "This week" : "Diese Woche", "Online" : "Online", "Away" : "Abwesend", + "Busy" : "Beschäftigt", "Do not disturb" : "Nicht stören", "Invisible" : "Unsichtbar", "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", + "Don't clear" : "Nicht löschen", "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Busy" : "Beschäftigt", + "Today" : "Heute", + "This week" : "Diese Woche", "Mute all notifications" : "Alle Benachrichtigungen stummschalten", "Appear offline" : "Offline erscheinen" }, diff --git a/apps/user_status/l10n/de_DE.json b/apps/user_status/l10n/de_DE.json index 9be300f0e29..407074f9385 100644 --- a/apps/user_status/l10n/de_DE.json +++ b/apps/user_status/l10n/de_DE.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Ihr Status wurde automatisch gesetzt", "Clear status message" : "Statusnachricht löschen", "Set status message" : "Statusnachricht setzen", - "Don't clear" : "Nicht löschen", - "Today" : "Heute", - "This week" : "Diese Woche", "Online" : "Online", "Away" : "Abwesend", + "Busy" : "Beschäftigt", "Do not disturb" : "Nicht stören", "Invisible" : "Unsichtbar", "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", + "Don't clear" : "Nicht löschen", "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Busy" : "Beschäftigt", + "Today" : "Heute", + "This week" : "Diese Woche", "Mute all notifications" : "Alle Benachrichtigungen stummschalten", "Appear offline" : "Offline erscheinen" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/el.js b/apps/user_status/l10n/el.js index 4d4982492b0..6ec4246a536 100644 --- a/apps/user_status/l10n/el.js +++ b/apps/user_status/l10n/el.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Η κατάστασή σας ορίστηκε αυτόματα", "Clear status message" : "Εκκαθάριση μηνύματος κατάστασης", "Set status message" : "Ορισμός μηνύματος κατάστασης", - "Don't clear" : "Να μη γίνεται εκκαθάριση", - "Today" : "Σήμερα", - "This week" : "Αυτή την εβδομάδα", "Online" : "Σε σύνδεση", "Away" : "Λείπω", + "Busy" : "Απασχολημένος", "Do not disturb" : "Μην ενοχλείτε", "Invisible" : "Αόρατος", "Offline" : "Εκτός σύνδεσης", "Set status" : "Ορισμός κατάστασης", "There was an error saving the new status" : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της νέας κατάστασης", + "Don't clear" : "Να μη γίνεται εκκαθάριση", "30 minutes" : "30 λεπτά", "1 hour" : "1 ώρα", "4 hours" : "4 ώρες", - "Busy" : "Απασχολημένος", + "Today" : "Σήμερα", + "This week" : "Αυτή την εβδομάδα", "Mute all notifications" : "Σίγαση όλων των ειδοποιήσεων", "Appear offline" : "Εμφάνιση εκτός σύνδεσης" }, diff --git a/apps/user_status/l10n/el.json b/apps/user_status/l10n/el.json index 75e89d8b0cd..f0008ef1e41 100644 --- a/apps/user_status/l10n/el.json +++ b/apps/user_status/l10n/el.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Η κατάστασή σας ορίστηκε αυτόματα", "Clear status message" : "Εκκαθάριση μηνύματος κατάστασης", "Set status message" : "Ορισμός μηνύματος κατάστασης", - "Don't clear" : "Να μη γίνεται εκκαθάριση", - "Today" : "Σήμερα", - "This week" : "Αυτή την εβδομάδα", "Online" : "Σε σύνδεση", "Away" : "Λείπω", + "Busy" : "Απασχολημένος", "Do not disturb" : "Μην ενοχλείτε", "Invisible" : "Αόρατος", "Offline" : "Εκτός σύνδεσης", "Set status" : "Ορισμός κατάστασης", "There was an error saving the new status" : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της νέας κατάστασης", + "Don't clear" : "Να μη γίνεται εκκαθάριση", "30 minutes" : "30 λεπτά", "1 hour" : "1 ώρα", "4 hours" : "4 ώρες", - "Busy" : "Απασχολημένος", + "Today" : "Σήμερα", + "This week" : "Αυτή την εβδομάδα", "Mute all notifications" : "Σίγαση όλων των ειδοποιήσεων", "Appear offline" : "Εμφάνιση εκτός σύνδεσης" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/en_GB.js b/apps/user_status/l10n/en_GB.js index 2ef82ebed8a..713c0c94f69 100644 --- a/apps/user_status/l10n/en_GB.js +++ b/apps/user_status/l10n/en_GB.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Your status was set automatically", "Clear status message" : "Clear status message", "Set status message" : "Set status message", - "Don't clear" : "Don't clear", - "Today" : "Today", - "This week" : "This week", "Online" : "Online", "Away" : "Away", + "Busy" : "Busy", "Do not disturb" : "Do not disturb", "Invisible" : "Invisible", "Offline" : "Offline", "Set status" : "Set status", "There was an error saving the new status" : "There was an error saving the new status", + "Don't clear" : "Don't clear", "30 minutes" : "30 minutes", "1 hour" : "1 hour", "4 hours" : "4 hours", - "Busy" : "Busy", + "Today" : "Today", + "This week" : "This week", "Mute all notifications" : "Mute all notifications", "Appear offline" : "Appear offline" }, diff --git a/apps/user_status/l10n/en_GB.json b/apps/user_status/l10n/en_GB.json index 0e646a02599..9157c0c951d 100644 --- a/apps/user_status/l10n/en_GB.json +++ b/apps/user_status/l10n/en_GB.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Your status was set automatically", "Clear status message" : "Clear status message", "Set status message" : "Set status message", - "Don't clear" : "Don't clear", - "Today" : "Today", - "This week" : "This week", "Online" : "Online", "Away" : "Away", + "Busy" : "Busy", "Do not disturb" : "Do not disturb", "Invisible" : "Invisible", "Offline" : "Offline", "Set status" : "Set status", "There was an error saving the new status" : "There was an error saving the new status", + "Don't clear" : "Don't clear", "30 minutes" : "30 minutes", "1 hour" : "1 hour", "4 hours" : "4 hours", - "Busy" : "Busy", + "Today" : "Today", + "This week" : "This week", "Mute all notifications" : "Mute all notifications", "Appear offline" : "Appear offline" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/es.js b/apps/user_status/l10n/es.js index 952bd011543..cc56df6845f 100644 --- a/apps/user_status/l10n/es.js +++ b/apps/user_status/l10n/es.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Su estado fue definido automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Ajustar el mensaje de estado", - "Don't clear" : "No eliminar", - "Today" : "Hoy", - "This week" : "Esta semana", "Online" : "En línea", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "No molestar", "Invisible" : "Invisible", "Offline" : "Sin conexión", "Set status" : "Configurar estado", "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado", + "Don't clear" : "No eliminar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoy", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer sin conexión" }, diff --git a/apps/user_status/l10n/es.json b/apps/user_status/l10n/es.json index 93299df5b27..cbd7c14e77d 100644 --- a/apps/user_status/l10n/es.json +++ b/apps/user_status/l10n/es.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Su estado fue definido automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Ajustar el mensaje de estado", - "Don't clear" : "No eliminar", - "Today" : "Hoy", - "This week" : "Esta semana", "Online" : "En línea", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "No molestar", "Invisible" : "Invisible", "Offline" : "Sin conexión", "Set status" : "Configurar estado", "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado", + "Don't clear" : "No eliminar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoy", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer sin conexión" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/es_EC.js b/apps/user_status/l10n/es_EC.js index 6500afa7c5a..d3041aaa8e0 100644 --- a/apps/user_status/l10n/es_EC.js +++ b/apps/user_status/l10n/es_EC.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "Tu estado se estableció automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Establecer mensaje de estado", - "Don't clear" : "No borrar", - "Today" : "Hoy", - "This week" : "Esta semana", "Online" : "En línea", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "No molestar", "Invisible" : "Invisible", "Offline" : "Sin conexión", "Set status" : "Establecer estado", "There was an error saving the new status" : "Hubo un error al guardar el nuevo estado", + "Don't clear" : "No borrar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoy", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer como desconectado" }, diff --git a/apps/user_status/l10n/es_EC.json b/apps/user_status/l10n/es_EC.json index 4d6f3df54ec..2bbfa81912c 100644 --- a/apps/user_status/l10n/es_EC.json +++ b/apps/user_status/l10n/es_EC.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "Tu estado se estableció automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Establecer mensaje de estado", - "Don't clear" : "No borrar", - "Today" : "Hoy", - "This week" : "Esta semana", "Online" : "En línea", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "No molestar", "Invisible" : "Invisible", "Offline" : "Sin conexión", "Set status" : "Establecer estado", "There was an error saving the new status" : "Hubo un error al guardar el nuevo estado", + "Don't clear" : "No borrar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoy", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer como desconectado" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/es_MX.js b/apps/user_status/l10n/es_MX.js index 1b5aae7f116..6d8ab4ce395 100644 --- a/apps/user_status/l10n/es_MX.js +++ b/apps/user_status/l10n/es_MX.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "Su estado se estableció automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Establecer mensaje de estado", - "Don't clear" : "No borrar", - "Today" : "Hoy", - "This week" : "Esta semana", "Online" : "En línea", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "No molestar", "Invisible" : "Invisible", "Offline" : "Sin conexión", "Set status" : "Establecer estado", "There was an error saving the new status" : "Hubo un error al guardar el nuevo estado", + "Don't clear" : "No borrar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoy", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer como desconectado" }, diff --git a/apps/user_status/l10n/es_MX.json b/apps/user_status/l10n/es_MX.json index 26f418adc7f..ff10ad69139 100644 --- a/apps/user_status/l10n/es_MX.json +++ b/apps/user_status/l10n/es_MX.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "Su estado se estableció automáticamente", "Clear status message" : "Borrar mensaje de estado", "Set status message" : "Establecer mensaje de estado", - "Don't clear" : "No borrar", - "Today" : "Hoy", - "This week" : "Esta semana", "Online" : "En línea", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "No molestar", "Invisible" : "Invisible", "Offline" : "Sin conexión", "Set status" : "Establecer estado", "There was an error saving the new status" : "Hubo un error al guardar el nuevo estado", + "Don't clear" : "No borrar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoy", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas las notificaciones", "Appear offline" : "Aparecer como desconectado" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/et_EE.js b/apps/user_status/l10n/et_EE.js index 79d1c125875..4b625918fec 100644 --- a/apps/user_status/l10n/et_EE.js +++ b/apps/user_status/l10n/et_EE.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Su olek määrati automaatselt", "Clear status message" : "Eemalda olekuteade", "Set status message" : "Lisa olekusõnum", - "Don't clear" : "Ära kustuta", - "Today" : "Täna", - "This week" : "Käesoleval nädalal", "Online" : "Võrgus", "Away" : "Eemal", + "Busy" : "Hõivatud", "Do not disturb" : "Ära sega", "Invisible" : "Nähtamatu", "Offline" : "Pole võrgus", "Set status" : "Määra olek", "There was an error saving the new status" : "Uue oleku salvestamisel esines viga", + "Don't clear" : "Ära kustuta", "30 minutes" : "30 minutit", "1 hour" : "1 tundi", "4 hours" : "4 tundi", - "Busy" : "Hõivatud", + "Today" : "Täna", + "This week" : "Käesoleval nädalal", "Mute all notifications" : "Sellega summutad teavitused", "Appear offline" : "Sellega paistad olema võrgust väljas" }, diff --git a/apps/user_status/l10n/et_EE.json b/apps/user_status/l10n/et_EE.json index 38c0880aa79..ca1c452eab1 100644 --- a/apps/user_status/l10n/et_EE.json +++ b/apps/user_status/l10n/et_EE.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Su olek määrati automaatselt", "Clear status message" : "Eemalda olekuteade", "Set status message" : "Lisa olekusõnum", - "Don't clear" : "Ära kustuta", - "Today" : "Täna", - "This week" : "Käesoleval nädalal", "Online" : "Võrgus", "Away" : "Eemal", + "Busy" : "Hõivatud", "Do not disturb" : "Ära sega", "Invisible" : "Nähtamatu", "Offline" : "Pole võrgus", "Set status" : "Määra olek", "There was an error saving the new status" : "Uue oleku salvestamisel esines viga", + "Don't clear" : "Ära kustuta", "30 minutes" : "30 minutit", "1 hour" : "1 tundi", "4 hours" : "4 tundi", - "Busy" : "Hõivatud", + "Today" : "Täna", + "This week" : "Käesoleval nädalal", "Mute all notifications" : "Sellega summutad teavitused", "Appear offline" : "Sellega paistad olema võrgust väljas" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/eu.js b/apps/user_status/l10n/eu.js index 98784968e27..eeb50b2cec5 100644 --- a/apps/user_status/l10n/eu.js +++ b/apps/user_status/l10n/eu.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Zure egoera automatikoki ezarriko dira", "Clear status message" : "Garbitu egoera-mezua", "Set status message" : "Ezarri egoera-mezua", - "Don't clear" : "Ez garbitu", - "Today" : "Gaur", - "This week" : "Aste honetan", "Online" : "Linean", "Away" : "Kanpoan", + "Busy" : "Lanpetua", "Do not disturb" : "Ez molestatu", "Invisible" : "Ikusezina", "Offline" : "Lineaz kanpo", "Set status" : "Ezarri egoera", "There was an error saving the new status" : "Errore bat gertatu da egoera berria gordetzean", + "Don't clear" : "Ez garbitu", "30 minutes" : "30 minutu", "1 hour" : "Ordu 1", "4 hours" : "4 ordu", - "Busy" : "Lanpetua", + "Today" : "Gaur", + "This week" : "Aste honetan", "Mute all notifications" : "Mututu jakinarazpen guztiak", "Appear offline" : "Lineaz kanpo agertu" }, diff --git a/apps/user_status/l10n/eu.json b/apps/user_status/l10n/eu.json index 2cf130cfbc5..a17e43f609f 100644 --- a/apps/user_status/l10n/eu.json +++ b/apps/user_status/l10n/eu.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Zure egoera automatikoki ezarriko dira", "Clear status message" : "Garbitu egoera-mezua", "Set status message" : "Ezarri egoera-mezua", - "Don't clear" : "Ez garbitu", - "Today" : "Gaur", - "This week" : "Aste honetan", "Online" : "Linean", "Away" : "Kanpoan", + "Busy" : "Lanpetua", "Do not disturb" : "Ez molestatu", "Invisible" : "Ikusezina", "Offline" : "Lineaz kanpo", "Set status" : "Ezarri egoera", "There was an error saving the new status" : "Errore bat gertatu da egoera berria gordetzean", + "Don't clear" : "Ez garbitu", "30 minutes" : "30 minutu", "1 hour" : "Ordu 1", "4 hours" : "4 ordu", - "Busy" : "Lanpetua", + "Today" : "Gaur", + "This week" : "Aste honetan", "Mute all notifications" : "Mututu jakinarazpen guztiak", "Appear offline" : "Lineaz kanpo agertu" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/fa.js b/apps/user_status/l10n/fa.js index e3e600eb696..5221873a53c 100644 --- a/apps/user_status/l10n/fa.js +++ b/apps/user_status/l10n/fa.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "Your status was set automatically", "Clear status message" : "پیام وضعیت را پاک کن", "Set status message" : "تنظیم پیام وضعیت", - "Don't clear" : "پاک نکن", - "Today" : "امروز", - "This week" : "این هفته", "Online" : "آنلاین", "Away" : "بیرون", + "Busy" : "مشغول", "Do not disturb" : "مزاحم نشوید", "Invisible" : "غیر قابل مشاهده", "Offline" : "آفلاین", "Set status" : "تنظیم وضعیت", "There was an error saving the new status" : "مشکلی در ذخیره سازی وضعیت جدید پیش آمده", + "Don't clear" : "پاک نکن", "30 minutes" : "۳۰ دقیقه", "1 hour" : "۱ ساعت", "4 hours" : "۴ ساعت", - "Busy" : "مشغول", + "Today" : "امروز", + "This week" : "این هفته", "Mute all notifications" : "خاموش کردن همه اعلانات", "Appear offline" : "نمایش آفلاین" }, diff --git a/apps/user_status/l10n/fa.json b/apps/user_status/l10n/fa.json index ab997e0a8a7..7f02f1d3bf9 100644 --- a/apps/user_status/l10n/fa.json +++ b/apps/user_status/l10n/fa.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "Your status was set automatically", "Clear status message" : "پیام وضعیت را پاک کن", "Set status message" : "تنظیم پیام وضعیت", - "Don't clear" : "پاک نکن", - "Today" : "امروز", - "This week" : "این هفته", "Online" : "آنلاین", "Away" : "بیرون", + "Busy" : "مشغول", "Do not disturb" : "مزاحم نشوید", "Invisible" : "غیر قابل مشاهده", "Offline" : "آفلاین", "Set status" : "تنظیم وضعیت", "There was an error saving the new status" : "مشکلی در ذخیره سازی وضعیت جدید پیش آمده", + "Don't clear" : "پاک نکن", "30 minutes" : "۳۰ دقیقه", "1 hour" : "۱ ساعت", "4 hours" : "۴ ساعت", - "Busy" : "مشغول", + "Today" : "امروز", + "This week" : "این هفته", "Mute all notifications" : "خاموش کردن همه اعلانات", "Appear offline" : "نمایش آفلاین" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/user_status/l10n/fi.js b/apps/user_status/l10n/fi.js index db936384ff9..ceeb5eea0b4 100644 --- a/apps/user_status/l10n/fi.js +++ b/apps/user_status/l10n/fi.js @@ -30,20 +30,20 @@ OC.L10N.register( "Your status was set automatically" : "Tilatietosi asetettiin automaattisesti", "Clear status message" : "Tyhjennä tilaviesti", "Set status message" : "Aseta tilaviesti", - "Don't clear" : "Älä tyhjennä", - "Today" : "Tänään", - "This week" : "Tällä viikolla", "Online" : "Paikalla", "Away" : "Poissa", + "Busy" : "Varattu", "Do not disturb" : "Älä häiritse", "Invisible" : "Näkymätön", "Offline" : "Poissa", "Set status" : "Aseta tilatieto", "There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe", + "Don't clear" : "Älä tyhjennä", "30 minutes" : "30 minuuttia", "1 hour" : "1 tunti", "4 hours" : "4 tuntia", - "Busy" : "Varattu", + "Today" : "Tänään", + "This week" : "Tällä viikolla", "Mute all notifications" : "Mykistä kaikki ilmoitukset", "Appear offline" : "Näytä olevan poissa" }, diff --git a/apps/user_status/l10n/fi.json b/apps/user_status/l10n/fi.json index 5a7ad4fa685..b99df8718ee 100644 --- a/apps/user_status/l10n/fi.json +++ b/apps/user_status/l10n/fi.json @@ -28,20 +28,20 @@ "Your status was set automatically" : "Tilatietosi asetettiin automaattisesti", "Clear status message" : "Tyhjennä tilaviesti", "Set status message" : "Aseta tilaviesti", - "Don't clear" : "Älä tyhjennä", - "Today" : "Tänään", - "This week" : "Tällä viikolla", "Online" : "Paikalla", "Away" : "Poissa", + "Busy" : "Varattu", "Do not disturb" : "Älä häiritse", "Invisible" : "Näkymätön", "Offline" : "Poissa", "Set status" : "Aseta tilatieto", "There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe", + "Don't clear" : "Älä tyhjennä", "30 minutes" : "30 minuuttia", "1 hour" : "1 tunti", "4 hours" : "4 tuntia", - "Busy" : "Varattu", + "Today" : "Tänään", + "This week" : "Tällä viikolla", "Mute all notifications" : "Mykistä kaikki ilmoitukset", "Appear offline" : "Näytä olevan poissa" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/fr.js b/apps/user_status/l10n/fr.js index 577850370c5..0ac47aa0598 100644 --- a/apps/user_status/l10n/fr.js +++ b/apps/user_status/l10n/fr.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Votre statut a été automatiquement défini", "Clear status message" : "Effacer le message de statut", "Set status message" : "Enregistrer le message de statut", - "Don't clear" : "Ne pas effacer", - "Today" : "Aujourd'hui", - "This week" : "Cette semaine", "Online" : "En ligne", "Away" : "Absent·e", + "Busy" : "Occupé", "Do not disturb" : "Ne pas déranger", "Invisible" : "Invisible", "Offline" : "Hors-ligne", "Set status" : "Définir le statut", "There was an error saving the new status" : "Une erreur est survenue lors de l'enregistrement du nouveau statut", + "Don't clear" : "Ne pas effacer", "30 minutes" : "30 minutes", "1 hour" : "1 heure", "4 hours" : "4 heures", - "Busy" : "Occupé", + "Today" : "Aujourd'hui", + "This week" : "Cette semaine", "Mute all notifications" : "Désactiver les notifications", "Appear offline" : "Apparaitre hors-ligne" }, diff --git a/apps/user_status/l10n/fr.json b/apps/user_status/l10n/fr.json index 28993a77e4a..e0b8b3d65ee 100644 --- a/apps/user_status/l10n/fr.json +++ b/apps/user_status/l10n/fr.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Votre statut a été automatiquement défini", "Clear status message" : "Effacer le message de statut", "Set status message" : "Enregistrer le message de statut", - "Don't clear" : "Ne pas effacer", - "Today" : "Aujourd'hui", - "This week" : "Cette semaine", "Online" : "En ligne", "Away" : "Absent·e", + "Busy" : "Occupé", "Do not disturb" : "Ne pas déranger", "Invisible" : "Invisible", "Offline" : "Hors-ligne", "Set status" : "Définir le statut", "There was an error saving the new status" : "Une erreur est survenue lors de l'enregistrement du nouveau statut", + "Don't clear" : "Ne pas effacer", "30 minutes" : "30 minutes", "1 hour" : "1 heure", "4 hours" : "4 heures", - "Busy" : "Occupé", + "Today" : "Aujourd'hui", + "This week" : "Cette semaine", "Mute all notifications" : "Désactiver les notifications", "Appear offline" : "Apparaitre hors-ligne" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/ga.js b/apps/user_status/l10n/ga.js index d976c272537..aaa131e00c6 100644 --- a/apps/user_status/l10n/ga.js +++ b/apps/user_status/l10n/ga.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Socraíodh do stádas go huathoibríoch", "Clear status message" : "Glan teachtaireacht stádais", "Set status message" : "Socraigh teachtaireacht stádais", - "Don't clear" : "Ná soiléir", - "Today" : "Inniu", - "This week" : "An tseachtain seo", "Online" : "Ar líne", "Away" : "Amach", + "Busy" : "Gnóthach", "Do not disturb" : "Ná cur as", "Invisible" : "Dofheicthe", "Offline" : "As líne", "Set status" : "Socraigh stádas", "There was an error saving the new status" : "Tharla earráid agus an stádas nua á shábháil", + "Don't clear" : "Ná soiléir", "30 minutes" : "30 nóiméad", "1 hour" : "1 uair", "4 hours" : "4 uair an chloig", - "Busy" : "Gnóthach", + "Today" : "Inniu", + "This week" : "An tseachtain seo", "Mute all notifications" : "Balbhaigh gach fógra", "Appear offline" : "Le feiceáil as líne" }, diff --git a/apps/user_status/l10n/ga.json b/apps/user_status/l10n/ga.json index c672231aab3..5495f3e1cfc 100644 --- a/apps/user_status/l10n/ga.json +++ b/apps/user_status/l10n/ga.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Socraíodh do stádas go huathoibríoch", "Clear status message" : "Glan teachtaireacht stádais", "Set status message" : "Socraigh teachtaireacht stádais", - "Don't clear" : "Ná soiléir", - "Today" : "Inniu", - "This week" : "An tseachtain seo", "Online" : "Ar líne", "Away" : "Amach", + "Busy" : "Gnóthach", "Do not disturb" : "Ná cur as", "Invisible" : "Dofheicthe", "Offline" : "As líne", "Set status" : "Socraigh stádas", "There was an error saving the new status" : "Tharla earráid agus an stádas nua á shábháil", + "Don't clear" : "Ná soiléir", "30 minutes" : "30 nóiméad", "1 hour" : "1 uair", "4 hours" : "4 uair an chloig", - "Busy" : "Gnóthach", + "Today" : "Inniu", + "This week" : "An tseachtain seo", "Mute all notifications" : "Balbhaigh gach fógra", "Appear offline" : "Le feiceáil as líne" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" diff --git a/apps/user_status/l10n/gl.js b/apps/user_status/l10n/gl.js index 72f92f503bd..1c5a33bb1f3 100644 --- a/apps/user_status/l10n/gl.js +++ b/apps/user_status/l10n/gl.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "O seu estado foi estabelecido automaticamente", "Clear status message" : "Limpar a mensaxe de estado", "Set status message" : "Definir a mensaxe de estado", - "Don't clear" : "Non limpar", - "Today" : "Hoxe", - "This week" : "Esta semana", "Online" : "En liña", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "Non molestar", "Invisible" : "Invisíbel", "Offline" : "Sen conexión", "Set status" : "Definir o estado", "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado", + "Don't clear" : "Non limpar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoxe", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas as notificacións", "Appear offline" : "Aparece coma sen conexión" }, diff --git a/apps/user_status/l10n/gl.json b/apps/user_status/l10n/gl.json index 050fc65206e..4b4009ca74b 100644 --- a/apps/user_status/l10n/gl.json +++ b/apps/user_status/l10n/gl.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "O seu estado foi estabelecido automaticamente", "Clear status message" : "Limpar a mensaxe de estado", "Set status message" : "Definir a mensaxe de estado", - "Don't clear" : "Non limpar", - "Today" : "Hoxe", - "This week" : "Esta semana", "Online" : "En liña", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "Non molestar", "Invisible" : "Invisíbel", "Offline" : "Sen conexión", "Set status" : "Definir o estado", "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado", + "Don't clear" : "Non limpar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoxe", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas as notificacións", "Appear offline" : "Aparece coma sen conexión" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/he.js b/apps/user_status/l10n/he.js index c14e661e90c..474ca439eaf 100644 --- a/apps/user_status/l10n/he.js +++ b/apps/user_status/l10n/he.js @@ -18,20 +18,20 @@ OC.L10N.register( "Status message" : "הודעת מצב", "Clear status message" : "פינוי הודעת המצב", "Set status message" : "הגדרת הודעת מצב", - "Don't clear" : "לא לפנות", - "Today" : "היום", - "This week" : "השבוע", "Online" : "מקוון", "Away" : "לא פה", + "Busy" : "עסוק", "Do not disturb" : "לא להפריע", "Invisible" : "נסתרת", "Offline" : "בלתי מקוון", "Set status" : "הגדרת מצב", "There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש", + "Don't clear" : "לא לפנות", "30 minutes" : "30 דקות", "1 hour" : "שעה", "4 hours" : "4 שעות", - "Busy" : "עסוק", + "Today" : "היום", + "This week" : "השבוע", "Mute all notifications" : "השתקת כל ההתראות", "Appear offline" : "להופיע במצב בלתי מקוון" }, diff --git a/apps/user_status/l10n/he.json b/apps/user_status/l10n/he.json index 1475c5c48e9..1b0bd3f48b7 100644 --- a/apps/user_status/l10n/he.json +++ b/apps/user_status/l10n/he.json @@ -16,20 +16,20 @@ "Status message" : "הודעת מצב", "Clear status message" : "פינוי הודעת המצב", "Set status message" : "הגדרת הודעת מצב", - "Don't clear" : "לא לפנות", - "Today" : "היום", - "This week" : "השבוע", "Online" : "מקוון", "Away" : "לא פה", + "Busy" : "עסוק", "Do not disturb" : "לא להפריע", "Invisible" : "נסתרת", "Offline" : "בלתי מקוון", "Set status" : "הגדרת מצב", "There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש", + "Don't clear" : "לא לפנות", "30 minutes" : "30 דקות", "1 hour" : "שעה", "4 hours" : "4 שעות", - "Busy" : "עסוק", + "Today" : "היום", + "This week" : "השבוע", "Mute all notifications" : "השתקת כל ההתראות", "Appear offline" : "להופיע במצב בלתי מקוון" },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" diff --git a/apps/user_status/l10n/hr.js b/apps/user_status/l10n/hr.js index 32026e39816..0c94a8cff92 100644 --- a/apps/user_status/l10n/hr.js +++ b/apps/user_status/l10n/hr.js @@ -19,20 +19,20 @@ OC.L10N.register( "Status message" : "Poruka statusa", "Clear status message" : "Izbriši poruku statusa", "Set status message" : "Postavi poruku statusa", - "Don't clear" : "Ne briši", - "Today" : "Danas", - "This week" : "Ovaj tjedan", "Online" : "Na mreži", "Away" : "Odsutan", + "Busy" : "Zauzeto", "Do not disturb" : "Ne ometaj", "Invisible" : "Nevidljiva", "Offline" : "Izvanmrežno", "Set status" : "Postavi status", "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa", + "Don't clear" : "Ne briši", "30 minutes" : "30 minuta", "1 hour" : "1 sat", "4 hours" : "4 sata", - "Busy" : "Zauzeto", + "Today" : "Danas", + "This week" : "Ovaj tjedan", "Mute all notifications" : "Utišaj sve obavijesti", "Appear offline" : "Prikaži izvanmrežno" }, diff --git a/apps/user_status/l10n/hr.json b/apps/user_status/l10n/hr.json index ba0a7d987f4..b909dfd9424 100644 --- a/apps/user_status/l10n/hr.json +++ b/apps/user_status/l10n/hr.json @@ -17,20 +17,20 @@ "Status message" : "Poruka statusa", "Clear status message" : "Izbriši poruku statusa", "Set status message" : "Postavi poruku statusa", - "Don't clear" : "Ne briši", - "Today" : "Danas", - "This week" : "Ovaj tjedan", "Online" : "Na mreži", "Away" : "Odsutan", + "Busy" : "Zauzeto", "Do not disturb" : "Ne ometaj", "Invisible" : "Nevidljiva", "Offline" : "Izvanmrežno", "Set status" : "Postavi status", "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa", + "Don't clear" : "Ne briši", "30 minutes" : "30 minuta", "1 hour" : "1 sat", "4 hours" : "4 sata", - "Busy" : "Zauzeto", + "Today" : "Danas", + "This week" : "Ovaj tjedan", "Mute all notifications" : "Utišaj sve obavijesti", "Appear offline" : "Prikaži izvanmrežno" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" diff --git a/apps/user_status/l10n/hu.js b/apps/user_status/l10n/hu.js index d8c7bf0b8ae..138b7e39ecb 100644 --- a/apps/user_status/l10n/hu.js +++ b/apps/user_status/l10n/hu.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Az állapota automatikusan lett beállítva", "Clear status message" : "Állapotüzenet törlése", "Set status message" : "Állapotüzenet beállítása", - "Don't clear" : "Ne törölje", - "Today" : "Ma", - "This week" : "Ezen a héten", "Online" : "Elérhető", "Away" : "Távol", + "Busy" : "Foglalt", "Do not disturb" : "Ne zavarjanak", "Invisible" : "Láthatatlan", "Offline" : "Nem kapcsolódott", "Set status" : "Állapot beállítása", "There was an error saving the new status" : "Hiba történt az új állapot mentése során", + "Don't clear" : "Ne törölje", "30 minutes" : "30 perc", "1 hour" : "1 óra", "4 hours" : "4 óra", - "Busy" : "Foglalt", + "Today" : "Ma", + "This week" : "Ezen a héten", "Mute all notifications" : "Összes értesítés némítása", "Appear offline" : "Megjelenés nem kapcsolódottként" }, diff --git a/apps/user_status/l10n/hu.json b/apps/user_status/l10n/hu.json index 6c634e73b96..c639e100303 100644 --- a/apps/user_status/l10n/hu.json +++ b/apps/user_status/l10n/hu.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Az állapota automatikusan lett beállítva", "Clear status message" : "Állapotüzenet törlése", "Set status message" : "Állapotüzenet beállítása", - "Don't clear" : "Ne törölje", - "Today" : "Ma", - "This week" : "Ezen a héten", "Online" : "Elérhető", "Away" : "Távol", + "Busy" : "Foglalt", "Do not disturb" : "Ne zavarjanak", "Invisible" : "Láthatatlan", "Offline" : "Nem kapcsolódott", "Set status" : "Állapot beállítása", "There was an error saving the new status" : "Hiba történt az új állapot mentése során", + "Don't clear" : "Ne törölje", "30 minutes" : "30 perc", "1 hour" : "1 óra", "4 hours" : "4 óra", - "Busy" : "Foglalt", + "Today" : "Ma", + "This week" : "Ezen a héten", "Mute all notifications" : "Összes értesítés némítása", "Appear offline" : "Megjelenés nem kapcsolódottként" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/is.js b/apps/user_status/l10n/is.js index 1f17415040b..f6506e8305c 100644 --- a/apps/user_status/l10n/is.js +++ b/apps/user_status/l10n/is.js @@ -30,20 +30,20 @@ OC.L10N.register( "Your status was set automatically" : "Staðan þín var stillt sjálfvirkt", "Clear status message" : "Hreinsa stöðuskilaboð", "Set status message" : "Setja stöðuskilaboð", - "Don't clear" : "Ekki hreinsa", - "Today" : "Í dag", - "This week" : "Í þessari viku", "Online" : "Á netinu", "Away" : "Fjarverandi", + "Busy" : "Upptekinn", "Do not disturb" : "Ónáðið ekki", "Invisible" : "Ósýnilegt", "Offline" : "Ótengdur neti", "Set status" : "Setja stöðu", "There was an error saving the new status" : "Það kom upp villa við að vista nýju stöðuna", + "Don't clear" : "Ekki hreinsa", "30 minutes" : "30 mínútur", "1 hour" : "1 klukkustund", "4 hours" : "4 klukkustundir", - "Busy" : "Upptekinn", + "Today" : "Í dag", + "This week" : "Í þessari viku", "Mute all notifications" : "Þagga allar tilkynningar", "Appear offline" : "Birtast ótengt" }, diff --git a/apps/user_status/l10n/is.json b/apps/user_status/l10n/is.json index f081ed2745f..2401fc5888e 100644 --- a/apps/user_status/l10n/is.json +++ b/apps/user_status/l10n/is.json @@ -28,20 +28,20 @@ "Your status was set automatically" : "Staðan þín var stillt sjálfvirkt", "Clear status message" : "Hreinsa stöðuskilaboð", "Set status message" : "Setja stöðuskilaboð", - "Don't clear" : "Ekki hreinsa", - "Today" : "Í dag", - "This week" : "Í þessari viku", "Online" : "Á netinu", "Away" : "Fjarverandi", + "Busy" : "Upptekinn", "Do not disturb" : "Ónáðið ekki", "Invisible" : "Ósýnilegt", "Offline" : "Ótengdur neti", "Set status" : "Setja stöðu", "There was an error saving the new status" : "Það kom upp villa við að vista nýju stöðuna", + "Don't clear" : "Ekki hreinsa", "30 minutes" : "30 mínútur", "1 hour" : "1 klukkustund", "4 hours" : "4 klukkustundir", - "Busy" : "Upptekinn", + "Today" : "Í dag", + "This week" : "Í þessari viku", "Mute all notifications" : "Þagga allar tilkynningar", "Appear offline" : "Birtast ótengt" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" diff --git a/apps/user_status/l10n/it.js b/apps/user_status/l10n/it.js index 9917b09972e..a36c98ac559 100644 --- a/apps/user_status/l10n/it.js +++ b/apps/user_status/l10n/it.js @@ -30,20 +30,20 @@ OC.L10N.register( "Your status was set automatically" : "Stato impostato automaticamente", "Clear status message" : "Cancella il messaggio di stato", "Set status message" : "Imposta messaggio di stato", - "Don't clear" : "Non togliere", - "Today" : "Oggi", - "This week" : "Questa settimana", "Online" : "In linea", "Away" : "Assente", + "Busy" : "Occupato", "Do not disturb" : "Non disturbare", "Invisible" : "Invisibile", "Offline" : "Non in linea", "Set status" : "Imposta stato", "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato", + "Don't clear" : "Non togliere", "30 minutes" : "30 minuti", "1 hour" : "1 ora", "4 hours" : "4 ore", - "Busy" : "Occupato", + "Today" : "Oggi", + "This week" : "Questa settimana", "Mute all notifications" : "Silenzia tutte le notifiche", "Appear offline" : "Mostrati non in linea" }, diff --git a/apps/user_status/l10n/it.json b/apps/user_status/l10n/it.json index 96a6af919a5..72543ed999b 100644 --- a/apps/user_status/l10n/it.json +++ b/apps/user_status/l10n/it.json @@ -28,20 +28,20 @@ "Your status was set automatically" : "Stato impostato automaticamente", "Clear status message" : "Cancella il messaggio di stato", "Set status message" : "Imposta messaggio di stato", - "Don't clear" : "Non togliere", - "Today" : "Oggi", - "This week" : "Questa settimana", "Online" : "In linea", "Away" : "Assente", + "Busy" : "Occupato", "Do not disturb" : "Non disturbare", "Invisible" : "Invisibile", "Offline" : "Non in linea", "Set status" : "Imposta stato", "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato", + "Don't clear" : "Non togliere", "30 minutes" : "30 minuti", "1 hour" : "1 ora", "4 hours" : "4 ore", - "Busy" : "Occupato", + "Today" : "Oggi", + "This week" : "Questa settimana", "Mute all notifications" : "Silenzia tutte le notifiche", "Appear offline" : "Mostrati non in linea" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/ja.js b/apps/user_status/l10n/ja.js index 74f480e0f36..a6d074acb2a 100644 --- a/apps/user_status/l10n/ja.js +++ b/apps/user_status/l10n/ja.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "あなたのステータスは自動的に設定されました", "Clear status message" : "ステータスメッセージを消去", "Set status message" : "ステータスメッセージを設定", - "Don't clear" : "消去しない", - "Today" : "今日", - "This week" : "今週", "Online" : "オンライン", "Away" : "離席中", + "Busy" : "ビジー", "Do not disturb" : "取り込み中", "Invisible" : "ステータスを隠す", "Offline" : "オフライン", "Set status" : "ステータスを設定", "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました", + "Don't clear" : "消去しない", "30 minutes" : "30分", "1 hour" : "1時間", "4 hours" : "4時間", - "Busy" : "ビジー", + "Today" : "今日", + "This week" : "今週", "Mute all notifications" : "全ての通知をミュート", "Appear offline" : "オフライン" }, diff --git a/apps/user_status/l10n/ja.json b/apps/user_status/l10n/ja.json index 183ed4f1c1e..81279863be7 100644 --- a/apps/user_status/l10n/ja.json +++ b/apps/user_status/l10n/ja.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "あなたのステータスは自動的に設定されました", "Clear status message" : "ステータスメッセージを消去", "Set status message" : "ステータスメッセージを設定", - "Don't clear" : "消去しない", - "Today" : "今日", - "This week" : "今週", "Online" : "オンライン", "Away" : "離席中", + "Busy" : "ビジー", "Do not disturb" : "取り込み中", "Invisible" : "ステータスを隠す", "Offline" : "オフライン", "Set status" : "ステータスを設定", "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました", + "Don't clear" : "消去しない", "30 minutes" : "30分", "1 hour" : "1時間", "4 hours" : "4時間", - "Busy" : "ビジー", + "Today" : "今日", + "This week" : "今週", "Mute all notifications" : "全ての通知をミュート", "Appear offline" : "オフライン" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/ko.js b/apps/user_status/l10n/ko.js index 3afaa412ee2..7c04c9b6d0f 100644 --- a/apps/user_status/l10n/ko.js +++ b/apps/user_status/l10n/ko.js @@ -19,20 +19,20 @@ OC.L10N.register( "Status message" : "상태 메시지", "Clear status message" : "상태 메시지 지움", "Set status message" : "상태 메시지 설정", - "Don't clear" : "지우지 않음", - "Today" : "오늘", - "This week" : "이번 주", "Online" : "접속 중", "Away" : "자리 비움", + "Busy" : "바쁨", "Do not disturb" : "방해 금지", "Invisible" : "숨겨짐", "Offline" : "오프라인", "Set status" : "상태 설정", "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.", + "Don't clear" : "지우지 않음", "30 minutes" : "30 분", "1 hour" : "한 시간", "4 hours" : "4 시간", - "Busy" : "바쁨", + "Today" : "오늘", + "This week" : "이번 주", "Mute all notifications" : "모든 알림을 음소거", "Appear offline" : "접속 안함으로 표시" }, diff --git a/apps/user_status/l10n/ko.json b/apps/user_status/l10n/ko.json index 4858bccd4e0..c43d017d873 100644 --- a/apps/user_status/l10n/ko.json +++ b/apps/user_status/l10n/ko.json @@ -17,20 +17,20 @@ "Status message" : "상태 메시지", "Clear status message" : "상태 메시지 지움", "Set status message" : "상태 메시지 설정", - "Don't clear" : "지우지 않음", - "Today" : "오늘", - "This week" : "이번 주", "Online" : "접속 중", "Away" : "자리 비움", + "Busy" : "바쁨", "Do not disturb" : "방해 금지", "Invisible" : "숨겨짐", "Offline" : "오프라인", "Set status" : "상태 설정", "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.", + "Don't clear" : "지우지 않음", "30 minutes" : "30 분", "1 hour" : "한 시간", "4 hours" : "4 시간", - "Busy" : "바쁨", + "Today" : "오늘", + "This week" : "이번 주", "Mute all notifications" : "모든 알림을 음소거", "Appear offline" : "접속 안함으로 표시" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/lo.js b/apps/user_status/l10n/lo.js index 078da78a2b3..809d5f09b3a 100644 --- a/apps/user_status/l10n/lo.js +++ b/apps/user_status/l10n/lo.js @@ -11,19 +11,19 @@ OC.L10N.register( "Your status was set automatically" : "Your status was set automatically", "Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ", "Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ", - "Don't clear" : "ບໍ່ຈະແຈ້ງ", - "Today" : "ມື້ນີ້", - "This week" : "ທິດນີ້", "Online" : "ອອນລາຍ", "Away" : "ອອກໄປ", + "Busy" : "Busy", "Do not disturb" : "ຫ້າມລົບກວນ", "Invisible" : "ເບິ່ງບໍ່ເຫັນ", "Offline" : "ອັອບລາຍ", "Set status" : "ຕັ້ງຄ່າສະຖານະພາບ", + "Don't clear" : "ບໍ່ຈະແຈ້ງ", "30 minutes" : "30 ນາທີ", "1 hour" : "1 ຊົ່ວໂມງ", "4 hours" : "4 ຊົ່ວໂມງ", - "Busy" : "Busy", + "Today" : "ມື້ນີ້", + "This week" : "ທິດນີ້", "Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ", "Appear offline" : "ເປີດອັອບລາຍ" }, diff --git a/apps/user_status/l10n/lo.json b/apps/user_status/l10n/lo.json index 2d86440c5a4..f89d2452c71 100644 --- a/apps/user_status/l10n/lo.json +++ b/apps/user_status/l10n/lo.json @@ -9,19 +9,19 @@ "Your status was set automatically" : "Your status was set automatically", "Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ", "Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ", - "Don't clear" : "ບໍ່ຈະແຈ້ງ", - "Today" : "ມື້ນີ້", - "This week" : "ທິດນີ້", "Online" : "ອອນລາຍ", "Away" : "ອອກໄປ", + "Busy" : "Busy", "Do not disturb" : "ຫ້າມລົບກວນ", "Invisible" : "ເບິ່ງບໍ່ເຫັນ", "Offline" : "ອັອບລາຍ", "Set status" : "ຕັ້ງຄ່າສະຖານະພາບ", + "Don't clear" : "ບໍ່ຈະແຈ້ງ", "30 minutes" : "30 ນາທີ", "1 hour" : "1 ຊົ່ວໂມງ", "4 hours" : "4 ຊົ່ວໂມງ", - "Busy" : "Busy", + "Today" : "ມື້ນີ້", + "This week" : "ທິດນີ້", "Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ", "Appear offline" : "ເປີດອັອບລາຍ" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/lt_LT.js b/apps/user_status/l10n/lt_LT.js index b440b3f1c05..e85b03701f7 100644 --- a/apps/user_status/l10n/lt_LT.js +++ b/apps/user_status/l10n/lt_LT.js @@ -21,20 +21,20 @@ OC.L10N.register( "Your status was set automatically" : "Jūsų būsena buvo nustatyta automatiškai", "Clear status message" : "Išvalyti būsenos žinutę", "Set status message" : "Nustatyti būsenos žinutę", - "Don't clear" : "Neišvalyti", - "Today" : "Šiandien", - "This week" : "Šią savaitę", "Online" : "Prisijungęs", "Away" : "Atsitraukęs", + "Busy" : "Užimtas laikas", "Do not disturb" : "Netrukdyti", "Invisible" : "Nematomas", "Offline" : "Atsijungęs", "Set status" : "Nustatyti būseną", "There was an error saving the new status" : "Įrašant naują būseną, įvyko klaida", + "Don't clear" : "Neišvalyti", "30 minutes" : "30 minučių", "1 hour" : "1 valanda", "4 hours" : "4 valandos", - "Busy" : "Užimtas laikas", + "Today" : "Šiandien", + "This week" : "Šią savaitę", "Mute all notifications" : "Išjungti visus pranešimus", "Appear offline" : "Atrodyti atsijungusiu" }, diff --git a/apps/user_status/l10n/lt_LT.json b/apps/user_status/l10n/lt_LT.json index d1df46a90f2..2ee6c4007bf 100644 --- a/apps/user_status/l10n/lt_LT.json +++ b/apps/user_status/l10n/lt_LT.json @@ -19,20 +19,20 @@ "Your status was set automatically" : "Jūsų būsena buvo nustatyta automatiškai", "Clear status message" : "Išvalyti būsenos žinutę", "Set status message" : "Nustatyti būsenos žinutę", - "Don't clear" : "Neišvalyti", - "Today" : "Šiandien", - "This week" : "Šią savaitę", "Online" : "Prisijungęs", "Away" : "Atsitraukęs", + "Busy" : "Užimtas laikas", "Do not disturb" : "Netrukdyti", "Invisible" : "Nematomas", "Offline" : "Atsijungęs", "Set status" : "Nustatyti būseną", "There was an error saving the new status" : "Įrašant naują būseną, įvyko klaida", + "Don't clear" : "Neišvalyti", "30 minutes" : "30 minučių", "1 hour" : "1 valanda", "4 hours" : "4 valandos", - "Busy" : "Užimtas laikas", + "Today" : "Šiandien", + "This week" : "Šią savaitę", "Mute all notifications" : "Išjungti visus pranešimus", "Appear offline" : "Atrodyti atsijungusiu" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/apps/user_status/l10n/mk.js b/apps/user_status/l10n/mk.js index 64501b2f6df..3e079329051 100644 --- a/apps/user_status/l10n/mk.js +++ b/apps/user_status/l10n/mk.js @@ -19,20 +19,20 @@ OC.L10N.register( "Status message" : "Статус порака", "Clear status message" : "Тргни ја статус пораката", "Set status message" : "Постави статус порака", - "Don't clear" : "Не го тргај", - "Today" : "Денес", - "This week" : "Оваа недела", "Online" : "Приклучен", "Away" : "Неактивен", + "Busy" : "Зафатен", "Do not disturb" : "Не вознемирувај", "Invisible" : "Невидливо", "Offline" : "Исклучен", "Set status" : "Постави статус", "There was an error saving the new status" : "Настана грешка при зачувување на нов статус", + "Don't clear" : "Не го тргај", "30 minutes" : "30 минути", "1 hour" : "1 час", "4 hours" : "4 часа", - "Busy" : "Зафатен", + "Today" : "Денес", + "This week" : "Оваа недела", "Mute all notifications" : "Занеми (Mute) ги сите известувања", "Appear offline" : "Прикажи исклучен" }, diff --git a/apps/user_status/l10n/mk.json b/apps/user_status/l10n/mk.json index 393500ad5c5..c58b4948d00 100644 --- a/apps/user_status/l10n/mk.json +++ b/apps/user_status/l10n/mk.json @@ -17,20 +17,20 @@ "Status message" : "Статус порака", "Clear status message" : "Тргни ја статус пораката", "Set status message" : "Постави статус порака", - "Don't clear" : "Не го тргај", - "Today" : "Денес", - "This week" : "Оваа недела", "Online" : "Приклучен", "Away" : "Неактивен", + "Busy" : "Зафатен", "Do not disturb" : "Не вознемирувај", "Invisible" : "Невидливо", "Offline" : "Исклучен", "Set status" : "Постави статус", "There was an error saving the new status" : "Настана грешка при зачувување на нов статус", + "Don't clear" : "Не го тргај", "30 minutes" : "30 минути", "1 hour" : "1 час", "4 hours" : "4 часа", - "Busy" : "Зафатен", + "Today" : "Денес", + "This week" : "Оваа недела", "Mute all notifications" : "Занеми (Mute) ги сите известувања", "Appear offline" : "Прикажи исклучен" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" diff --git a/apps/user_status/l10n/nb.js b/apps/user_status/l10n/nb.js index f627aaa1e60..e376dc2847c 100644 --- a/apps/user_status/l10n/nb.js +++ b/apps/user_status/l10n/nb.js @@ -30,20 +30,20 @@ OC.L10N.register( "Your status was set automatically" : "Statusen din ble satt", "Clear status message" : "Fjern statusmelding", "Set status message" : "Velg statusmelding", - "Don't clear" : "Ikke fjern", - "Today" : "I dag", - "This week" : "Denne uken", "Online" : "Pålogget", "Away" : "Borte", + "Busy" : "Opptatt", "Do not disturb" : "Ikke forstyrr", "Invisible" : "Usynlig", "Offline" : "Frakoblet", "Set status" : "Velg status", "There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status", + "Don't clear" : "Ikke fjern", "30 minutes" : "30 minutter", "1 hour" : "1 time", "4 hours" : "4 timer", - "Busy" : "Opptatt", + "Today" : "I dag", + "This week" : "Denne uken", "Mute all notifications" : "Demp alle varslinger", "Appear offline" : "Vis som frakoblet" }, diff --git a/apps/user_status/l10n/nb.json b/apps/user_status/l10n/nb.json index 4e47d91a20b..184130500d5 100644 --- a/apps/user_status/l10n/nb.json +++ b/apps/user_status/l10n/nb.json @@ -28,20 +28,20 @@ "Your status was set automatically" : "Statusen din ble satt", "Clear status message" : "Fjern statusmelding", "Set status message" : "Velg statusmelding", - "Don't clear" : "Ikke fjern", - "Today" : "I dag", - "This week" : "Denne uken", "Online" : "Pålogget", "Away" : "Borte", + "Busy" : "Opptatt", "Do not disturb" : "Ikke forstyrr", "Invisible" : "Usynlig", "Offline" : "Frakoblet", "Set status" : "Velg status", "There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status", + "Don't clear" : "Ikke fjern", "30 minutes" : "30 minutter", "1 hour" : "1 time", "4 hours" : "4 timer", - "Busy" : "Opptatt", + "Today" : "I dag", + "This week" : "Denne uken", "Mute all notifications" : "Demp alle varslinger", "Appear offline" : "Vis som frakoblet" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js index 745507c57c0..5ca01a06c44 100644 --- a/apps/user_status/l10n/nl.js +++ b/apps/user_status/l10n/nl.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Uw status is automatisch ingesteld", "Clear status message" : "Statusbericht wissen", "Set status message" : "Statusbericht instellen", - "Don't clear" : "Niet schoonmaken", - "Today" : "Vandaag", - "This week" : "Deze week", "Online" : "Online", "Away" : "Afwezig", + "Busy" : "Bezet", "Do not disturb" : "Niet storen", "Invisible" : "Verborgen", "Offline" : "Off-line", "Set status" : "Status instellen", "There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status", + "Don't clear" : "Niet schoonmaken", "30 minutes" : "30 minuten", "1 hour" : "1 uur", "4 hours" : "4 uur", - "Busy" : "Bezet", + "Today" : "Vandaag", + "This week" : "Deze week", "Mute all notifications" : "Onderdruk alle meldingen", "Appear offline" : "Toon afwezig" }, diff --git a/apps/user_status/l10n/nl.json b/apps/user_status/l10n/nl.json index 643cf4c27fb..98bfd509c77 100644 --- a/apps/user_status/l10n/nl.json +++ b/apps/user_status/l10n/nl.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Uw status is automatisch ingesteld", "Clear status message" : "Statusbericht wissen", "Set status message" : "Statusbericht instellen", - "Don't clear" : "Niet schoonmaken", - "Today" : "Vandaag", - "This week" : "Deze week", "Online" : "Online", "Away" : "Afwezig", + "Busy" : "Bezet", "Do not disturb" : "Niet storen", "Invisible" : "Verborgen", "Offline" : "Off-line", "Set status" : "Status instellen", "There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status", + "Don't clear" : "Niet schoonmaken", "30 minutes" : "30 minuten", "1 hour" : "1 uur", "4 hours" : "4 uur", - "Busy" : "Bezet", + "Today" : "Vandaag", + "This week" : "Deze week", "Mute all notifications" : "Onderdruk alle meldingen", "Appear offline" : "Toon afwezig" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/oc.js b/apps/user_status/l10n/oc.js index bbd00e9e551..b672be388c9 100644 --- a/apps/user_status/l10n/oc.js +++ b/apps/user_status/l10n/oc.js @@ -19,20 +19,20 @@ OC.L10N.register( "Status message" : "Messatge d’estat", "Clear status message" : "Escafar messatge d’estat", "Set status message" : "Definir messatge d’estat", - "Don't clear" : "Escafar pas", - "Today" : "Uèi", - "This week" : "Aquesta setmana", "Online" : "En linha", "Away" : "Absent", + "Busy" : "Ocupat", "Do not disturb" : "Me desrengar pas", "Invisible" : "Invisible", "Offline" : "Fòra linha", "Set status" : "Definir estat", "There was an error saving the new status" : "Error en enregistrant l’estat novèl", + "Don't clear" : "Escafar pas", "30 minutes" : "30 minutas", "1 hour" : "1 ora", "4 hours" : "4 oras", - "Busy" : "Ocupat", + "Today" : "Uèi", + "This week" : "Aquesta setmana", "Mute all notifications" : "Amudir totas las notificacions", "Appear offline" : "Aparéisser fòra linha" }, diff --git a/apps/user_status/l10n/oc.json b/apps/user_status/l10n/oc.json index 388df700e75..5cae989a92d 100644 --- a/apps/user_status/l10n/oc.json +++ b/apps/user_status/l10n/oc.json @@ -17,20 +17,20 @@ "Status message" : "Messatge d’estat", "Clear status message" : "Escafar messatge d’estat", "Set status message" : "Definir messatge d’estat", - "Don't clear" : "Escafar pas", - "Today" : "Uèi", - "This week" : "Aquesta setmana", "Online" : "En linha", "Away" : "Absent", + "Busy" : "Ocupat", "Do not disturb" : "Me desrengar pas", "Invisible" : "Invisible", "Offline" : "Fòra linha", "Set status" : "Definir estat", "There was an error saving the new status" : "Error en enregistrant l’estat novèl", + "Don't clear" : "Escafar pas", "30 minutes" : "30 minutas", "1 hour" : "1 ora", "4 hours" : "4 oras", - "Busy" : "Ocupat", + "Today" : "Uèi", + "This week" : "Aquesta setmana", "Mute all notifications" : "Amudir totas las notificacions", "Appear offline" : "Aparéisser fòra linha" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/user_status/l10n/pl.js b/apps/user_status/l10n/pl.js index c25c92e27e1..6c2f639fc65 100644 --- a/apps/user_status/l10n/pl.js +++ b/apps/user_status/l10n/pl.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Twój status został ustawiony automatycznie", "Clear status message" : "Wyczyść komunikat statusu", "Set status message" : "Ustaw komunikat statusu", - "Don't clear" : "Nie czyść", - "Today" : "Dzisiaj", - "This week" : "W tym tygodniu", "Online" : "Online", "Away" : "Bezczynny", + "Busy" : "Brak dostępności", "Do not disturb" : "Nie przeszkadzać", "Invisible" : "Niewidoczny", "Offline" : "Offline", "Set status" : "Ustaw status", "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", + "Don't clear" : "Nie czyść", "30 minutes" : "30 minut", "1 hour" : "1 godzina", "4 hours" : "4 godziny", - "Busy" : "Brak dostępności", + "Today" : "Dzisiaj", + "This week" : "W tym tygodniu", "Mute all notifications" : "Wycisz wszystkie powiadomienia", "Appear offline" : "Widnieje jako offline" }, diff --git a/apps/user_status/l10n/pl.json b/apps/user_status/l10n/pl.json index 48079696e54..13ab32c6e55 100644 --- a/apps/user_status/l10n/pl.json +++ b/apps/user_status/l10n/pl.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Twój status został ustawiony automatycznie", "Clear status message" : "Wyczyść komunikat statusu", "Set status message" : "Ustaw komunikat statusu", - "Don't clear" : "Nie czyść", - "Today" : "Dzisiaj", - "This week" : "W tym tygodniu", "Online" : "Online", "Away" : "Bezczynny", + "Busy" : "Brak dostępności", "Do not disturb" : "Nie przeszkadzać", "Invisible" : "Niewidoczny", "Offline" : "Offline", "Set status" : "Ustaw status", "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", + "Don't clear" : "Nie czyść", "30 minutes" : "30 minut", "1 hour" : "1 godzina", "4 hours" : "4 godziny", - "Busy" : "Brak dostępności", + "Today" : "Dzisiaj", + "This week" : "W tym tygodniu", "Mute all notifications" : "Wycisz wszystkie powiadomienia", "Appear offline" : "Widnieje jako offline" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" diff --git a/apps/user_status/l10n/pt_BR.js b/apps/user_status/l10n/pt_BR.js index 3844bd746f7..6270da70dbc 100644 --- a/apps/user_status/l10n/pt_BR.js +++ b/apps/user_status/l10n/pt_BR.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Seu status foi definido automaticamente", "Clear status message" : "Limpar mensagem de status", "Set status message" : "Definir mensagem de status", - "Don't clear" : "Não limpe", - "Today" : "Hoje", - "This week" : "Esta semana", "Online" : "On-line", "Away" : "Fora", + "Busy" : "Ocupado", "Do not disturb" : "Não perturbe", "Invisible" : "Invisível", "Offline" : "Off-line", "Set status" : "Definir status", "There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status", + "Don't clear" : "Não limpe", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoje", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas as notificações", "Appear offline" : "Aparecer off-line" }, diff --git a/apps/user_status/l10n/pt_BR.json b/apps/user_status/l10n/pt_BR.json index e596a39e2bf..9707f062950 100644 --- a/apps/user_status/l10n/pt_BR.json +++ b/apps/user_status/l10n/pt_BR.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Seu status foi definido automaticamente", "Clear status message" : "Limpar mensagem de status", "Set status message" : "Definir mensagem de status", - "Don't clear" : "Não limpe", - "Today" : "Hoje", - "This week" : "Esta semana", "Online" : "On-line", "Away" : "Fora", + "Busy" : "Ocupado", "Do not disturb" : "Não perturbe", "Invisible" : "Invisível", "Offline" : "Off-line", "Set status" : "Definir status", "There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status", + "Don't clear" : "Não limpe", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoje", + "This week" : "Esta semana", "Mute all notifications" : "Silenciar todas as notificações", "Appear offline" : "Aparecer off-line" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/pt_PT.js b/apps/user_status/l10n/pt_PT.js index e6b64625619..36bc542c88e 100644 --- a/apps/user_status/l10n/pt_PT.js +++ b/apps/user_status/l10n/pt_PT.js @@ -19,20 +19,20 @@ OC.L10N.register( "Status message" : "Mensagem de estado", "Clear status message" : "Limpar mensagem de estado", "Set status message" : "Definir mensagem de estado", - "Don't clear" : "Não apagar", - "Today" : "Hoje", - "This week" : "Esta semana", "Online" : "Online", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "Não incomodar", "Invisible" : "Invisível ", "Offline" : "Offline", "Set status" : "Definir estado", "There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado", + "Don't clear" : "Não apagar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoje", + "This week" : "Esta semana", "Mute all notifications" : "Desativar todas as notificações", "Appear offline" : "Aparecer offline" }, diff --git a/apps/user_status/l10n/pt_PT.json b/apps/user_status/l10n/pt_PT.json index 17762a3db45..c45d837fb72 100644 --- a/apps/user_status/l10n/pt_PT.json +++ b/apps/user_status/l10n/pt_PT.json @@ -17,20 +17,20 @@ "Status message" : "Mensagem de estado", "Clear status message" : "Limpar mensagem de estado", "Set status message" : "Definir mensagem de estado", - "Don't clear" : "Não apagar", - "Today" : "Hoje", - "This week" : "Esta semana", "Online" : "Online", "Away" : "Ausente", + "Busy" : "Ocupado", "Do not disturb" : "Não incomodar", "Invisible" : "Invisível ", "Offline" : "Offline", "Set status" : "Definir estado", "There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado", + "Don't clear" : "Não apagar", "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Busy" : "Ocupado", + "Today" : "Hoje", + "This week" : "Esta semana", "Mute all notifications" : "Desativar todas as notificações", "Appear offline" : "Aparecer offline" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/user_status/l10n/ro.js b/apps/user_status/l10n/ro.js index 3214bdf6d73..73e5d5aa39c 100644 --- a/apps/user_status/l10n/ro.js +++ b/apps/user_status/l10n/ro.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "Statusul a fost setat automat", "Clear status message" : "Șterge mesajul de stare", "Set status message" : "Setează mesajul de status", - "Don't clear" : "Nu curăța", - "Today" : "Azi", - "This week" : "Săptămâna asta", "Online" : "Online", "Away" : "Plecat", + "Busy" : "Ocupat", "Do not disturb" : "Nu deranja", "Invisible" : "Invizibil", "Offline" : "Offline", "Set status" : "Setează status", "There was an error saving the new status" : "S-a produs o eroare de salvare a noului status", + "Don't clear" : "Nu curăța", "30 minutes" : "30 minute", "1 hour" : "1 oră", "4 hours" : "4 ore", - "Busy" : "Ocupat", + "Today" : "Azi", + "This week" : "Săptămâna asta", "Mute all notifications" : "Dezactivați toate notificările", "Appear offline" : "Apari deconectat" }, diff --git a/apps/user_status/l10n/ro.json b/apps/user_status/l10n/ro.json index 292a2aaac70..3b3b9878e36 100644 --- a/apps/user_status/l10n/ro.json +++ b/apps/user_status/l10n/ro.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "Statusul a fost setat automat", "Clear status message" : "Șterge mesajul de stare", "Set status message" : "Setează mesajul de status", - "Don't clear" : "Nu curăța", - "Today" : "Azi", - "This week" : "Săptămâna asta", "Online" : "Online", "Away" : "Plecat", + "Busy" : "Ocupat", "Do not disturb" : "Nu deranja", "Invisible" : "Invizibil", "Offline" : "Offline", "Set status" : "Setează status", "There was an error saving the new status" : "S-a produs o eroare de salvare a noului status", + "Don't clear" : "Nu curăța", "30 minutes" : "30 minute", "1 hour" : "1 oră", "4 hours" : "4 ore", - "Busy" : "Ocupat", + "Today" : "Azi", + "This week" : "Săptămâna asta", "Mute all notifications" : "Dezactivați toate notificările", "Appear offline" : "Apari deconectat" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" diff --git a/apps/user_status/l10n/ru.js b/apps/user_status/l10n/ru.js index 32b784b5e0c..047aa50671a 100644 --- a/apps/user_status/l10n/ru.js +++ b/apps/user_status/l10n/ru.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Ваш статус был установлен автоматически", "Clear status message" : "Удалить сообщение к статусу", "Set status message" : "Установить сообщение к статусу", - "Don't clear" : "Не очищать", - "Today" : "Сегодня", - "This week" : "Эта неделя", "Online" : "В сети", "Away" : "Неактивен", + "Busy" : "Занят", "Do not disturb" : "Не беспокоить", "Invisible" : "Невидимый", "Offline" : "Не в сети", "Set status" : "Установить статус", "There was an error saving the new status" : "Произошла ошибка при сохранении нового статуса", + "Don't clear" : "Не очищать", "30 minutes" : "30 минут", "1 hour" : "1 час", "4 hours" : "4 часа", - "Busy" : "Занят", + "Today" : "Сегодня", + "This week" : "Эта неделя", "Mute all notifications" : "Отключить все уведомления", "Appear offline" : "\"Не в сети\" для остальных" }, diff --git a/apps/user_status/l10n/ru.json b/apps/user_status/l10n/ru.json index f6b8d241ac4..c3867b4e189 100644 --- a/apps/user_status/l10n/ru.json +++ b/apps/user_status/l10n/ru.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Ваш статус был установлен автоматически", "Clear status message" : "Удалить сообщение к статусу", "Set status message" : "Установить сообщение к статусу", - "Don't clear" : "Не очищать", - "Today" : "Сегодня", - "This week" : "Эта неделя", "Online" : "В сети", "Away" : "Неактивен", + "Busy" : "Занят", "Do not disturb" : "Не беспокоить", "Invisible" : "Невидимый", "Offline" : "Не в сети", "Set status" : "Установить статус", "There was an error saving the new status" : "Произошла ошибка при сохранении нового статуса", + "Don't clear" : "Не очищать", "30 minutes" : "30 минут", "1 hour" : "1 час", "4 hours" : "4 часа", - "Busy" : "Занят", + "Today" : "Сегодня", + "This week" : "Эта неделя", "Mute all notifications" : "Отключить все уведомления", "Appear offline" : "\"Не в сети\" для остальных" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/apps/user_status/l10n/sc.js b/apps/user_status/l10n/sc.js index d4836447296..4e8f418949b 100644 --- a/apps/user_status/l10n/sc.js +++ b/apps/user_status/l10n/sc.js @@ -18,20 +18,20 @@ OC.L10N.register( "Status message" : "Messàgiu de istadu", "Clear status message" : "Lìmpia su messàgiu de istadu", "Set status message" : "Cunfigura su messàgiu de istadu", - "Don't clear" : "Non nche ddu lìmpies", - "Today" : "Oe", - "This week" : "Custa chida", "Online" : "In lìnia", "Away" : "Ausente", + "Busy" : "Impinnadu", "Do not disturb" : "No istorbes", "Invisible" : "Invisìbile", "Offline" : "Fora de lìnia", "Set status" : "Cunfigura un'istadu", "There was an error saving the new status" : "B'at àpidu un'errore sarvende s'istadu nou", + "Don't clear" : "Non nche ddu lìmpies", "30 minutes" : "30 minutos", "1 hour" : "1 ora", "4 hours" : "4 oras", - "Busy" : "Impinnadu", + "Today" : "Oe", + "This week" : "Custa chida", "Mute all notifications" : "Istuda totu is notìficas", "Appear offline" : "Mustra•ti foras de lìnia" }, diff --git a/apps/user_status/l10n/sc.json b/apps/user_status/l10n/sc.json index 9bec309186e..9d2f91d43b0 100644 --- a/apps/user_status/l10n/sc.json +++ b/apps/user_status/l10n/sc.json @@ -16,20 +16,20 @@ "Status message" : "Messàgiu de istadu", "Clear status message" : "Lìmpia su messàgiu de istadu", "Set status message" : "Cunfigura su messàgiu de istadu", - "Don't clear" : "Non nche ddu lìmpies", - "Today" : "Oe", - "This week" : "Custa chida", "Online" : "In lìnia", "Away" : "Ausente", + "Busy" : "Impinnadu", "Do not disturb" : "No istorbes", "Invisible" : "Invisìbile", "Offline" : "Fora de lìnia", "Set status" : "Cunfigura un'istadu", "There was an error saving the new status" : "B'at àpidu un'errore sarvende s'istadu nou", + "Don't clear" : "Non nche ddu lìmpies", "30 minutes" : "30 minutos", "1 hour" : "1 ora", "4 hours" : "4 oras", - "Busy" : "Impinnadu", + "Today" : "Oe", + "This week" : "Custa chida", "Mute all notifications" : "Istuda totu is notìficas", "Appear offline" : "Mustra•ti foras de lìnia" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/sk.js b/apps/user_status/l10n/sk.js index 20d83f2b0c7..9460f0a2869 100644 --- a/apps/user_status/l10n/sk.js +++ b/apps/user_status/l10n/sk.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Váš status bol nastavený automaticky", "Clear status message" : "Vyčistiť správu o stave", "Set status message" : "Nastaviť správu o stave", - "Don't clear" : "Nemazať", - "Today" : "Dnes", - "This week" : "Tento týždeň", "Online" : "Pripojené", "Away" : "Preč", + "Busy" : "Zaneprázdnený", "Do not disturb" : "Nerušiť", "Invisible" : "Neviditeľnosť", "Offline" : "Offline", "Set status" : "Nastaviť stav", "There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba", + "Don't clear" : "Nemazať", "30 minutes" : "30 minút", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", - "Busy" : "Zaneprázdnený", + "Today" : "Dnes", + "This week" : "Tento týždeň", "Mute all notifications" : "Stíšiť všetky upozornenia", "Appear offline" : "V odpojenom režime" }, diff --git a/apps/user_status/l10n/sk.json b/apps/user_status/l10n/sk.json index 5639aa6022d..bbad5e93c19 100644 --- a/apps/user_status/l10n/sk.json +++ b/apps/user_status/l10n/sk.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Váš status bol nastavený automaticky", "Clear status message" : "Vyčistiť správu o stave", "Set status message" : "Nastaviť správu o stave", - "Don't clear" : "Nemazať", - "Today" : "Dnes", - "This week" : "Tento týždeň", "Online" : "Pripojené", "Away" : "Preč", + "Busy" : "Zaneprázdnený", "Do not disturb" : "Nerušiť", "Invisible" : "Neviditeľnosť", "Offline" : "Offline", "Set status" : "Nastaviť stav", "There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba", + "Don't clear" : "Nemazať", "30 minutes" : "30 minút", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", - "Busy" : "Zaneprázdnený", + "Today" : "Dnes", + "This week" : "Tento týždeň", "Mute all notifications" : "Stíšiť všetky upozornenia", "Appear offline" : "V odpojenom režime" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/apps/user_status/l10n/sl.js b/apps/user_status/l10n/sl.js index 0eb3b4a6d14..06c4b1b75d5 100644 --- a/apps/user_status/l10n/sl.js +++ b/apps/user_status/l10n/sl.js @@ -28,20 +28,20 @@ OC.L10N.register( "Your status was set automatically" : "Stanje je določeno samodejno", "Clear status message" : "Počisti sporočilo stanja", "Set status message" : "Nastavi sporočilo stanja", - "Don't clear" : "ne počisti", - "Today" : "enkrat danes", - "This week" : "še ta teden", "Online" : "Na spletu", "Away" : "Trenutno ne spremljam", + "Busy" : "Zasedeno", "Do not disturb" : "Ne pustim se motiti", "Invisible" : "Drugim neviden", "Offline" : "Brez povezave", "Set status" : "Nastavi stanje", "There was an error saving the new status" : "Prišlo je do napake med shranjevanjem novega stanja", + "Don't clear" : "ne počisti", "30 minutes" : "po 30 minutah", "1 hour" : "po 1 uri", "4 hours" : "po 4 urah", - "Busy" : "Zasedeno", + "Today" : "enkrat danes", + "This week" : "še ta teden", "Mute all notifications" : "Utiša vsa obvestila", "Appear offline" : "Pokaže kot brez povezave" }, diff --git a/apps/user_status/l10n/sl.json b/apps/user_status/l10n/sl.json index 4e0c8582227..e7ccbcd7284 100644 --- a/apps/user_status/l10n/sl.json +++ b/apps/user_status/l10n/sl.json @@ -26,20 +26,20 @@ "Your status was set automatically" : "Stanje je določeno samodejno", "Clear status message" : "Počisti sporočilo stanja", "Set status message" : "Nastavi sporočilo stanja", - "Don't clear" : "ne počisti", - "Today" : "enkrat danes", - "This week" : "še ta teden", "Online" : "Na spletu", "Away" : "Trenutno ne spremljam", + "Busy" : "Zasedeno", "Do not disturb" : "Ne pustim se motiti", "Invisible" : "Drugim neviden", "Offline" : "Brez povezave", "Set status" : "Nastavi stanje", "There was an error saving the new status" : "Prišlo je do napake med shranjevanjem novega stanja", + "Don't clear" : "ne počisti", "30 minutes" : "po 30 minutah", "1 hour" : "po 1 uri", "4 hours" : "po 4 urah", - "Busy" : "Zasedeno", + "Today" : "enkrat danes", + "This week" : "še ta teden", "Mute all notifications" : "Utiša vsa obvestila", "Appear offline" : "Pokaže kot brez povezave" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/apps/user_status/l10n/sr.js b/apps/user_status/l10n/sr.js index 4f7ff055d69..f5c3a16875e 100644 --- a/apps/user_status/l10n/sr.js +++ b/apps/user_status/l10n/sr.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Ваш статус је аутоматски постављен", "Clear status message" : "Обриши статусну поруку", "Set status message" : "Постављање статусне поруке", - "Don't clear" : "Не бриши", - "Today" : "Данас", - "This week" : "Ове недеље", "Online" : "На мрежи", "Away" : "Одсутан", + "Busy" : "Заузет", "Do not disturb" : "Не узнемиравај", "Invisible" : "Невидљива", "Offline" : "Ван мреже", "Set status" : "Постави статус", "There was an error saving the new status" : "Дошло је до грешке приликом чувања новог статуса", + "Don't clear" : "Не бриши", "30 minutes" : "30 минута", "1 hour" : "1 сат", "4 hours" : "4 сата", - "Busy" : "Заузет", + "Today" : "Данас", + "This week" : "Ове недеље", "Mute all notifications" : "Искључи сва обавештења", "Appear offline" : "Прикажи као ван мреже" }, diff --git a/apps/user_status/l10n/sr.json b/apps/user_status/l10n/sr.json index e587b86327b..ad0ddeec0f7 100644 --- a/apps/user_status/l10n/sr.json +++ b/apps/user_status/l10n/sr.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Ваш статус је аутоматски постављен", "Clear status message" : "Обриши статусну поруку", "Set status message" : "Постављање статусне поруке", - "Don't clear" : "Не бриши", - "Today" : "Данас", - "This week" : "Ове недеље", "Online" : "На мрежи", "Away" : "Одсутан", + "Busy" : "Заузет", "Do not disturb" : "Не узнемиравај", "Invisible" : "Невидљива", "Offline" : "Ван мреже", "Set status" : "Постави статус", "There was an error saving the new status" : "Дошло је до грешке приликом чувања новог статуса", + "Don't clear" : "Не бриши", "30 minutes" : "30 минута", "1 hour" : "1 сат", "4 hours" : "4 сата", - "Busy" : "Заузет", + "Today" : "Данас", + "This week" : "Ове недеље", "Mute all notifications" : "Искључи сва обавештења", "Appear offline" : "Прикажи као ван мреже" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/user_status/l10n/sr@latin.js b/apps/user_status/l10n/sr@latin.js index 532e6651761..5bba230c2b6 100644 --- a/apps/user_status/l10n/sr@latin.js +++ b/apps/user_status/l10n/sr@latin.js @@ -28,9 +28,6 @@ OC.L10N.register( "Your status was set automatically" : "Vaš status je postavljen automatski", "Clear status message" : "Obriši statusnu poruku", "Set status message" : "Postavi statusnu poruku", - "Don't clear" : "Ne briši", - "Today" : "Danas", - "This week" : "Ove sedmice", "Online" : "Na mreži", "Away" : "Odsutan", "Do not disturb" : "Ne uznemiravaj", @@ -38,9 +35,12 @@ OC.L10N.register( "Offline" : "Van mreže", "Set status" : "Postavi status", "There was an error saving the new status" : "Greška u snimanju novog statusa", + "Don't clear" : "Ne briši", "30 minutes" : "30 minuta", "1 hour" : "1 sat", "4 hours" : "4 sata", + "Today" : "Danas", + "This week" : "Ove sedmice", "Mute all notifications" : "Isključi sva obaveštenja", "Appear offline" : "Prikaži kao van mreže" }, diff --git a/apps/user_status/l10n/sr@latin.json b/apps/user_status/l10n/sr@latin.json index bb642d5708c..adf15ab78c7 100644 --- a/apps/user_status/l10n/sr@latin.json +++ b/apps/user_status/l10n/sr@latin.json @@ -26,9 +26,6 @@ "Your status was set automatically" : "Vaš status je postavljen automatski", "Clear status message" : "Obriši statusnu poruku", "Set status message" : "Postavi statusnu poruku", - "Don't clear" : "Ne briši", - "Today" : "Danas", - "This week" : "Ove sedmice", "Online" : "Na mreži", "Away" : "Odsutan", "Do not disturb" : "Ne uznemiravaj", @@ -36,9 +33,12 @@ "Offline" : "Van mreže", "Set status" : "Postavi status", "There was an error saving the new status" : "Greška u snimanju novog statusa", + "Don't clear" : "Ne briši", "30 minutes" : "30 minuta", "1 hour" : "1 sat", "4 hours" : "4 sata", + "Today" : "Danas", + "This week" : "Ove sedmice", "Mute all notifications" : "Isključi sva obaveštenja", "Appear offline" : "Prikaži kao van mreže" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/user_status/l10n/sv.js b/apps/user_status/l10n/sv.js index efa2d955c23..b2452cc641e 100644 --- a/apps/user_status/l10n/sv.js +++ b/apps/user_status/l10n/sv.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Din status ställdes in automatiskt", "Clear status message" : "Rensa statusmeddelande", "Set status message" : "Sätt statusmeddelande", - "Don't clear" : "Rensa inte", - "Today" : "Idag", - "This week" : "Denna vecka", "Online" : "Online", "Away" : "Iväg", + "Busy" : "Upptagen", "Do not disturb" : "Stör ej", "Invisible" : "Osynlig", "Offline" : "Frånkopplad", "Set status" : "Sätt status", "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas", + "Don't clear" : "Rensa inte", "30 minutes" : "30 minuter", "1 hour" : "1 timme", "4 hours" : "4 timmar", - "Busy" : "Upptagen", + "Today" : "Idag", + "This week" : "Denna vecka", "Mute all notifications" : "Dölj alla aviseringar", "Appear offline" : "Visa som frånkopplad" }, diff --git a/apps/user_status/l10n/sv.json b/apps/user_status/l10n/sv.json index 8f877ee5c0d..d8c4c046628 100644 --- a/apps/user_status/l10n/sv.json +++ b/apps/user_status/l10n/sv.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Din status ställdes in automatiskt", "Clear status message" : "Rensa statusmeddelande", "Set status message" : "Sätt statusmeddelande", - "Don't clear" : "Rensa inte", - "Today" : "Idag", - "This week" : "Denna vecka", "Online" : "Online", "Away" : "Iväg", + "Busy" : "Upptagen", "Do not disturb" : "Stör ej", "Invisible" : "Osynlig", "Offline" : "Frånkopplad", "Set status" : "Sätt status", "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas", + "Don't clear" : "Rensa inte", "30 minutes" : "30 minuter", "1 hour" : "1 timme", "4 hours" : "4 timmar", - "Busy" : "Upptagen", + "Today" : "Idag", + "This week" : "Denna vecka", "Mute all notifications" : "Dölj alla aviseringar", "Appear offline" : "Visa som frånkopplad" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/sw.js b/apps/user_status/l10n/sw.js index 69e9430b920..2f0763da648 100644 --- a/apps/user_status/l10n/sw.js +++ b/apps/user_status/l10n/sw.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Hadhi yako ilipangiliwa moja kwa moja", "Clear status message" : "Futa jumbe za wadhifa", "Set status message" : "Pangilia hali ya ujumbe", - "Don't clear" : "Usifute", - "Today" : "Leo", - "This week" : "Wiki hii", "Online" : "Mtandaoni", "Away" : "Mbali", + "Busy" : "Bize", "Do not disturb" : "Acha kusumbua", "Invisible" : "Haionekani", "Offline" : "Nje ya mtandao", "Set status" : "Panglia hali", "There was an error saving the new status" : "Kulikuwa na hitilafu katika kuhifadhi hali mpya", + "Don't clear" : "Usifute", "30 minutes" : "Dakika 30", "1 hour" : "Saa 1", "4 hours" : "Masaa 4", - "Busy" : "Bize", + "Today" : "Leo", + "This week" : "Wiki hii", "Mute all notifications" : "Zima arifu zote", "Appear offline" : "Tokea nje ya mtandao" }, diff --git a/apps/user_status/l10n/sw.json b/apps/user_status/l10n/sw.json index a106159c6fb..50237055824 100644 --- a/apps/user_status/l10n/sw.json +++ b/apps/user_status/l10n/sw.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Hadhi yako ilipangiliwa moja kwa moja", "Clear status message" : "Futa jumbe za wadhifa", "Set status message" : "Pangilia hali ya ujumbe", - "Don't clear" : "Usifute", - "Today" : "Leo", - "This week" : "Wiki hii", "Online" : "Mtandaoni", "Away" : "Mbali", + "Busy" : "Bize", "Do not disturb" : "Acha kusumbua", "Invisible" : "Haionekani", "Offline" : "Nje ya mtandao", "Set status" : "Panglia hali", "There was an error saving the new status" : "Kulikuwa na hitilafu katika kuhifadhi hali mpya", + "Don't clear" : "Usifute", "30 minutes" : "Dakika 30", "1 hour" : "Saa 1", "4 hours" : "Masaa 4", - "Busy" : "Bize", + "Today" : "Leo", + "This week" : "Wiki hii", "Mute all notifications" : "Zima arifu zote", "Appear offline" : "Tokea nje ya mtandao" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/th.js b/apps/user_status/l10n/th.js index 00bdced011d..23625d78db5 100644 --- a/apps/user_status/l10n/th.js +++ b/apps/user_status/l10n/th.js @@ -17,9 +17,6 @@ OC.L10N.register( "Status message" : "ข้อความสถานะ", "Clear status message" : "ล้างข้อความสถานะ", "Set status message" : "กำหนดข้อความสถานะ", - "Don't clear" : "ไม่ต้องล้าง", - "Today" : "วันนี้", - "This week" : "สัปดาห์นี้", "Online" : "ออนไลน์", "Away" : "ไม่อยู่", "Do not disturb" : "ห้ามรบกวน", @@ -27,9 +24,12 @@ OC.L10N.register( "Offline" : "ออฟไลน์", "Set status" : "กำหนดสถานะ", "There was an error saving the new status" : "เกิดข้อผิดพลาดในการบันทึกสถานะใหม่", + "Don't clear" : "ไม่ต้องล้าง", "30 minutes" : "30 นาที", "1 hour" : "1 ชั่วโมง", "4 hours" : "4 ชั่วโมง", + "Today" : "วันนี้", + "This week" : "สัปดาห์นี้", "Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด", "Appear offline" : "แสดงเป็นออฟไลน์" }, diff --git a/apps/user_status/l10n/th.json b/apps/user_status/l10n/th.json index 36ca7503b17..fefcfc8fa03 100644 --- a/apps/user_status/l10n/th.json +++ b/apps/user_status/l10n/th.json @@ -15,9 +15,6 @@ "Status message" : "ข้อความสถานะ", "Clear status message" : "ล้างข้อความสถานะ", "Set status message" : "กำหนดข้อความสถานะ", - "Don't clear" : "ไม่ต้องล้าง", - "Today" : "วันนี้", - "This week" : "สัปดาห์นี้", "Online" : "ออนไลน์", "Away" : "ไม่อยู่", "Do not disturb" : "ห้ามรบกวน", @@ -25,9 +22,12 @@ "Offline" : "ออฟไลน์", "Set status" : "กำหนดสถานะ", "There was an error saving the new status" : "เกิดข้อผิดพลาดในการบันทึกสถานะใหม่", + "Don't clear" : "ไม่ต้องล้าง", "30 minutes" : "30 นาที", "1 hour" : "1 ชั่วโมง", "4 hours" : "4 ชั่วโมง", + "Today" : "วันนี้", + "This week" : "สัปดาห์นี้", "Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด", "Appear offline" : "แสดงเป็นออฟไลน์" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/tr.js b/apps/user_status/l10n/tr.js index 380f35952b1..5376e6a05ec 100644 --- a/apps/user_status/l10n/tr.js +++ b/apps/user_status/l10n/tr.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Durumunuz otomatik olarak ayarlanmış", "Clear status message" : "Durum iletisini temizle", "Set status message" : "Durum iletisini ayarla", - "Don't clear" : "Kaldırılmasın", - "Today" : "Bugün", - "This week" : "Bu hafta", "Online" : "Çevrim içi", "Away" : "Uzakta", + "Busy" : "Meşgul", "Do not disturb" : "Rahatsız etmeyin", "Invisible" : "Gizli", "Offline" : "Çevrim dışı", "Set status" : "Durumu ayarla", "There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı", + "Don't clear" : "Kaldırılmasın", "30 minutes" : "30 dakika", "1 hour" : "1 saat", "4 hours" : "4 saat", - "Busy" : "Meşgul", + "Today" : "Bugün", + "This week" : "Bu hafta", "Mute all notifications" : "Tüm bildirimleri kapat", "Appear offline" : "Çevrim dışı görün" }, diff --git a/apps/user_status/l10n/tr.json b/apps/user_status/l10n/tr.json index cd27c98c4b0..d91726d4b0c 100644 --- a/apps/user_status/l10n/tr.json +++ b/apps/user_status/l10n/tr.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Durumunuz otomatik olarak ayarlanmış", "Clear status message" : "Durum iletisini temizle", "Set status message" : "Durum iletisini ayarla", - "Don't clear" : "Kaldırılmasın", - "Today" : "Bugün", - "This week" : "Bu hafta", "Online" : "Çevrim içi", "Away" : "Uzakta", + "Busy" : "Meşgul", "Do not disturb" : "Rahatsız etmeyin", "Invisible" : "Gizli", "Offline" : "Çevrim dışı", "Set status" : "Durumu ayarla", "There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı", + "Don't clear" : "Kaldırılmasın", "30 minutes" : "30 dakika", "1 hour" : "1 saat", "4 hours" : "4 saat", - "Busy" : "Meşgul", + "Today" : "Bugün", + "This week" : "Bu hafta", "Mute all notifications" : "Tüm bildirimleri kapat", "Appear offline" : "Çevrim dışı görün" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/user_status/l10n/ug.js b/apps/user_status/l10n/ug.js index f45b87859e4..74461003584 100644 --- a/apps/user_status/l10n/ug.js +++ b/apps/user_status/l10n/ug.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "ھالىتىڭىز ئاپتوماتىك تەڭشەلدى", "Clear status message" : "ھالەت ئۇچۇرىنى تازىلاش", "Set status message" : "ھالەت ئۇچۇرىنى بەلگىلەڭ", - "Don't clear" : "ئېنىق ئەمەس", - "Today" : "بۈگۈن", - "This week" : "بۇ ھەپتە", "Online" : "توردا", "Away" : "يىراق", + "Busy" : "ئالدىراش", "Do not disturb" : "ئاۋارە قىلماڭ", "Invisible" : "كۆرۈنمەيدۇ", "Offline" : "تورسىز", "Set status" : "ھالەت بەلگىلەڭ", "There was an error saving the new status" : "يېڭى ھالەتنى ساقلاشتا خاتالىق كۆرۈلدى", + "Don't clear" : "ئېنىق ئەمەس", "30 minutes" : "30 مىنۇت", "1 hour" : "1 سائەت", "4 hours" : "4 سائەت", - "Busy" : "ئالدىراش", + "Today" : "بۈگۈن", + "This week" : "بۇ ھەپتە", "Mute all notifications" : "بارلىق ئۇقتۇرۇشلارنى ئاۋازسىز قىلىڭ", "Appear offline" : "تورسىز كۆرۈنۈش" }, diff --git a/apps/user_status/l10n/ug.json b/apps/user_status/l10n/ug.json index 6643a5634d3..3a7ed30bcb9 100644 --- a/apps/user_status/l10n/ug.json +++ b/apps/user_status/l10n/ug.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "ھالىتىڭىز ئاپتوماتىك تەڭشەلدى", "Clear status message" : "ھالەت ئۇچۇرىنى تازىلاش", "Set status message" : "ھالەت ئۇچۇرىنى بەلگىلەڭ", - "Don't clear" : "ئېنىق ئەمەس", - "Today" : "بۈگۈن", - "This week" : "بۇ ھەپتە", "Online" : "توردا", "Away" : "يىراق", + "Busy" : "ئالدىراش", "Do not disturb" : "ئاۋارە قىلماڭ", "Invisible" : "كۆرۈنمەيدۇ", "Offline" : "تورسىز", "Set status" : "ھالەت بەلگىلەڭ", "There was an error saving the new status" : "يېڭى ھالەتنى ساقلاشتا خاتالىق كۆرۈلدى", + "Don't clear" : "ئېنىق ئەمەس", "30 minutes" : "30 مىنۇت", "1 hour" : "1 سائەت", "4 hours" : "4 سائەت", - "Busy" : "ئالدىراش", + "Today" : "بۈگۈن", + "This week" : "بۇ ھەپتە", "Mute all notifications" : "بارلىق ئۇقتۇرۇشلارنى ئاۋازسىز قىلىڭ", "Appear offline" : "تورسىز كۆرۈنۈش" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_status/l10n/uk.js b/apps/user_status/l10n/uk.js index b73417b164b..ff70dc9f2fb 100644 --- a/apps/user_status/l10n/uk.js +++ b/apps/user_status/l10n/uk.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Ваш статус встановлено автоматично", "Clear status message" : "Прибрати статус", "Set status message" : "Оновити статус", - "Don't clear" : "Залишити поточний", - "Today" : "Сьогодні", - "This week" : "Цього тижня", "Online" : "Доступний(-а)", "Away" : "Відсутній(-я)", + "Busy" : "Зайнято", "Do not disturb" : "Не турбувати", "Invisible" : "Невидимка", "Offline" : "Поза мережею", "Set status" : "Встановити статус", "There was an error saving the new status" : "Помилка під час збереження статусу", + "Don't clear" : "Залишити поточний", "30 minutes" : "30 хвилин", "1 hour" : "1 година", "4 hours" : "4 години", - "Busy" : "Зайнято", + "Today" : "Сьогодні", + "This week" : "Цього тижня", "Mute all notifications" : "Вимкнути всі сповіщення", "Appear offline" : "Перебуваю поза мережею" }, diff --git a/apps/user_status/l10n/uk.json b/apps/user_status/l10n/uk.json index e115bf09f5f..8543ccfa3b6 100644 --- a/apps/user_status/l10n/uk.json +++ b/apps/user_status/l10n/uk.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Ваш статус встановлено автоматично", "Clear status message" : "Прибрати статус", "Set status message" : "Оновити статус", - "Don't clear" : "Залишити поточний", - "Today" : "Сьогодні", - "This week" : "Цього тижня", "Online" : "Доступний(-а)", "Away" : "Відсутній(-я)", + "Busy" : "Зайнято", "Do not disturb" : "Не турбувати", "Invisible" : "Невидимка", "Offline" : "Поза мережею", "Set status" : "Встановити статус", "There was an error saving the new status" : "Помилка під час збереження статусу", + "Don't clear" : "Залишити поточний", "30 minutes" : "30 хвилин", "1 hour" : "1 година", "4 hours" : "4 години", - "Busy" : "Зайнято", + "Today" : "Сьогодні", + "This week" : "Цього тижня", "Mute all notifications" : "Вимкнути всі сповіщення", "Appear offline" : "Перебуваю поза мережею" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" diff --git a/apps/user_status/l10n/uz.js b/apps/user_status/l10n/uz.js index 5076bec41c7..6cddc5fa134 100644 --- a/apps/user_status/l10n/uz.js +++ b/apps/user_status/l10n/uz.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "Sizning holatingiz avtomatik ravishda o'rnatildi", "Clear status message" : "Holat xabarini tozalash", "Set status message" : "Holat xabarini o'rnatish", - "Don't clear" : "Aniq emas", - "Today" : "Bugun", - "This week" : "Shu hafta", "Online" : "Online", "Away" : "Uzoqda", + "Busy" : "Band", "Do not disturb" : "Bezovta qilmang", "Invisible" : "Ko'rinmas", "Offline" : "Offline", "Set status" : "Holatni belgilash", "There was an error saving the new status" : "Yangi holatni saqlashda xatolik yuz berdi", + "Don't clear" : "Aniq emas", "30 minutes" : "30 minut", "1 hour" : "1 soat", "4 hours" : "4 soat", - "Busy" : "Band", + "Today" : "Bugun", + "This week" : "Shu hafta", "Mute all notifications" : "Barcha bildirishnomalarni o'chirish", "Appear offline" : "Oflayn ko'rinishda" }, diff --git a/apps/user_status/l10n/uz.json b/apps/user_status/l10n/uz.json index 59ef2f70fba..a8e3bf43479 100644 --- a/apps/user_status/l10n/uz.json +++ b/apps/user_status/l10n/uz.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "Sizning holatingiz avtomatik ravishda o'rnatildi", "Clear status message" : "Holat xabarini tozalash", "Set status message" : "Holat xabarini o'rnatish", - "Don't clear" : "Aniq emas", - "Today" : "Bugun", - "This week" : "Shu hafta", "Online" : "Online", "Away" : "Uzoqda", + "Busy" : "Band", "Do not disturb" : "Bezovta qilmang", "Invisible" : "Ko'rinmas", "Offline" : "Offline", "Set status" : "Holatni belgilash", "There was an error saving the new status" : "Yangi holatni saqlashda xatolik yuz berdi", + "Don't clear" : "Aniq emas", "30 minutes" : "30 minut", "1 hour" : "1 soat", "4 hours" : "4 soat", - "Busy" : "Band", + "Today" : "Bugun", + "This week" : "Shu hafta", "Mute all notifications" : "Barcha bildirishnomalarni o'chirish", "Appear offline" : "Oflayn ko'rinishda" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/vi.js b/apps/user_status/l10n/vi.js index 0c2e8081a8e..d8897cb67ee 100644 --- a/apps/user_status/l10n/vi.js +++ b/apps/user_status/l10n/vi.js @@ -27,20 +27,20 @@ OC.L10N.register( "Your status was set automatically" : "Trạng thái của bạn đã được đặt tự động", "Clear status message" : "Xoá thông báo trạng thái", "Set status message" : "Đặt thông báo trạng thái", - "Don't clear" : "Không xoá", - "Today" : "Hôm nay", - "This week" : "Tuần này", "Online" : "Trực tuyến", "Away" : "Tạm vắng", + "Busy" : "Bận", "Do not disturb" : "Đừng làm phiền", "Invisible" : "Vô hình", "Offline" : "Ngoại tuyến", "Set status" : "Đặt trạng thái", "There was an error saving the new status" : "Đã xảy ra lỗi khi lưu trạng thái mới", + "Don't clear" : "Không xoá", "30 minutes" : "30 phút", "1 hour" : "1 tiếng", "4 hours" : "4 tiếng", - "Busy" : "Bận", + "Today" : "Hôm nay", + "This week" : "Tuần này", "Mute all notifications" : "Tắt tiếng tất cả thông báo", "Appear offline" : "Đang offline" }, diff --git a/apps/user_status/l10n/vi.json b/apps/user_status/l10n/vi.json index daf7d940656..737f7cee057 100644 --- a/apps/user_status/l10n/vi.json +++ b/apps/user_status/l10n/vi.json @@ -25,20 +25,20 @@ "Your status was set automatically" : "Trạng thái của bạn đã được đặt tự động", "Clear status message" : "Xoá thông báo trạng thái", "Set status message" : "Đặt thông báo trạng thái", - "Don't clear" : "Không xoá", - "Today" : "Hôm nay", - "This week" : "Tuần này", "Online" : "Trực tuyến", "Away" : "Tạm vắng", + "Busy" : "Bận", "Do not disturb" : "Đừng làm phiền", "Invisible" : "Vô hình", "Offline" : "Ngoại tuyến", "Set status" : "Đặt trạng thái", "There was an error saving the new status" : "Đã xảy ra lỗi khi lưu trạng thái mới", + "Don't clear" : "Không xoá", "30 minutes" : "30 phút", "1 hour" : "1 tiếng", "4 hours" : "4 tiếng", - "Busy" : "Bận", + "Today" : "Hôm nay", + "This week" : "Tuần này", "Mute all notifications" : "Tắt tiếng tất cả thông báo", "Appear offline" : "Đang offline" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/zh_CN.js b/apps/user_status/l10n/zh_CN.js index c36ad38c713..c95e9ce6ef7 100644 --- a/apps/user_status/l10n/zh_CN.js +++ b/apps/user_status/l10n/zh_CN.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "您的状态已自动设置", "Clear status message" : "清除状态消息", "Set status message" : "设置状态消息", - "Don't clear" : "不要清除", - "Today" : "今天", - "This week" : "本周", "Online" : "在线", "Away" : "离开", + "Busy" : "忙碌", "Do not disturb" : "勿扰", "Invisible" : "隐身", "Offline" : "离线", "Set status" : "设置状态", "There was an error saving the new status" : "保存新状态时出错", + "Don't clear" : "不要清除", "30 minutes" : "30 分钟", "1 hour" : "1 小时", "4 hours" : "4 小时", - "Busy" : "忙碌", + "Today" : "今天", + "This week" : "本周", "Mute all notifications" : "静音所有通知", "Appear offline" : "显示为离线" }, diff --git a/apps/user_status/l10n/zh_CN.json b/apps/user_status/l10n/zh_CN.json index 8546482d238..92cd817d162 100644 --- a/apps/user_status/l10n/zh_CN.json +++ b/apps/user_status/l10n/zh_CN.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "您的状态已自动设置", "Clear status message" : "清除状态消息", "Set status message" : "设置状态消息", - "Don't clear" : "不要清除", - "Today" : "今天", - "This week" : "本周", "Online" : "在线", "Away" : "离开", + "Busy" : "忙碌", "Do not disturb" : "勿扰", "Invisible" : "隐身", "Offline" : "离线", "Set status" : "设置状态", "There was an error saving the new status" : "保存新状态时出错", + "Don't clear" : "不要清除", "30 minutes" : "30 分钟", "1 hour" : "1 小时", "4 hours" : "4 小时", - "Busy" : "忙碌", + "Today" : "今天", + "This week" : "本周", "Mute all notifications" : "静音所有通知", "Appear offline" : "显示为离线" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/zh_HK.js b/apps/user_status/l10n/zh_HK.js index 66fcd087abe..3649d1d1493 100644 --- a/apps/user_status/l10n/zh_HK.js +++ b/apps/user_status/l10n/zh_HK.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "您的狀態是自動設置的", "Clear status message" : "清空狀態訊息", "Set status message" : "設定狀態訊息", - "Don't clear" : "不要清空", - "Today" : "今日", - "This week" : "本星期", "Online" : "在線", "Away" : "離開", + "Busy" : "忙碌", "Do not disturb" : "請勿打擾", "Invisible" : "隱藏", "Offline" : "離線", "Set status" : "設定狀態", "There was an error saving the new status" : "儲存新狀態時發生錯誤", + "Don't clear" : "不要清空", "30 minutes" : "30分鐘", "1 hour" : "1 小時", "4 hours" : "4 小時", - "Busy" : "忙碌", + "Today" : "今日", + "This week" : "本星期", "Mute all notifications" : "靜音所有通知", "Appear offline" : "顯示為離線" }, diff --git a/apps/user_status/l10n/zh_HK.json b/apps/user_status/l10n/zh_HK.json index a95da1fa45c..60d14d4c8c0 100644 --- a/apps/user_status/l10n/zh_HK.json +++ b/apps/user_status/l10n/zh_HK.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "您的狀態是自動設置的", "Clear status message" : "清空狀態訊息", "Set status message" : "設定狀態訊息", - "Don't clear" : "不要清空", - "Today" : "今日", - "This week" : "本星期", "Online" : "在線", "Away" : "離開", + "Busy" : "忙碌", "Do not disturb" : "請勿打擾", "Invisible" : "隱藏", "Offline" : "離線", "Set status" : "設定狀態", "There was an error saving the new status" : "儲存新狀態時發生錯誤", + "Don't clear" : "不要清空", "30 minutes" : "30分鐘", "1 hour" : "1 小時", "4 hours" : "4 小時", - "Busy" : "忙碌", + "Today" : "今日", + "This week" : "本星期", "Mute all notifications" : "靜音所有通知", "Appear offline" : "顯示為離線" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_status/l10n/zh_TW.js b/apps/user_status/l10n/zh_TW.js index c4cd18345a5..0b4dc0c8250 100644 --- a/apps/user_status/l10n/zh_TW.js +++ b/apps/user_status/l10n/zh_TW.js @@ -31,20 +31,20 @@ OC.L10N.register( "Your status was set automatically" : "您的狀態為自動設定", "Clear status message" : "清除狀態訊息", "Set status message" : "設定狀態訊息", - "Don't clear" : "不要清除", - "Today" : "今天", - "This week" : "本週", "Online" : "上線", "Away" : "離開", + "Busy" : "忙碌", "Do not disturb" : "請勿打擾", "Invisible" : "隱藏", "Offline" : "離線", "Set status" : "設定狀態", "There was an error saving the new status" : "儲存新狀態時發生錯誤", + "Don't clear" : "不要清除", "30 minutes" : "30 分鐘", "1 hour" : "1 小時", "4 hours" : "4 小時", - "Busy" : "忙碌", + "Today" : "今天", + "This week" : "本週", "Mute all notifications" : "靜音所有通知", "Appear offline" : "顯示為離線" }, diff --git a/apps/user_status/l10n/zh_TW.json b/apps/user_status/l10n/zh_TW.json index 9e99204b682..99e3a71c051 100644 --- a/apps/user_status/l10n/zh_TW.json +++ b/apps/user_status/l10n/zh_TW.json @@ -29,20 +29,20 @@ "Your status was set automatically" : "您的狀態為自動設定", "Clear status message" : "清除狀態訊息", "Set status message" : "設定狀態訊息", - "Don't clear" : "不要清除", - "Today" : "今天", - "This week" : "本週", "Online" : "上線", "Away" : "離開", + "Busy" : "忙碌", "Do not disturb" : "請勿打擾", "Invisible" : "隱藏", "Offline" : "離線", "Set status" : "設定狀態", "There was an error saving the new status" : "儲存新狀態時發生錯誤", + "Don't clear" : "不要清除", "30 minutes" : "30 分鐘", "1 hour" : "1 小時", "4 hours" : "4 小時", - "Busy" : "忙碌", + "Today" : "今天", + "This week" : "本週", "Mute all notifications" : "靜音所有通知", "Appear offline" : "顯示為離線" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/core/l10n/ar.js b/core/l10n/ar.js index f36bcfe7cdc..255bb67cad5 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -165,6 +165,13 @@ OC.L10N.register( "Cannot install this app" : "لا يمكن تثبيت هذا التطبيق", "Skip" : "تخطي", "Install recommended apps" : "ثبت التطبيقات الاضافيه", + "Online" : "مُتّصلٌ", + "Away" : "بالخارج", + "Busy" : "مشغول", + "Do not disturb" : "الرجاء عدم الإزعاج", + "Mute all notifications" : "عدم إظهار جميع التنبيهات", + "Invisible" : "مخفي", + "Appear offline" : "الحالة غير متصل", "Avatar of {displayName}" : "صورة الملف الشخصي الرمزية لـ {displayName}", "Settings menu" : "قائمة الإعدادات", "Search contacts" : "بحث جهات الاتصال", @@ -376,7 +383,6 @@ OC.L10N.register( "Error fetching contact actions" : "حدث خطأ أثناء جلب إجراءات جهات الاتصال", "Non-existing tag #{tag}" : "وسم غير موجود #{tag}", "Restricted" : "مقيد", - "Invisible" : "مخفي", "Delete" : "إلغاء", "Rename" : "إعادة التسمية", "Collaborative tags" : "أوسمة تعاونية", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 2b18db75172..4a83d267d46 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -163,6 +163,13 @@ "Cannot install this app" : "لا يمكن تثبيت هذا التطبيق", "Skip" : "تخطي", "Install recommended apps" : "ثبت التطبيقات الاضافيه", + "Online" : "مُتّصلٌ", + "Away" : "بالخارج", + "Busy" : "مشغول", + "Do not disturb" : "الرجاء عدم الإزعاج", + "Mute all notifications" : "عدم إظهار جميع التنبيهات", + "Invisible" : "مخفي", + "Appear offline" : "الحالة غير متصل", "Avatar of {displayName}" : "صورة الملف الشخصي الرمزية لـ {displayName}", "Settings menu" : "قائمة الإعدادات", "Search contacts" : "بحث جهات الاتصال", @@ -374,7 +381,6 @@ "Error fetching contact actions" : "حدث خطأ أثناء جلب إجراءات جهات الاتصال", "Non-existing tag #{tag}" : "وسم غير موجود #{tag}", "Restricted" : "مقيد", - "Invisible" : "مخفي", "Delete" : "إلغاء", "Rename" : "إعادة التسمية", "Collaborative tags" : "أوسمة تعاونية", diff --git a/core/l10n/ast.js b/core/l10n/ast.js index 9e7e405b2e3..71f6509d463 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -153,6 +153,13 @@ OC.L10N.register( "Cannot install this app" : "Nun se pue instalar esta aplicación", "Skip" : "Saltar", "Install recommended apps" : "Instalar les aplicaciones aconseyaes", + "Online" : "En llinia", + "Away" : "Ausente", + "Busy" : "Ocupáu", + "Do not disturb" : "Nun molestar", + "Mute all notifications" : "Desactivar tolos avisos", + "Invisible" : "Invisible", + "Appear offline" : "Apaecer desconectáu", "Avatar of {displayName}" : "Avatar de: {displayName}", "Settings menu" : "Menú de configuración", "Search contacts" : "Buscar contautos", @@ -343,7 +350,6 @@ OC.L10N.register( "Error fetching contact actions" : "Hebo un error al dir en cata de les aiciones del contautu", "Non-existing tag #{tag}" : "Etiqueta inesistente #{tag}", "Restricted" : "Restrinxóse", - "Invisible" : "Invisible", "Delete" : "Desaniciar", "Rename" : "Renomar", "Collaborative tags" : "Etiquetes collaboratives", diff --git a/core/l10n/ast.json b/core/l10n/ast.json index 3a0722f0351..b383f52e266 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -151,6 +151,13 @@ "Cannot install this app" : "Nun se pue instalar esta aplicación", "Skip" : "Saltar", "Install recommended apps" : "Instalar les aplicaciones aconseyaes", + "Online" : "En llinia", + "Away" : "Ausente", + "Busy" : "Ocupáu", + "Do not disturb" : "Nun molestar", + "Mute all notifications" : "Desactivar tolos avisos", + "Invisible" : "Invisible", + "Appear offline" : "Apaecer desconectáu", "Avatar of {displayName}" : "Avatar de: {displayName}", "Settings menu" : "Menú de configuración", "Search contacts" : "Buscar contautos", @@ -341,7 +348,6 @@ "Error fetching contact actions" : "Hebo un error al dir en cata de les aiciones del contautu", "Non-existing tag #{tag}" : "Etiqueta inesistente #{tag}", "Restricted" : "Restrinxóse", - "Invisible" : "Invisible", "Delete" : "Desaniciar", "Rename" : "Renomar", "Collaborative tags" : "Etiquetes collaboratives", diff --git a/core/l10n/be.js b/core/l10n/be.js index bc951a0de15..9778dea4272 100644 --- a/core/l10n/be.js +++ b/core/l10n/be.js @@ -271,6 +271,13 @@ OC.L10N.register( "Skip" : "Прапусціць", "Installing apps …" : "Усталяванне праграм …", "Install recommended apps" : "Усталяваць рэкамендаваныя праграмы", + "Online" : "У сетцы", + "Away" : "Адышоў", + "Busy" : "Заняты", + "Do not disturb" : "Не турбаваць", + "Mute all notifications" : "Адключыць усе апавяшчэнні", + "Invisible" : "Нябачны", + "Appear offline" : "Паказваць \"Па-за сеткай\"", "Avatar of {displayName}" : "Аватар карыстальніка {displayName}", "Settings menu" : "Меню налад", "Loading your contacts …" : "Загрузка вашых кантактаў …", @@ -460,7 +467,6 @@ OC.L10N.register( "No action available" : "Няма даступных дзеянняў", "Non-existing tag #{tag}" : "Неіснуючы тэг #{tag}", "Restricted" : "Абмежавана", - "Invisible" : "Нябачны", "Delete" : "Выдаліць", "Rename" : "Перайменаваць", "Collaborative tags" : "Супольныя тэгі", diff --git a/core/l10n/be.json b/core/l10n/be.json index fec7f9375eb..7c68da5f089 100644 --- a/core/l10n/be.json +++ b/core/l10n/be.json @@ -269,6 +269,13 @@ "Skip" : "Прапусціць", "Installing apps …" : "Усталяванне праграм …", "Install recommended apps" : "Усталяваць рэкамендаваныя праграмы", + "Online" : "У сетцы", + "Away" : "Адышоў", + "Busy" : "Заняты", + "Do not disturb" : "Не турбаваць", + "Mute all notifications" : "Адключыць усе апавяшчэнні", + "Invisible" : "Нябачны", + "Appear offline" : "Паказваць \"Па-за сеткай\"", "Avatar of {displayName}" : "Аватар карыстальніка {displayName}", "Settings menu" : "Меню налад", "Loading your contacts …" : "Загрузка вашых кантактаў …", @@ -458,7 +465,6 @@ "No action available" : "Няма даступных дзеянняў", "Non-existing tag #{tag}" : "Неіснуючы тэг #{tag}", "Restricted" : "Абмежавана", - "Invisible" : "Нябачны", "Delete" : "Выдаліць", "Rename" : "Перайменаваць", "Collaborative tags" : "Супольныя тэгі", diff --git a/core/l10n/bg.js b/core/l10n/bg.js index a570770e384..1d638254d62 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -148,6 +148,11 @@ OC.L10N.register( "Cannot install this app" : "Това приложение не може да се инсталира", "Skip" : "Пропускане", "Install recommended apps" : "Инсталиране на препоръчаните приложения ", + "Online" : "На линия /онлайн/", + "Away" : "Винаги", + "Busy" : "Зает", + "Do not disturb" : "Не безпокой", + "Invisible" : "Невидим", "Settings menu" : "Настройки", "Search contacts" : "Търсене в контакти", "Reset search" : "Ново търсене", @@ -333,7 +338,6 @@ OC.L10N.register( "Error fetching contact actions" : "Грешка при извличането на действия за контакт", "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}", "Restricted" : "Ограничен", - "Invisible" : "Невидим", "Delete" : "Изтрий", "Rename" : "Преименувай", "Collaborative tags" : "Съвместни етикети", diff --git a/core/l10n/bg.json b/core/l10n/bg.json index 5828fdb2324..2394d6d2013 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -146,6 +146,11 @@ "Cannot install this app" : "Това приложение не може да се инсталира", "Skip" : "Пропускане", "Install recommended apps" : "Инсталиране на препоръчаните приложения ", + "Online" : "На линия /онлайн/", + "Away" : "Винаги", + "Busy" : "Зает", + "Do not disturb" : "Не безпокой", + "Invisible" : "Невидим", "Settings menu" : "Настройки", "Search contacts" : "Търсене в контакти", "Reset search" : "Ново търсене", @@ -331,7 +336,6 @@ "Error fetching contact actions" : "Грешка при извличането на действия за контакт", "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}", "Restricted" : "Ограничен", - "Invisible" : "Невидим", "Delete" : "Изтрий", "Rename" : "Преименувай", "Collaborative tags" : "Съвместни етикети", diff --git a/core/l10n/ca.js b/core/l10n/ca.js index a184114bac2..c7abecf2680 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -294,6 +294,11 @@ OC.L10N.register( "Skip" : "Omet", "Installing apps …" : "S'estan instal·lant les aplicacions …", "Install recommended apps" : "Instal·la les aplicacions recomanades", + "Online" : "En línia", + "Busy" : "Ocupat", + "Mute all notifications" : "Silencieu totes les notificacions", + "Invisible" : "Invisible", + "Appear offline" : "Apareixeu fora de línia", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de paràmetres", "Loading your contacts …" : "S'estan carregant els contactes …", @@ -519,7 +524,6 @@ OC.L10N.register( "Error fetching contact actions" : "S'ha produït un error en carregar les accions del contacte", "Non-existing tag #{tag}" : "L'etiqueta #{tag} no existeix", "Restricted" : "Restringit", - "Invisible" : "Invisible", "Delete" : "Suprimeix", "Rename" : "Canvia el nom", "Collaborative tags" : "Etiquetes col·laboratives", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index bfe546bab48..f7d4f163182 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -292,6 +292,11 @@ "Skip" : "Omet", "Installing apps …" : "S'estan instal·lant les aplicacions …", "Install recommended apps" : "Instal·la les aplicacions recomanades", + "Online" : "En línia", + "Busy" : "Ocupat", + "Mute all notifications" : "Silencieu totes les notificacions", + "Invisible" : "Invisible", + "Appear offline" : "Apareixeu fora de línia", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de paràmetres", "Loading your contacts …" : "S'estan carregant els contactes …", @@ -517,7 +522,6 @@ "Error fetching contact actions" : "S'ha produït un error en carregar les accions del contacte", "Non-existing tag #{tag}" : "L'etiqueta #{tag} no existeix", "Restricted" : "Restringit", - "Invisible" : "Invisible", "Delete" : "Suprimeix", "Rename" : "Canvia el nom", "Collaborative tags" : "Etiquetes col·laboratives", diff --git a/core/l10n/cs.js b/core/l10n/cs.js index cee0d26bac4..ce68079c39a 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Přeskočit", "Installing apps …" : "Instalace aplikací …", "Install recommended apps" : "Nainstalovat doporučené aplikace", + "Online" : "Online", + "Away" : "Pryč", + "Busy" : "Zaneprázdněn(a)", + "Do not disturb" : "Nerušit", + "Mute all notifications" : "Ztlumit veškerá upozornění", + "Invisible" : "Není vidět", + "Appear offline" : "Jevit se offline", "Avatar of {displayName}" : "Zástupný obrázek {displayName}", "Settings menu" : "Nabídka nastavení", "Loading your contacts …" : "Načítání vašich kontaktů …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Chyba při získávání akcí kontaktů", "Non-existing tag #{tag}" : "Neexistující štítek #{tag}", "Restricted" : "Omezeno", - "Invisible" : "Není vidět", "Delete" : "Smazat", "Rename" : "Přejmenovat", "Collaborative tags" : "Štítky pro spolupráci", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 7914a5d86cb..4f8de7ef9e9 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -293,6 +293,13 @@ "Skip" : "Přeskočit", "Installing apps …" : "Instalace aplikací …", "Install recommended apps" : "Nainstalovat doporučené aplikace", + "Online" : "Online", + "Away" : "Pryč", + "Busy" : "Zaneprázdněn(a)", + "Do not disturb" : "Nerušit", + "Mute all notifications" : "Ztlumit veškerá upozornění", + "Invisible" : "Není vidět", + "Appear offline" : "Jevit se offline", "Avatar of {displayName}" : "Zástupný obrázek {displayName}", "Settings menu" : "Nabídka nastavení", "Loading your contacts …" : "Načítání vašich kontaktů …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Chyba při získávání akcí kontaktů", "Non-existing tag #{tag}" : "Neexistující štítek #{tag}", "Restricted" : "Omezeno", - "Invisible" : "Není vidět", "Delete" : "Smazat", "Rename" : "Přejmenovat", "Collaborative tags" : "Štítky pro spolupráci", diff --git a/core/l10n/da.js b/core/l10n/da.js index 01d6b237c2a..2a6c34a885c 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Spring over", "Installing apps …" : "Installerer apps ...", "Install recommended apps" : "Installer anbefalede apps", + "Online" : "Online", + "Away" : "Ikke tilstede", + "Busy" : "Optaget", + "Do not disturb" : "Forstyr ikke", + "Mute all notifications" : "Vis ikke notifikationer", + "Invisible" : "Usynlig", + "Appear offline" : "Er offline", "Avatar of {displayName}" : "Avatar af {displayName}", "Settings menu" : "Indstillingsmenu", "Loading your contacts …" : "Indlæser kontakter ...", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Kunne ikke hente kontakt funktioner", "Non-existing tag #{tag}" : "Ikke-eksisterende mærke #{tag}", "Restricted" : "Begrænset", - "Invisible" : "Usynlig", "Delete" : "Slet", "Rename" : "Omdøb", "Collaborative tags" : "Collaborative tags", diff --git a/core/l10n/da.json b/core/l10n/da.json index 200b7896f88..4aeed047e2e 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -291,6 +291,13 @@ "Skip" : "Spring over", "Installing apps …" : "Installerer apps ...", "Install recommended apps" : "Installer anbefalede apps", + "Online" : "Online", + "Away" : "Ikke tilstede", + "Busy" : "Optaget", + "Do not disturb" : "Forstyr ikke", + "Mute all notifications" : "Vis ikke notifikationer", + "Invisible" : "Usynlig", + "Appear offline" : "Er offline", "Avatar of {displayName}" : "Avatar af {displayName}", "Settings menu" : "Indstillingsmenu", "Loading your contacts …" : "Indlæser kontakter ...", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Kunne ikke hente kontakt funktioner", "Non-existing tag #{tag}" : "Ikke-eksisterende mærke #{tag}", "Restricted" : "Begrænset", - "Invisible" : "Usynlig", "Delete" : "Slet", "Rename" : "Omdøb", "Collaborative tags" : "Collaborative tags", diff --git a/core/l10n/de.js b/core/l10n/de.js index 2a8716b3984..9fb88b54328 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Überspringen", "Installing apps …" : "Installiere Apps …", "Install recommended apps" : "Empfohlene Apps installieren", + "Online" : "Online", + "Away" : "Abwesend", + "Busy" : "Beschäftigt", + "Do not disturb" : "Bitte nicht stören", + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Invisible" : "Unsichtbar", + "Appear offline" : "Offline erscheinen", "Avatar of {displayName}" : "Avatar von {displayName}", "Settings menu" : "Einstellungen-Menü", "Loading your contacts …" : "Lade deine Kontakte …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen", "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}", "Restricted" : "Eingeschränkt", - "Invisible" : "Unsichtbar", "Delete" : "Löschen", "Rename" : "Umbenennen", "Collaborative tags" : "Kollaborative Schlagworte", diff --git a/core/l10n/de.json b/core/l10n/de.json index c6f81a4c976..56afda0e302 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -293,6 +293,13 @@ "Skip" : "Überspringen", "Installing apps …" : "Installiere Apps …", "Install recommended apps" : "Empfohlene Apps installieren", + "Online" : "Online", + "Away" : "Abwesend", + "Busy" : "Beschäftigt", + "Do not disturb" : "Bitte nicht stören", + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Invisible" : "Unsichtbar", + "Appear offline" : "Offline erscheinen", "Avatar of {displayName}" : "Avatar von {displayName}", "Settings menu" : "Einstellungen-Menü", "Loading your contacts …" : "Lade deine Kontakte …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen", "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}", "Restricted" : "Eingeschränkt", - "Invisible" : "Unsichtbar", "Delete" : "Löschen", "Rename" : "Umbenennen", "Collaborative tags" : "Kollaborative Schlagworte", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index f24773a0e95..228072d23b6 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Überspringen", "Installing apps …" : "Installiere Apps …", "Install recommended apps" : "Empfohlene Apps installieren", + "Online" : "Online", + "Away" : "Abwesend", + "Busy" : "Beschäftigt", + "Do not disturb" : "Nicht stören", + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Invisible" : "Unsichtbar", + "Appear offline" : "Offline erscheinen", "Avatar of {displayName}" : "Avatar von {displayName}", "Settings menu" : "Einstellungen-Menü", "Loading your contacts …" : "Lade Ihre Kontakte …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen", "Non-existing tag #{tag}" : "Nicht existierendes Schlagwort #{tag}", "Restricted" : "Eingeschränkt", - "Invisible" : "Unsichtbar", "Delete" : "Löschen", "Rename" : "Umbenennen", "Collaborative tags" : "Kollaborative Schlagworte", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 2ab10138533..bc5e7d72142 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -293,6 +293,13 @@ "Skip" : "Überspringen", "Installing apps …" : "Installiere Apps …", "Install recommended apps" : "Empfohlene Apps installieren", + "Online" : "Online", + "Away" : "Abwesend", + "Busy" : "Beschäftigt", + "Do not disturb" : "Nicht stören", + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Invisible" : "Unsichtbar", + "Appear offline" : "Offline erscheinen", "Avatar of {displayName}" : "Avatar von {displayName}", "Settings menu" : "Einstellungen-Menü", "Loading your contacts …" : "Lade Ihre Kontakte …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen", "Non-existing tag #{tag}" : "Nicht existierendes Schlagwort #{tag}", "Restricted" : "Eingeschränkt", - "Invisible" : "Unsichtbar", "Delete" : "Löschen", "Rename" : "Umbenennen", "Collaborative tags" : "Kollaborative Schlagworte", diff --git a/core/l10n/el.js b/core/l10n/el.js index bd6e543d90d..3f71396b87a 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -293,6 +293,11 @@ OC.L10N.register( "Skip" : "Παράλειψη", "Installing apps …" : "Εγκατάσταση εφαρμογών …", "Install recommended apps" : "Εγκατάσταση προτεινόμενων εφαρμογών", + "Online" : "Σε σύνδεση", + "Away" : "Λείπω", + "Busy" : "Απασχολημένος", + "Do not disturb" : "Μην ενοχλείτε", + "Invisible" : "Αόρατο", "Avatar of {displayName}" : "Avatar του {displayName}", "Settings menu" : "Μενού ρυθμίσεων", "Loading your contacts …" : "Φόρτωση των επαφών σας …", @@ -516,7 +521,6 @@ OC.L10N.register( "Error fetching contact actions" : "Σφάλμα κατά την λήψη ενεργειών της επαφής", "Non-existing tag #{tag}" : "Μη υπάρχουσα ετικέτα #{tag}", "Restricted" : "Περιορισμένο", - "Invisible" : "Αόρατο", "Delete" : "Διαγραφή", "Rename" : "Μετονομασία", "Collaborative tags" : "Συνεργατικές ετικέτες", diff --git a/core/l10n/el.json b/core/l10n/el.json index 00dd741a61b..011edc54c7a 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -291,6 +291,11 @@ "Skip" : "Παράλειψη", "Installing apps …" : "Εγκατάσταση εφαρμογών …", "Install recommended apps" : "Εγκατάσταση προτεινόμενων εφαρμογών", + "Online" : "Σε σύνδεση", + "Away" : "Λείπω", + "Busy" : "Απασχολημένος", + "Do not disturb" : "Μην ενοχλείτε", + "Invisible" : "Αόρατο", "Avatar of {displayName}" : "Avatar του {displayName}", "Settings menu" : "Μενού ρυθμίσεων", "Loading your contacts …" : "Φόρτωση των επαφών σας …", @@ -514,7 +519,6 @@ "Error fetching contact actions" : "Σφάλμα κατά την λήψη ενεργειών της επαφής", "Non-existing tag #{tag}" : "Μη υπάρχουσα ετικέτα #{tag}", "Restricted" : "Περιορισμένο", - "Invisible" : "Αόρατο", "Delete" : "Διαγραφή", "Rename" : "Μετονομασία", "Collaborative tags" : "Συνεργατικές ετικέτες", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 3950dd6e6ff..db7c8253fe2 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Skip", "Installing apps …" : "Installing apps …", "Install recommended apps" : "Install recommended apps", + "Online" : "Online", + "Away" : "Away", + "Busy" : "Busy", + "Do not disturb" : "Do not disturb", + "Mute all notifications" : "Mute all notifications", + "Invisible" : "Invisible", + "Appear offline" : "Appear offline", "Avatar of {displayName}" : "Avatar of {displayName}", "Settings menu" : "Settings menu", "Loading your contacts …" : "Loading your contacts …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Error fetching contact actions", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", "Restricted" : "Restricted", - "Invisible" : "Invisible", "Delete" : "Delete", "Rename" : "Rename", "Collaborative tags" : "Collaborative tags", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index d3c1fcaf7a5..c91591893b9 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -293,6 +293,13 @@ "Skip" : "Skip", "Installing apps …" : "Installing apps …", "Install recommended apps" : "Install recommended apps", + "Online" : "Online", + "Away" : "Away", + "Busy" : "Busy", + "Do not disturb" : "Do not disturb", + "Mute all notifications" : "Mute all notifications", + "Invisible" : "Invisible", + "Appear offline" : "Appear offline", "Avatar of {displayName}" : "Avatar of {displayName}", "Settings menu" : "Settings menu", "Loading your contacts …" : "Loading your contacts …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Error fetching contact actions", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", "Restricted" : "Restricted", - "Invisible" : "Invisible", "Delete" : "Delete", "Rename" : "Rename", "Collaborative tags" : "Collaborative tags", diff --git a/core/l10n/eo.js b/core/l10n/eo.js index afc2144f394..90cc7a492f2 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -125,6 +125,8 @@ OC.L10N.register( "Cannot install this app" : "La instalado de tiu aplikaĵo ne eblas", "Skip" : "Preterpasi", "Install recommended apps" : "Instali rekomendatajn aplikaĵojn", + "Busy" : "Okupita", + "Invisible" : "Nevidebla", "Avatar of {displayName}" : "Avataro de {displayName}", "Settings menu" : "Menuo de agordo", "Reset search" : "Restarigi serĉon", @@ -297,7 +299,6 @@ OC.L10N.register( "Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj", "Non-existing tag #{tag}" : "Ne ekzistas etikedo #{tag}", "Restricted" : "Limigita", - "Invisible" : "Nevidebla", "Delete" : "Forigi", "Rename" : "Alinomi", "Collaborative tags" : "Kunlaboraj etikedoj", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 274c0797820..9adc76cefca 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -123,6 +123,8 @@ "Cannot install this app" : "La instalado de tiu aplikaĵo ne eblas", "Skip" : "Preterpasi", "Install recommended apps" : "Instali rekomendatajn aplikaĵojn", + "Busy" : "Okupita", + "Invisible" : "Nevidebla", "Avatar of {displayName}" : "Avataro de {displayName}", "Settings menu" : "Menuo de agordo", "Reset search" : "Restarigi serĉon", @@ -295,7 +297,6 @@ "Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj", "Non-existing tag #{tag}" : "Ne ekzistas etikedo #{tag}", "Restricted" : "Limigita", - "Invisible" : "Nevidebla", "Delete" : "Forigi", "Rename" : "Alinomi", "Collaborative tags" : "Kunlaboraj etikedoj", diff --git a/core/l10n/es.js b/core/l10n/es.js index cbd8c1ca36e..772c45c8137 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Saltar", "Installing apps …" : "Instalando apps …", "Install recommended apps" : "Instalar las aplicaciones recomendadas", + "Online" : "En línea", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "No molestar", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Invisible" : "Invisible", + "Appear offline" : "Aparecer como desconectado", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de configuraciones", "Loading your contacts …" : "Cargando tus contactos …", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Error recuperando las acciones de los contactos", "Non-existing tag #{tag}" : "Categoría #{tag} no existente", "Restricted" : "Restringido", - "Invisible" : "Invisible", "Delete" : "Eliminar", "Rename" : "Renombrar", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/es.json b/core/l10n/es.json index 19791756ca3..6f24a9d022c 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -291,6 +291,13 @@ "Skip" : "Saltar", "Installing apps …" : "Instalando apps …", "Install recommended apps" : "Instalar las aplicaciones recomendadas", + "Online" : "En línea", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "No molestar", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Invisible" : "Invisible", + "Appear offline" : "Aparecer como desconectado", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de configuraciones", "Loading your contacts …" : "Cargando tus contactos …", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Error recuperando las acciones de los contactos", "Non-existing tag #{tag}" : "Categoría #{tag} no existente", "Restricted" : "Restringido", - "Invisible" : "Invisible", "Delete" : "Eliminar", "Rename" : "Renombrar", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js index 73fbcbbb5f7..42f7e6b7f3d 100644 --- a/core/l10n/es_EC.js +++ b/core/l10n/es_EC.js @@ -125,6 +125,13 @@ OC.L10N.register( "Cannot install this app" : "No se puede instalar esta aplicación", "Skip" : "Omitir", "Install recommended apps" : "Instalar aplicaciones recomendadas", + "Online" : "En línea", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "No molestar", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Invisible" : "Invisible", + "Appear offline" : "Aparecer como desconectado", "Settings menu" : "Menú de Configuraciones", "Search contacts" : "Buscar contactos", "Reset search" : "Reestablecer búsqueda", @@ -307,7 +314,6 @@ OC.L10N.register( "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", "Restricted" : "Restringido", - "Invisible" : "Invisible", "Delete" : "Borrar", "Rename" : "Renombrar", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/es_EC.json b/core/l10n/es_EC.json index 4f384d5317e..8138c26f9ef 100644 --- a/core/l10n/es_EC.json +++ b/core/l10n/es_EC.json @@ -123,6 +123,13 @@ "Cannot install this app" : "No se puede instalar esta aplicación", "Skip" : "Omitir", "Install recommended apps" : "Instalar aplicaciones recomendadas", + "Online" : "En línea", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "No molestar", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Invisible" : "Invisible", + "Appear offline" : "Aparecer como desconectado", "Settings menu" : "Menú de Configuraciones", "Search contacts" : "Buscar contactos", "Reset search" : "Reestablecer búsqueda", @@ -305,7 +312,6 @@ "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", "Restricted" : "Restringido", - "Invisible" : "Invisible", "Delete" : "Borrar", "Rename" : "Renombrar", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 8244dcdbd34..41b28db5b3d 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -163,6 +163,13 @@ OC.L10N.register( "Cannot install this app" : "No se puede instalar esta aplicación", "Skip" : "Saltar", "Install recommended apps" : "Instalar las aplicaciones recomendadas", + "Online" : "En línea", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "No molestar", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Invisible" : "Invisible", + "Appear offline" : "Aparecer como desconectado", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de Configuraciones", "Search contacts" : "Buscar contactos", @@ -356,7 +363,6 @@ OC.L10N.register( "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", "Restricted" : "Restringido", - "Invisible" : "Invisible", "Delete" : "Borrar", "Rename" : "Renombrar", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 0cb047548fb..c997d0f2be0 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -161,6 +161,13 @@ "Cannot install this app" : "No se puede instalar esta aplicación", "Skip" : "Saltar", "Install recommended apps" : "Instalar las aplicaciones recomendadas", + "Online" : "En línea", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "No molestar", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Invisible" : "Invisible", + "Appear offline" : "Aparecer como desconectado", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de Configuraciones", "Search contacts" : "Buscar contactos", @@ -354,7 +361,6 @@ "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", "Restricted" : "Restringido", - "Invisible" : "Invisible", "Delete" : "Borrar", "Rename" : "Renombrar", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index 9aa409eab56..59840fa7bc9 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Jäta vahele", "Installing apps …" : "Paigaldan rakendusi…", "Install recommended apps" : "Paigalda soovitatud rakendused", + "Online" : "Võrgus", + "Away" : "Eemal", + "Busy" : "Hõivatud", + "Do not disturb" : "Ära sega", + "Mute all notifications" : "Sellega summutad teavitused", + "Invisible" : "Nähtamatu", + "Appear offline" : "Sellega paistad olema võrgust väljas", "Avatar of {displayName}" : "Kasutaja „{displayName}“ tunnuspilt", "Settings menu" : "Seadistuste menüü", "Loading your contacts …" : "Laadin sinu kontakte…", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Viga kontakti toimingute laadimisel", "Non-existing tag #{tag}" : "Olematu silt #{tag}", "Restricted" : "Piiratud", - "Invisible" : "Nähtamatu", "Delete" : "Kustuta", "Rename" : "Muuda nime", "Collaborative tags" : "Koostöö sildid", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index 00b023a2c2d..91ad3c6c36d 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -293,6 +293,13 @@ "Skip" : "Jäta vahele", "Installing apps …" : "Paigaldan rakendusi…", "Install recommended apps" : "Paigalda soovitatud rakendused", + "Online" : "Võrgus", + "Away" : "Eemal", + "Busy" : "Hõivatud", + "Do not disturb" : "Ära sega", + "Mute all notifications" : "Sellega summutad teavitused", + "Invisible" : "Nähtamatu", + "Appear offline" : "Sellega paistad olema võrgust väljas", "Avatar of {displayName}" : "Kasutaja „{displayName}“ tunnuspilt", "Settings menu" : "Seadistuste menüü", "Loading your contacts …" : "Laadin sinu kontakte…", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Viga kontakti toimingute laadimisel", "Non-existing tag #{tag}" : "Olematu silt #{tag}", "Restricted" : "Piiratud", - "Invisible" : "Nähtamatu", "Delete" : "Kustuta", "Rename" : "Muuda nime", "Collaborative tags" : "Koostöö sildid", diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 87c42f3bfdf..30290f1d637 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -286,6 +286,12 @@ OC.L10N.register( "Cannot install this app" : "Ezin da aplikazio hau instalatu", "Skip" : "Saltatu", "Install recommended apps" : "Instalatu gomendatutako aplikazioak", + "Online" : "Linean", + "Away" : "Kanpoan", + "Busy" : "Lanpetua", + "Do not disturb" : "Ez molestatu", + "Mute all notifications" : "Isilarazi jakinarazpen guztiak", + "Invisible" : "Ikusezina", "Avatar of {displayName}" : "{displayName}-(r)en avatarra", "Settings menu" : "Ezarpenen menua", "Search contacts" : "Bilatu kontaktuak", @@ -503,7 +509,6 @@ OC.L10N.register( "Error fetching contact actions" : "Errorea kontaktu-ekintzak eskuratzean", "Non-existing tag #{tag}" : "#{tag} ez da existitzen", "Restricted" : "Mugatua", - "Invisible" : "Ikusezina", "Delete" : "Ezabatu", "Rename" : "Berrizendatu", "Collaborative tags" : "Elkarlaneko etiketak", diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 48f418301e0..d2296fe9c47 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -284,6 +284,12 @@ "Cannot install this app" : "Ezin da aplikazio hau instalatu", "Skip" : "Saltatu", "Install recommended apps" : "Instalatu gomendatutako aplikazioak", + "Online" : "Linean", + "Away" : "Kanpoan", + "Busy" : "Lanpetua", + "Do not disturb" : "Ez molestatu", + "Mute all notifications" : "Isilarazi jakinarazpen guztiak", + "Invisible" : "Ikusezina", "Avatar of {displayName}" : "{displayName}-(r)en avatarra", "Settings menu" : "Ezarpenen menua", "Search contacts" : "Bilatu kontaktuak", @@ -501,7 +507,6 @@ "Error fetching contact actions" : "Errorea kontaktu-ekintzak eskuratzean", "Non-existing tag #{tag}" : "#{tag} ez da existitzen", "Restricted" : "Mugatua", - "Invisible" : "Ikusezina", "Delete" : "Ezabatu", "Rename" : "Berrizendatu", "Collaborative tags" : "Elkarlaneko etiketak", diff --git a/core/l10n/fa.js b/core/l10n/fa.js index b3d1b685819..33960f3e546 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -284,6 +284,13 @@ OC.L10N.register( "Cannot install this app" : "نمی توان این برنامه را نصب کرد.", "Skip" : "پرش.", "Install recommended apps" : "نصب کاره‌های پیشنهادی.", + "Online" : "برخط", + "Away" : "دور از دسترس", + "Busy" : "مشغول", + "Do not disturb" : "مزاحم نشوید", + "Mute all notifications" : "خاموش کردن همه اعلانات", + "Invisible" : "غیر قابل مشاهده", + "Appear offline" : "نمایش آفلاین", "Avatar of {displayName}" : "نمایه {displayName}.", "Settings menu" : "فهرست تنظیمات.", "Search contacts" : "جستجوی مخاطبین.", @@ -494,7 +501,6 @@ OC.L10N.register( "Error fetching contact actions" : "خطا در دریافت فعالیتهای تماس", "Non-existing tag #{tag}" : "برچسب غیر موجود #{tag}", "Restricted" : "محدود شده", - "Invisible" : "غیر قابل مشاهده", "Delete" : "حذف", "Rename" : "تغییرنام", "Collaborative tags" : "برچسب های همکاری", diff --git a/core/l10n/fa.json b/core/l10n/fa.json index 5a46994ec01..28502620563 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -282,6 +282,13 @@ "Cannot install this app" : "نمی توان این برنامه را نصب کرد.", "Skip" : "پرش.", "Install recommended apps" : "نصب کاره‌های پیشنهادی.", + "Online" : "برخط", + "Away" : "دور از دسترس", + "Busy" : "مشغول", + "Do not disturb" : "مزاحم نشوید", + "Mute all notifications" : "خاموش کردن همه اعلانات", + "Invisible" : "غیر قابل مشاهده", + "Appear offline" : "نمایش آفلاین", "Avatar of {displayName}" : "نمایه {displayName}.", "Settings menu" : "فهرست تنظیمات.", "Search contacts" : "جستجوی مخاطبین.", @@ -492,7 +499,6 @@ "Error fetching contact actions" : "خطا در دریافت فعالیتهای تماس", "Non-existing tag #{tag}" : "برچسب غیر موجود #{tag}", "Restricted" : "محدود شده", - "Invisible" : "غیر قابل مشاهده", "Delete" : "حذف", "Rename" : "تغییرنام", "Collaborative tags" : "برچسب های همکاری", diff --git a/core/l10n/fi.js b/core/l10n/fi.js index ddd2de3e115..adbdecc982c 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -247,6 +247,11 @@ OC.L10N.register( "Cannot install this app" : "Tätä sovellusta ei voi asentaa", "Skip" : "Ohita", "Install recommended apps" : "Asenna suositellut sovellukset", + "Online" : "Online", + "Busy" : "Varattu", + "Mute all notifications" : "Mykistä kaikki ilmoitukset", + "Invisible" : "Näkymätön", + "Appear offline" : "Näytä olevan poissa", "Settings menu" : "Asetusvalikko", "Search contacts" : "Etsi yhteystietoja", "Reset search" : "Tyhjennä haku", @@ -455,7 +460,6 @@ OC.L10N.register( "Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa", "Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}", "Restricted" : "Rajoitettu", - "Invisible" : "Näkymätön", "Delete" : "Poista", "Rename" : "Nimeä uudelleen", "Collaborative tags" : "Yhteistyölliset tunnisteet", diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 78adfc5c22b..1f5cab470a4 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -245,6 +245,11 @@ "Cannot install this app" : "Tätä sovellusta ei voi asentaa", "Skip" : "Ohita", "Install recommended apps" : "Asenna suositellut sovellukset", + "Online" : "Online", + "Busy" : "Varattu", + "Mute all notifications" : "Mykistä kaikki ilmoitukset", + "Invisible" : "Näkymätön", + "Appear offline" : "Näytä olevan poissa", "Settings menu" : "Asetusvalikko", "Search contacts" : "Etsi yhteystietoja", "Reset search" : "Tyhjennä haku", @@ -453,7 +458,6 @@ "Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa", "Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}", "Restricted" : "Rajoitettu", - "Invisible" : "Näkymätön", "Delete" : "Poista", "Rename" : "Nimeä uudelleen", "Collaborative tags" : "Yhteistyölliset tunnisteet", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 2bf86ffeca2..128c9eb81d0 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -294,6 +294,13 @@ OC.L10N.register( "Skip" : "Ignorer", "Installing apps …" : "Installation des applis en cours ...", "Install recommended apps" : "Installer les applications recommandées", + "Online" : "En ligne", + "Away" : "Absent·e", + "Busy" : "Occupé", + "Do not disturb" : "Ne pas déranger", + "Mute all notifications" : "Désactiver les notifications", + "Invisible" : "Invisible", + "Appear offline" : "Apparaître hors-ligne", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menu des paramètres", "Loading your contacts …" : "Chargement de vos contacts ...", @@ -517,7 +524,6 @@ OC.L10N.register( "Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact", "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante", "Restricted" : "Restreint", - "Invisible" : "Invisible", "Delete" : "Supprimer", "Rename" : "Renommer", "Collaborative tags" : "Étiquettes collaboratives ", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index c9483898a36..c996ea09b3f 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -292,6 +292,13 @@ "Skip" : "Ignorer", "Installing apps …" : "Installation des applis en cours ...", "Install recommended apps" : "Installer les applications recommandées", + "Online" : "En ligne", + "Away" : "Absent·e", + "Busy" : "Occupé", + "Do not disturb" : "Ne pas déranger", + "Mute all notifications" : "Désactiver les notifications", + "Invisible" : "Invisible", + "Appear offline" : "Apparaître hors-ligne", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menu des paramètres", "Loading your contacts …" : "Chargement de vos contacts ...", @@ -515,7 +522,6 @@ "Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact", "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante", "Restricted" : "Restreint", - "Invisible" : "Invisible", "Delete" : "Supprimer", "Rename" : "Renommer", "Collaborative tags" : "Étiquettes collaboratives ", diff --git a/core/l10n/ga.js b/core/l10n/ga.js index dd86b51fb8d..2e2b74bf13b 100644 --- a/core/l10n/ga.js +++ b/core/l10n/ga.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Scipeáil", "Installing apps …" : "Ag suiteáil aipeanna …", "Install recommended apps" : "Suiteáil aipeanna molta", + "Online" : "Ar líne", + "Away" : "Amach", + "Busy" : "Gnóthach", + "Do not disturb" : "Ná cur as", + "Mute all notifications" : "Balbhaigh gach fógra", + "Invisible" : "Dofheicthe", + "Appear offline" : "Le feiceáil as líne", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Roghchlár socruithe", "Loading your contacts …" : "Ag lódáil do theagmhálaithe …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Earráid agus gníomhartha teagmhála á bhfáil", "Non-existing tag #{tag}" : "Clib nach bhfuil ann #{tag}", "Restricted" : "Srianta", - "Invisible" : "Dofheicthe", "Delete" : "Scrios", "Rename" : "Athainmnigh", "Collaborative tags" : "Clibeanna comhoibríocha", diff --git a/core/l10n/ga.json b/core/l10n/ga.json index 679e7785d5a..89985c8f92e 100644 --- a/core/l10n/ga.json +++ b/core/l10n/ga.json @@ -293,6 +293,13 @@ "Skip" : "Scipeáil", "Installing apps …" : "Ag suiteáil aipeanna …", "Install recommended apps" : "Suiteáil aipeanna molta", + "Online" : "Ar líne", + "Away" : "Amach", + "Busy" : "Gnóthach", + "Do not disturb" : "Ná cur as", + "Mute all notifications" : "Balbhaigh gach fógra", + "Invisible" : "Dofheicthe", + "Appear offline" : "Le feiceáil as líne", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Roghchlár socruithe", "Loading your contacts …" : "Ag lódáil do theagmhálaithe …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Earráid agus gníomhartha teagmhála á bhfáil", "Non-existing tag #{tag}" : "Clib nach bhfuil ann #{tag}", "Restricted" : "Srianta", - "Invisible" : "Dofheicthe", "Delete" : "Scrios", "Rename" : "Athainmnigh", "Collaborative tags" : "Clibeanna comhoibríocha", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index cfa494a42d2..087342a5df7 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Omitir", "Installing apps …" : "Instalando aplicacións…", "Install recommended apps" : "Instalar aplicacións recomendadas", + "Online" : "En liña", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "Non molestar", + "Mute all notifications" : "Silenciar todas as notificacións", + "Invisible" : "Invisíbel", + "Appear offline" : "Aparecer como sen conexión", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de axustes", "Loading your contacts …" : "Cargando os seus contactos…", @@ -493,7 +500,7 @@ OC.L10N.register( "Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor", "For more details see the {linkstart}documentation ↗{linkend}." : "Para obter máis detalles revise a {linkstart}documentación ↗{linkend}.", "unknown text" : "texto descoñecido", - "Hello world!" : "Ola xente!", + "Hello world!" : "Ola mundo!", "sunny" : "soleado", "Hello {name}, the weather is {weather}" : "Ola {name}, a situación meteorolóxica é {weather}", "Hello {name}" : "Ola {name}", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Produciuse un erro ao recuperar as accións do contacto", "Non-existing tag #{tag}" : "A etiqueta #{tag} non existe", "Restricted" : "Restrinxida", - "Invisible" : "Invisíbel", "Delete" : "Eliminar", "Rename" : "Cambiar o nome", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 66dd3621a8d..b70d84fd34d 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -293,6 +293,13 @@ "Skip" : "Omitir", "Installing apps …" : "Instalando aplicacións…", "Install recommended apps" : "Instalar aplicacións recomendadas", + "Online" : "En liña", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "Non molestar", + "Mute all notifications" : "Silenciar todas as notificacións", + "Invisible" : "Invisíbel", + "Appear offline" : "Aparecer como sen conexión", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menú de axustes", "Loading your contacts …" : "Cargando os seus contactos…", @@ -491,7 +498,7 @@ "Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor", "For more details see the {linkstart}documentation ↗{linkend}." : "Para obter máis detalles revise a {linkstart}documentación ↗{linkend}.", "unknown text" : "texto descoñecido", - "Hello world!" : "Ola xente!", + "Hello world!" : "Ola mundo!", "sunny" : "soleado", "Hello {name}, the weather is {weather}" : "Ola {name}, a situación meteorolóxica é {weather}", "Hello {name}" : "Ola {name}", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Produciuse un erro ao recuperar as accións do contacto", "Non-existing tag #{tag}" : "A etiqueta #{tag} non existe", "Restricted" : "Restrinxida", - "Invisible" : "Invisíbel", "Delete" : "Eliminar", "Rename" : "Cambiar o nome", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/he.js b/core/l10n/he.js index 8c7411b3798..e7cf48d7bde 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -100,6 +100,12 @@ OC.L10N.register( "App download or installation failed" : "הורדת או התקנת היישומון נכשלה", "Skip" : "דלג", "Install recommended apps" : "התקנת יישומונים מומלצים", + "Online" : "מקוון", + "Away" : "לא פה", + "Busy" : "עסוק", + "Mute all notifications" : "השתקת כל ההתראות", + "Invisible" : "נסתרת", + "Appear offline" : "להופיע במצב בלתי מקוון", "Settings menu" : "תפריט הגדרות", "Reset search" : "איפוס החיפוש", "Could not load your contacts" : "לא ניתן לטעון את אנשי הקשר שלך", @@ -263,7 +269,6 @@ OC.L10N.register( "Error fetching contact actions" : "שגיאה בקבלת פעולות אנשי הקשר", "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}", "Restricted" : "מוגבלת", - "Invisible" : "נסתרת", "Delete" : "מחיקה", "Rename" : "שינוי שם", "Collaborative tags" : "תגיות שיתופיות", diff --git a/core/l10n/he.json b/core/l10n/he.json index 765bddf027e..81f63a8d666 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -98,6 +98,12 @@ "App download or installation failed" : "הורדת או התקנת היישומון נכשלה", "Skip" : "דלג", "Install recommended apps" : "התקנת יישומונים מומלצים", + "Online" : "מקוון", + "Away" : "לא פה", + "Busy" : "עסוק", + "Mute all notifications" : "השתקת כל ההתראות", + "Invisible" : "נסתרת", + "Appear offline" : "להופיע במצב בלתי מקוון", "Settings menu" : "תפריט הגדרות", "Reset search" : "איפוס החיפוש", "Could not load your contacts" : "לא ניתן לטעון את אנשי הקשר שלך", @@ -261,7 +267,6 @@ "Error fetching contact actions" : "שגיאה בקבלת פעולות אנשי הקשר", "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}", "Restricted" : "מוגבלת", - "Invisible" : "נסתרת", "Delete" : "מחיקה", "Rename" : "שינוי שם", "Collaborative tags" : "תגיות שיתופיות", diff --git a/core/l10n/hr.js b/core/l10n/hr.js index a1f158c1cbb..2576f532167 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -108,6 +108,8 @@ OC.L10N.register( "Cannot install this app" : "Ovu aplikaciju nije moguće instalirati", "Skip" : "Preskoči", "Install recommended apps" : "Instaliraj preporučene aplikacije", + "Busy" : "Zauzeto", + "Invisible" : "Nevidljiva", "Settings menu" : "Izbornik postavki", "Reset search" : "Resetiraj pretraživanje", "Could not load your contacts" : "Učitavanje vaših kontakata trenutno nije moguće", @@ -274,7 +276,6 @@ OC.L10N.register( "Error fetching contact actions" : "Pogreška pri dohvaćanju radnji kontakata", "Non-existing tag #{tag}" : "Nepostojeća oznaka #{tag}", "Restricted" : "Ograničeno", - "Invisible" : "Nevidljiva", "Delete" : "Izbriši", "Rename" : "Preimenuj", "Collaborative tags" : "Oznake za suradnju", diff --git a/core/l10n/hr.json b/core/l10n/hr.json index b6e2a75370b..e1779273655 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -106,6 +106,8 @@ "Cannot install this app" : "Ovu aplikaciju nije moguće instalirati", "Skip" : "Preskoči", "Install recommended apps" : "Instaliraj preporučene aplikacije", + "Busy" : "Zauzeto", + "Invisible" : "Nevidljiva", "Settings menu" : "Izbornik postavki", "Reset search" : "Resetiraj pretraživanje", "Could not load your contacts" : "Učitavanje vaših kontakata trenutno nije moguće", @@ -272,7 +274,6 @@ "Error fetching contact actions" : "Pogreška pri dohvaćanju radnji kontakata", "Non-existing tag #{tag}" : "Nepostojeća oznaka #{tag}", "Restricted" : "Ograničeno", - "Invisible" : "Nevidljiva", "Delete" : "Izbriši", "Rename" : "Preimenuj", "Collaborative tags" : "Oznake za suradnju", diff --git a/core/l10n/hu.js b/core/l10n/hu.js index 49c21d19a75..17f39e6d02f 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Kihagyás", "Installing apps …" : "Alkalmazások telepítése…", "Install recommended apps" : "Javasolt alkalmazások telepítése", + "Online" : "Elérhető", + "Away" : "Távol", + "Busy" : "Foglalt", + "Do not disturb" : "Ne zavarjanak", + "Mute all notifications" : "Összes értesítés némítása", + "Invisible" : "Láthatatlan", + "Appear offline" : "Megjelenés nem kapcsolódottként", "Avatar of {displayName}" : "{displayName} profilképe", "Settings menu" : "Beállítások menü", "Loading your contacts …" : "Névjegyek betöltése…", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Hiba a kapcsolati műveletek lekérésekor", "Non-existing tag #{tag}" : "Nem létező címke #{tag}", "Restricted" : "Korlátozott", - "Invisible" : "Láthatatlan", "Delete" : "Törlés", "Rename" : "Átnevezés", "Collaborative tags" : "Együttműködési címkék", diff --git a/core/l10n/hu.json b/core/l10n/hu.json index 50cc20313a0..9e15cb5acb8 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -293,6 +293,13 @@ "Skip" : "Kihagyás", "Installing apps …" : "Alkalmazások telepítése…", "Install recommended apps" : "Javasolt alkalmazások telepítése", + "Online" : "Elérhető", + "Away" : "Távol", + "Busy" : "Foglalt", + "Do not disturb" : "Ne zavarjanak", + "Mute all notifications" : "Összes értesítés némítása", + "Invisible" : "Láthatatlan", + "Appear offline" : "Megjelenés nem kapcsolódottként", "Avatar of {displayName}" : "{displayName} profilképe", "Settings menu" : "Beállítások menü", "Loading your contacts …" : "Névjegyek betöltése…", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Hiba a kapcsolati műveletek lekérésekor", "Non-existing tag #{tag}" : "Nem létező címke #{tag}", "Restricted" : "Korlátozott", - "Invisible" : "Láthatatlan", "Delete" : "Törlés", "Rename" : "Átnevezés", "Collaborative tags" : "Együttműködési címkék", diff --git a/core/l10n/id.js b/core/l10n/id.js index 877afc2e203..04239cc5fbf 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -108,6 +108,13 @@ OC.L10N.register( "Cannot install this app" : "Tidak dapat memasang aplikasi ini", "Skip" : "Lewati", "Install recommended apps" : "Instal aplikasi yang disarankan", + "Online" : "Online", + "Away" : "Jauh", + "Busy" : "Sibuk", + "Do not disturb" : "Jangan diganggu", + "Mute all notifications" : "Bisukan semua notifikasi", + "Invisible" : "Tersembunyi", + "Appear offline" : "Tampak offline", "Settings menu" : "Menu Pengaturan", "Reset search" : "Ulang pencarian", "Could not load your contacts" : "Tidak dapat memuat kontak Anda", @@ -272,7 +279,6 @@ OC.L10N.register( "Error fetching contact actions" : "Galat mengambil aksi kontak", "Non-existing tag #{tag}" : "Tag tidak ada #{tag}", "Restricted" : "Terbatas", - "Invisible" : "Tersembunyi", "Delete" : "Hapus", "Rename" : "Ubah nama", "Collaborative tags" : "Tag kolaboratif", diff --git a/core/l10n/id.json b/core/l10n/id.json index c6e8ef6a5ff..a170d871088 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -106,6 +106,13 @@ "Cannot install this app" : "Tidak dapat memasang aplikasi ini", "Skip" : "Lewati", "Install recommended apps" : "Instal aplikasi yang disarankan", + "Online" : "Online", + "Away" : "Jauh", + "Busy" : "Sibuk", + "Do not disturb" : "Jangan diganggu", + "Mute all notifications" : "Bisukan semua notifikasi", + "Invisible" : "Tersembunyi", + "Appear offline" : "Tampak offline", "Settings menu" : "Menu Pengaturan", "Reset search" : "Ulang pencarian", "Could not load your contacts" : "Tidak dapat memuat kontak Anda", @@ -270,7 +277,6 @@ "Error fetching contact actions" : "Galat mengambil aksi kontak", "Non-existing tag #{tag}" : "Tag tidak ada #{tag}", "Restricted" : "Terbatas", - "Invisible" : "Tersembunyi", "Delete" : "Hapus", "Rename" : "Ubah nama", "Collaborative tags" : "Tag kolaboratif", diff --git a/core/l10n/is.js b/core/l10n/is.js index af347ec91f8..89181fe3daa 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Sleppa", "Installing apps …" : "Set upp forrit …", "Install recommended apps" : "Setja upp ráðlögð forrit", + "Online" : "Á netinu", + "Away" : "Fjarverandi", + "Busy" : "Upptekinn", + "Do not disturb" : "Ekki ónáða", + "Mute all notifications" : "Þagga allar tilkynningar", + "Invisible" : "Ósýnilegt", + "Appear offline" : "Birtast ótengt", "Avatar of {displayName}" : "Auðkennismynd fyrir {displayName}", "Settings menu" : "Stillingavalmynd", "Loading your contacts …" : "Hleð inn tengiliðum …", @@ -516,7 +523,6 @@ OC.L10N.register( "Error fetching contact actions" : "Villa við að sækja aðgerðir tengiliða", "Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}", "Restricted" : "Takmarkað", - "Invisible" : "Ósýnilegt", "Delete" : "Eyða", "Rename" : "Endurnefna", "Collaborative tags" : "Samstarfsmerkingar", diff --git a/core/l10n/is.json b/core/l10n/is.json index bd5a2a42a97..f948d0dc8e0 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -291,6 +291,13 @@ "Skip" : "Sleppa", "Installing apps …" : "Set upp forrit …", "Install recommended apps" : "Setja upp ráðlögð forrit", + "Online" : "Á netinu", + "Away" : "Fjarverandi", + "Busy" : "Upptekinn", + "Do not disturb" : "Ekki ónáða", + "Mute all notifications" : "Þagga allar tilkynningar", + "Invisible" : "Ósýnilegt", + "Appear offline" : "Birtast ótengt", "Avatar of {displayName}" : "Auðkennismynd fyrir {displayName}", "Settings menu" : "Stillingavalmynd", "Loading your contacts …" : "Hleð inn tengiliðum …", @@ -514,7 +521,6 @@ "Error fetching contact actions" : "Villa við að sækja aðgerðir tengiliða", "Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}", "Restricted" : "Takmarkað", - "Invisible" : "Ósýnilegt", "Delete" : "Eyða", "Rename" : "Endurnefna", "Collaborative tags" : "Samstarfsmerkingar", diff --git a/core/l10n/it.js b/core/l10n/it.js index f80c4445ab5..7c66f657262 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Salta", "Installing apps …" : "Installazione app …", "Install recommended apps" : "Installa applicazioni consigliate", + "Online" : "In linea", + "Away" : "Assente", + "Busy" : "Occupato", + "Do not disturb" : "Non disturbare", + "Mute all notifications" : "Muta tutte le notifiche", + "Invisible" : "Invisibile", + "Appear offline" : "Appari non in linea", "Avatar of {displayName}" : "Avatar di {displayName}", "Settings menu" : "Menu delle impostazioni", "Loading your contacts …" : "Caricamento dei tuoi contatti …", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti", "Non-existing tag #{tag}" : "Etichetta #{tag} inesistente", "Restricted" : "Limitato", - "Invisible" : "Invisibile", "Delete" : "Elimina", "Rename" : "Rinomina", "Collaborative tags" : "Etichette collaborative", diff --git a/core/l10n/it.json b/core/l10n/it.json index 355a9ed05e2..a493a23e1e3 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -291,6 +291,13 @@ "Skip" : "Salta", "Installing apps …" : "Installazione app …", "Install recommended apps" : "Installa applicazioni consigliate", + "Online" : "In linea", + "Away" : "Assente", + "Busy" : "Occupato", + "Do not disturb" : "Non disturbare", + "Mute all notifications" : "Muta tutte le notifiche", + "Invisible" : "Invisibile", + "Appear offline" : "Appari non in linea", "Avatar of {displayName}" : "Avatar di {displayName}", "Settings menu" : "Menu delle impostazioni", "Loading your contacts …" : "Caricamento dei tuoi contatti …", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti", "Non-existing tag #{tag}" : "Etichetta #{tag} inesistente", "Restricted" : "Limitato", - "Invisible" : "Invisibile", "Delete" : "Elimina", "Rename" : "Rinomina", "Collaborative tags" : "Etichette collaborative", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index c08fa6ad04e..f0f365282aa 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "スキップ", "Installing apps …" : "アプリをインストールしています…", "Install recommended apps" : "推奨アプリをインストール", + "Online" : "オンライン", + "Away" : "不在", + "Busy" : "ビジー", + "Do not disturb" : "取り込み中", + "Mute all notifications" : "全ての通知をミュートします", + "Invisible" : "オフライン", + "Appear offline" : "オフライン", "Avatar of {displayName}" : "{displayName} のアバター", "Settings menu" : "メニュー設定", "Loading your contacts …" : "連絡先を読み込み中...", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "連絡先操作取得エラー", "Non-existing tag #{tag}" : "存在しないタグ#{tag}", "Restricted" : "制限付き", - "Invisible" : "オフライン", "Delete" : "削除", "Rename" : "名前の変更", "Collaborative tags" : "コラボタグ", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 7816fa95da6..961e61eea85 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -293,6 +293,13 @@ "Skip" : "スキップ", "Installing apps …" : "アプリをインストールしています…", "Install recommended apps" : "推奨アプリをインストール", + "Online" : "オンライン", + "Away" : "不在", + "Busy" : "ビジー", + "Do not disturb" : "取り込み中", + "Mute all notifications" : "全ての通知をミュートします", + "Invisible" : "オフライン", + "Appear offline" : "オフライン", "Avatar of {displayName}" : "{displayName} のアバター", "Settings menu" : "メニュー設定", "Loading your contacts …" : "連絡先を読み込み中...", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "連絡先操作取得エラー", "Non-existing tag #{tag}" : "存在しないタグ#{tag}", "Restricted" : "制限付き", - "Invisible" : "オフライン", "Delete" : "削除", "Rename" : "名前の変更", "Collaborative tags" : "コラボタグ", diff --git a/core/l10n/ka.js b/core/l10n/ka.js index 92feec3877b..6f29a51e836 100644 --- a/core/l10n/ka.js +++ b/core/l10n/ka.js @@ -153,6 +153,11 @@ OC.L10N.register( "Cannot install this app" : "Cannot install this app", "Skip" : "Skip", "Install recommended apps" : "Install recommended apps", + "Online" : "Online", + "Away" : "Away", + "Busy" : "Busy", + "Do not disturb" : "Do not disturb", + "Invisible" : "Invisible", "Avatar of {displayName}" : "Avatar of {displayName}", "Settings menu" : "Settings menu", "Search contacts" : "Search contacts", @@ -351,7 +356,6 @@ OC.L10N.register( "Error fetching contact actions" : "Error fetching contact actions", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", "Restricted" : "Restricted", - "Invisible" : "Invisible", "Delete" : "Delete", "Rename" : "Rename", "Collaborative tags" : "Collaborative tags", diff --git a/core/l10n/ka.json b/core/l10n/ka.json index d4b752eb728..c1dac8fdf06 100644 --- a/core/l10n/ka.json +++ b/core/l10n/ka.json @@ -151,6 +151,11 @@ "Cannot install this app" : "Cannot install this app", "Skip" : "Skip", "Install recommended apps" : "Install recommended apps", + "Online" : "Online", + "Away" : "Away", + "Busy" : "Busy", + "Do not disturb" : "Do not disturb", + "Invisible" : "Invisible", "Avatar of {displayName}" : "Avatar of {displayName}", "Settings menu" : "Settings menu", "Search contacts" : "Search contacts", @@ -349,7 +354,6 @@ "Error fetching contact actions" : "Error fetching contact actions", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", "Restricted" : "Restricted", - "Invisible" : "Invisible", "Delete" : "Delete", "Rename" : "Rename", "Collaborative tags" : "Collaborative tags", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 1913218f94e..f3e10d31ce6 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -149,7 +149,11 @@ OC.L10N.register( "HEIC image" : "HEIC 이미지", "HEIF image" : "HEIF 이미지", "JPEG-2000 JP2 image" : "JPEG-2000 JP2 이미지", + "JPEG image" : "JPEG 이미지", "PNG image" : "PNG 이미지", + "SVG image" : "SVG 이미지", + "TIFF image" : "TIFF 이미지", + "WebP image" : "WebP 이미지", "Email message" : "이메일 메시지", "VCS/ICS calendar" : "VCS/ICS 캘린더", "CSS stylesheet" : "CSS 스타일시트", @@ -239,6 +243,7 @@ OC.L10N.register( "An internal error occurred." : "내부 오류가 발생했습니다.", "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.", "Password" : "암호", + "Remember me" : "로그인 정보 저장", "Log in with a device" : "기기로 로그인", "Login or email" : "로그인 또는 이메일", "Your account is not setup for passwordless login." : "당신의 계정은 암호 없이 로그인하도록 설정되지 않았습니다.", @@ -268,6 +273,12 @@ OC.L10N.register( "Cannot install this app" : "앱을 설치할 수 없음", "Skip" : "건너뛰기", "Install recommended apps" : "추천 앱 설치", + "Away" : "자리비움", + "Busy" : "바쁨", + "Do not disturb" : "방해 없음", + "Mute all notifications" : "모든 알림을 음소거", + "Invisible" : "숨겨짐", + "Appear offline" : "접속 안함으로 표시", "Avatar of {displayName}" : "{displayName}의 아바타", "Settings menu" : "설정 메뉴", "Search contacts" : "연락처 검색", @@ -373,6 +384,7 @@ OC.L10N.register( "Admin" : "관리자", "Help" : "도움말", "Access forbidden" : "접근 금지됨", + "You are not allowed to access this page." : "이 페이지에 접근할 수 없습니다.", "Back to %s" : "%s(으)로 돌아가기", "Page not found" : "페이지를 찾을 수 없음", "The page could not be found on the server or you may not be allowed to view it." : "페이지를 서버에서 찾을 수 없거나, 페이지를 보도록 허가되지 않았습니다.", @@ -481,7 +493,6 @@ OC.L10N.register( "Error fetching contact actions" : "연락처 동작을 가져오는 중 오류 발생", "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}", "Restricted" : "제한됨", - "Invisible" : "숨겨짐", "Delete" : "삭제", "Rename" : "이름 바꾸기", "Collaborative tags" : "협동 태그", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 4102f34f79a..8e8a2b6da50 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -147,7 +147,11 @@ "HEIC image" : "HEIC 이미지", "HEIF image" : "HEIF 이미지", "JPEG-2000 JP2 image" : "JPEG-2000 JP2 이미지", + "JPEG image" : "JPEG 이미지", "PNG image" : "PNG 이미지", + "SVG image" : "SVG 이미지", + "TIFF image" : "TIFF 이미지", + "WebP image" : "WebP 이미지", "Email message" : "이메일 메시지", "VCS/ICS calendar" : "VCS/ICS 캘린더", "CSS stylesheet" : "CSS 스타일시트", @@ -237,6 +241,7 @@ "An internal error occurred." : "내부 오류가 발생했습니다.", "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.", "Password" : "암호", + "Remember me" : "로그인 정보 저장", "Log in with a device" : "기기로 로그인", "Login or email" : "로그인 또는 이메일", "Your account is not setup for passwordless login." : "당신의 계정은 암호 없이 로그인하도록 설정되지 않았습니다.", @@ -266,6 +271,12 @@ "Cannot install this app" : "앱을 설치할 수 없음", "Skip" : "건너뛰기", "Install recommended apps" : "추천 앱 설치", + "Away" : "자리비움", + "Busy" : "바쁨", + "Do not disturb" : "방해 없음", + "Mute all notifications" : "모든 알림을 음소거", + "Invisible" : "숨겨짐", + "Appear offline" : "접속 안함으로 표시", "Avatar of {displayName}" : "{displayName}의 아바타", "Settings menu" : "설정 메뉴", "Search contacts" : "연락처 검색", @@ -371,6 +382,7 @@ "Admin" : "관리자", "Help" : "도움말", "Access forbidden" : "접근 금지됨", + "You are not allowed to access this page." : "이 페이지에 접근할 수 없습니다.", "Back to %s" : "%s(으)로 돌아가기", "Page not found" : "페이지를 찾을 수 없음", "The page could not be found on the server or you may not be allowed to view it." : "페이지를 서버에서 찾을 수 없거나, 페이지를 보도록 허가되지 않았습니다.", @@ -479,7 +491,6 @@ "Error fetching contact actions" : "연락처 동작을 가져오는 중 오류 발생", "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}", "Restricted" : "제한됨", - "Invisible" : "숨겨짐", "Delete" : "삭제", "Rename" : "이름 바꾸기", "Collaborative tags" : "협동 태그", diff --git a/core/l10n/lo.js b/core/l10n/lo.js index e7a6e460810..b7df0f959dc 100644 --- a/core/l10n/lo.js +++ b/core/l10n/lo.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "ຂ້າມໄປ", "Installing apps …" : "Installing apps …", "Install recommended apps" : "ຕິດຕັ້ງແອັບທີ່ແນະນໍາ", + "Online" : "ອອນລາຍ", + "Away" : "ອອກໄປ", + "Busy" : "Busy", + "Do not disturb" : "ຫ້າມລົບກວນ", + "Mute all notifications" : "Mute all notifications", + "Invisible" : "ເບິ່ງບໍ່ເຫັນ", + "Appear offline" : "Appear offline", "Avatar of {displayName}" : "Avatar of {displayName}", "Settings menu" : "ການຕັ້ງຄ່າເມນູ", "Loading your contacts …" : "Loading your contacts …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "ຜິດພາດໃນການຮັບເອົາການຕິດຕໍ່", "Non-existing tag #{tag}" : "ບໍ່ມີtag #{tag}", "Restricted" : "Restricted", - "Invisible" : "ເບິ່ງບໍ່ເຫັນ", "Delete" : "ລຶບ", "Rename" : "ປ່ຽນຊື່", "Collaborative tags" : "tags ການຮ່ວມມື", diff --git a/core/l10n/lo.json b/core/l10n/lo.json index 6e7c453e5e4..6f4effd7fa2 100644 --- a/core/l10n/lo.json +++ b/core/l10n/lo.json @@ -293,6 +293,13 @@ "Skip" : "ຂ້າມໄປ", "Installing apps …" : "Installing apps …", "Install recommended apps" : "ຕິດຕັ້ງແອັບທີ່ແນະນໍາ", + "Online" : "ອອນລາຍ", + "Away" : "ອອກໄປ", + "Busy" : "Busy", + "Do not disturb" : "ຫ້າມລົບກວນ", + "Mute all notifications" : "Mute all notifications", + "Invisible" : "ເບິ່ງບໍ່ເຫັນ", + "Appear offline" : "Appear offline", "Avatar of {displayName}" : "Avatar of {displayName}", "Settings menu" : "ການຕັ້ງຄ່າເມນູ", "Loading your contacts …" : "Loading your contacts …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "ຜິດພາດໃນການຮັບເອົາການຕິດຕໍ່", "Non-existing tag #{tag}" : "ບໍ່ມີtag #{tag}", "Restricted" : "Restricted", - "Invisible" : "ເບິ່ງບໍ່ເຫັນ", "Delete" : "ລຶບ", "Rename" : "ປ່ຽນຊື່", "Collaborative tags" : "tags ການຮ່ວມມື", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index b31f44b4b55..34b023b2acb 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -124,6 +124,12 @@ OC.L10N.register( "Cannot install this app" : "Nepavyksta įdiegti šios programėlės", "Skip" : "Praleisti", "Install recommended apps" : "Įdiegti rekomenduojamas programėles", + "Away" : "Atsitraukęs", + "Busy" : "Užimtas laikas", + "Do not disturb" : "Netrukdyti", + "Mute all notifications" : "Išjungti visus pranešimus", + "Invisible" : "Nematomas", + "Appear offline" : "Atrodyti atsijungusiu", "Settings menu" : "Nustatymų meniu", "Search contacts" : "Ieškoti adresatų", "Reset search" : "Atstatyti paiešką", @@ -296,7 +302,6 @@ OC.L10N.register( "Error fetching contact actions" : "Klaida gaunant veiksmus darbui su adresatais", "Non-existing tag #{tag}" : "Neegzistuojanti žyma #{tag}", "Restricted" : "Apribota", - "Invisible" : "Nematomas", "Delete" : "Ištrinti", "Rename" : "Pervadinti", "Collaborative tags" : "Bendradarbiavimo žymos", diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 0a0e2846548..6b972f9bb50 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -122,6 +122,12 @@ "Cannot install this app" : "Nepavyksta įdiegti šios programėlės", "Skip" : "Praleisti", "Install recommended apps" : "Įdiegti rekomenduojamas programėles", + "Away" : "Atsitraukęs", + "Busy" : "Užimtas laikas", + "Do not disturb" : "Netrukdyti", + "Mute all notifications" : "Išjungti visus pranešimus", + "Invisible" : "Nematomas", + "Appear offline" : "Atrodyti atsijungusiu", "Settings menu" : "Nustatymų meniu", "Search contacts" : "Ieškoti adresatų", "Reset search" : "Atstatyti paiešką", @@ -294,7 +300,6 @@ "Error fetching contact actions" : "Klaida gaunant veiksmus darbui su adresatais", "Non-existing tag #{tag}" : "Neegzistuojanti žyma #{tag}", "Restricted" : "Apribota", - "Invisible" : "Nematomas", "Delete" : "Ištrinti", "Rename" : "Pervadinti", "Collaborative tags" : "Bendradarbiavimo žymos", diff --git a/core/l10n/lv.js b/core/l10n/lv.js index b7ed6337229..edb2368fa24 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -144,6 +144,8 @@ OC.L10N.register( "App download or installation failed" : "Lietotnes lejupielāde vai uzstādīšana neizdevās", "Cannot install this app" : "Nevarēja uzstādīt šo lietotni", "Skip" : "Izlaist", + "Busy" : "Aizņemts", + "Invisible" : "Neredzama", "Settings menu" : "Iestatījumu izvēlne", "Could not load your contacts" : "Nevarēja ielādēt visas kontaktpersonas", "No contacts found" : "Nav atrasta ne viena kontaktpersona", @@ -280,7 +282,6 @@ OC.L10N.register( "Error fetching contact actions" : "Kļūda rodot kontaktpersonām piemērojamās darbības", "Non-existing tag #{tag}" : "Neesoša birka #{tag}", "Restricted" : "Ierobežota", - "Invisible" : "Neredzama", "Delete" : "Izdzēst", "Rename" : "Pārdēvēt", "Collaborative tags" : "Sadarbības birkas", diff --git a/core/l10n/lv.json b/core/l10n/lv.json index 95bdc1f90ae..f1313c8b745 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -142,6 +142,8 @@ "App download or installation failed" : "Lietotnes lejupielāde vai uzstādīšana neizdevās", "Cannot install this app" : "Nevarēja uzstādīt šo lietotni", "Skip" : "Izlaist", + "Busy" : "Aizņemts", + "Invisible" : "Neredzama", "Settings menu" : "Iestatījumu izvēlne", "Could not load your contacts" : "Nevarēja ielādēt visas kontaktpersonas", "No contacts found" : "Nav atrasta ne viena kontaktpersona", @@ -278,7 +280,6 @@ "Error fetching contact actions" : "Kļūda rodot kontaktpersonām piemērojamās darbības", "Non-existing tag #{tag}" : "Neesoša birka #{tag}", "Restricted" : "Ierobežota", - "Invisible" : "Neredzama", "Delete" : "Izdzēst", "Rename" : "Pārdēvēt", "Collaborative tags" : "Sadarbības birkas", diff --git a/core/l10n/mk.js b/core/l10n/mk.js index e25367fb7e6..ffea0750653 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -295,6 +295,10 @@ OC.L10N.register( "Skip" : "Прескокни", "Installing apps …" : "Инсталирање апликации …", "Install recommended apps" : "Инсталирајте ги препорачаните апликации", + "Online" : "Присутен", + "Away" : "Далеку", + "Busy" : "Зафатен", + "Invisible" : "Невидливо", "Avatar of {displayName}" : "Аватар на {displayName}", "Settings menu" : "Мени за параметри", "Loading your contacts …" : "Вчитување на вашите контакти …", @@ -520,7 +524,6 @@ OC.L10N.register( "Error fetching contact actions" : "Грешка при преземање на контакт", "Non-existing tag #{tag}" : "Непостоечка ознака #{tag}", "Restricted" : "Ограничена", - "Invisible" : "Невидливо", "Delete" : "Избриши", "Rename" : "Преименувај", "Collaborative tags" : "Колаборативна ознака", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 4df9deeaf30..0d9daf123db 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -293,6 +293,10 @@ "Skip" : "Прескокни", "Installing apps …" : "Инсталирање апликации …", "Install recommended apps" : "Инсталирајте ги препорачаните апликации", + "Online" : "Присутен", + "Away" : "Далеку", + "Busy" : "Зафатен", + "Invisible" : "Невидливо", "Avatar of {displayName}" : "Аватар на {displayName}", "Settings menu" : "Мени за параметри", "Loading your contacts …" : "Вчитување на вашите контакти …", @@ -518,7 +522,6 @@ "Error fetching contact actions" : "Грешка при преземање на контакт", "Non-existing tag #{tag}" : "Непостоечка ознака #{tag}", "Restricted" : "Ограничена", - "Invisible" : "Невидливо", "Delete" : "Избриши", "Rename" : "Преименувај", "Collaborative tags" : "Колаборативна ознака", diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 24d3dbffcb1..7cb24041648 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -219,6 +219,13 @@ OC.L10N.register( "Cannot install this app" : "Kan ikke installere denne appen", "Skip" : "Hopp over", "Install recommended apps" : "Installer anbefalte apper", + "Online" : "Pålogget", + "Away" : "Borte", + "Busy" : "Opptatt", + "Do not disturb" : "Ikke forstyrr", + "Mute all notifications" : "Demp alle varslinger", + "Invisible" : "Usynlig", + "Appear offline" : "Vis som frakoblet", "Avatar of {displayName}" : "{displayName} sin Avatar", "Settings menu" : "Meny for innstillinger", "Search contacts" : "Søk etter kontakter", @@ -431,7 +438,6 @@ OC.L10N.register( "Error fetching contact actions" : "Feil ved innhenting av kontakt-handlinger", "Non-existing tag #{tag}" : "Ikke-eksisterende merkelapp #{tag}", "Restricted" : "Begrenset", - "Invisible" : "Usynlig", "Delete" : "Slett", "Rename" : "Gi nytt navn", "Collaborative tags" : "Samarbeidsmerkelapper", diff --git a/core/l10n/nb.json b/core/l10n/nb.json index ee9f44e0107..bfe82e1932b 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -217,6 +217,13 @@ "Cannot install this app" : "Kan ikke installere denne appen", "Skip" : "Hopp over", "Install recommended apps" : "Installer anbefalte apper", + "Online" : "Pålogget", + "Away" : "Borte", + "Busy" : "Opptatt", + "Do not disturb" : "Ikke forstyrr", + "Mute all notifications" : "Demp alle varslinger", + "Invisible" : "Usynlig", + "Appear offline" : "Vis som frakoblet", "Avatar of {displayName}" : "{displayName} sin Avatar", "Settings menu" : "Meny for innstillinger", "Search contacts" : "Søk etter kontakter", @@ -429,7 +436,6 @@ "Error fetching contact actions" : "Feil ved innhenting av kontakt-handlinger", "Non-existing tag #{tag}" : "Ikke-eksisterende merkelapp #{tag}", "Restricted" : "Begrenset", - "Invisible" : "Usynlig", "Delete" : "Slett", "Rename" : "Gi nytt navn", "Collaborative tags" : "Samarbeidsmerkelapper", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index b60e9c85dc7..3307a719626 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Overslaan", "Installing apps …" : "Installeren apps …", "Install recommended apps" : "Installeer aanbevolen apps", + "Online" : "Online", + "Away" : "Afwezig", + "Busy" : "Bezet", + "Do not disturb" : "Niet storen", + "Mute all notifications" : "Onderdruk alle meldingen", + "Invisible" : "Onzichtbaar", + "Appear offline" : "Toon afwezig", "Avatar of {displayName}" : "Avatar van {displayName}", "Settings menu" : "Instellingenmenu", "Loading your contacts …" : "Je contacten worden geladen ...", @@ -516,7 +523,6 @@ OC.L10N.register( "Error fetching contact actions" : "Fout bij ophalen contact acties", "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}", "Restricted" : "Beperkt", - "Invisible" : "Onzichtbaar", "Delete" : "Verwijder", "Rename" : "Naam wijzigen", "Collaborative tags" : "Systeemtags", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 673d2a62589..758612364a1 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -291,6 +291,13 @@ "Skip" : "Overslaan", "Installing apps …" : "Installeren apps …", "Install recommended apps" : "Installeer aanbevolen apps", + "Online" : "Online", + "Away" : "Afwezig", + "Busy" : "Bezet", + "Do not disturb" : "Niet storen", + "Mute all notifications" : "Onderdruk alle meldingen", + "Invisible" : "Onzichtbaar", + "Appear offline" : "Toon afwezig", "Avatar of {displayName}" : "Avatar van {displayName}", "Settings menu" : "Instellingenmenu", "Loading your contacts …" : "Je contacten worden geladen ...", @@ -514,7 +521,6 @@ "Error fetching contact actions" : "Fout bij ophalen contact acties", "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}", "Restricted" : "Beperkt", - "Invisible" : "Onzichtbaar", "Delete" : "Verwijder", "Rename" : "Naam wijzigen", "Collaborative tags" : "Systeemtags", diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 7095d4b65e6..4682199f49f 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -104,6 +104,13 @@ OC.L10N.register( "Cannot install this app" : "Impossible d’installar aquesta app", "Skip" : "Sautar", "Install recommended apps" : "Installar las aplicacions recomandadas", + "Online" : "En linha", + "Away" : "Absent", + "Busy" : "Ocupat", + "Do not disturb" : "Me desturbes pas", + "Mute all notifications" : "Amudir totas las notificacions", + "Invisible" : "Invisible", + "Appear offline" : "Aparéisser fòra linha", "Settings menu" : "Menú paramètres", "Search contacts" : "Cercar pels contactes", "Reset search" : "Escafar la recèrca", @@ -269,7 +276,6 @@ OC.L10N.register( "Error fetching contact actions" : "Error en recuperacion las accions contacte", "Non-existing tag #{tag}" : "Etiqueta inexistenta #{tag}", "Restricted" : "Restrencha", - "Invisible" : "Invisible", "Delete" : "Suprimir", "Rename" : "Renomenar", "Collaborative tags" : "Etiquetas collaborativas", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index fb726693af2..b3d5092360a 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -102,6 +102,13 @@ "Cannot install this app" : "Impossible d’installar aquesta app", "Skip" : "Sautar", "Install recommended apps" : "Installar las aplicacions recomandadas", + "Online" : "En linha", + "Away" : "Absent", + "Busy" : "Ocupat", + "Do not disturb" : "Me desturbes pas", + "Mute all notifications" : "Amudir totas las notificacions", + "Invisible" : "Invisible", + "Appear offline" : "Aparéisser fòra linha", "Settings menu" : "Menú paramètres", "Search contacts" : "Cercar pels contactes", "Reset search" : "Escafar la recèrca", @@ -267,7 +274,6 @@ "Error fetching contact actions" : "Error en recuperacion las accions contacte", "Non-existing tag #{tag}" : "Etiqueta inexistenta #{tag}", "Restricted" : "Restrencha", - "Invisible" : "Invisible", "Delete" : "Suprimir", "Rename" : "Renomenar", "Collaborative tags" : "Etiquetas collaborativas", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 4f45d1052ec..91dbe6c14ed 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Pomiń", "Installing apps …" : "Instalowanie aplikacji …", "Install recommended apps" : "Zainstaluj zalecane aplikacje", + "Online" : "Online", + "Away" : "Bezczynny", + "Busy" : "Brak dostępności", + "Do not disturb" : "Nie przeszkadzać", + "Mute all notifications" : "Wycisz wszystkie powiadomienia", + "Invisible" : "Niewidoczny", + "Appear offline" : "Wyglądaj jako offline", "Avatar of {displayName}" : "Awatar {displayName}", "Settings menu" : "Menu ustawień", "Loading your contacts …" : "Wczytywanie kontaktów …", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Błąd podczas pobierania akcji dla kontaktu", "Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje", "Restricted" : "Ograniczone", - "Invisible" : "Niewidoczny", "Delete" : "Usuń", "Rename" : "Zmień nazwę", "Collaborative tags" : "Etykiety wspólne", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index dc443791e35..a785fec0bf6 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -291,6 +291,13 @@ "Skip" : "Pomiń", "Installing apps …" : "Instalowanie aplikacji …", "Install recommended apps" : "Zainstaluj zalecane aplikacje", + "Online" : "Online", + "Away" : "Bezczynny", + "Busy" : "Brak dostępności", + "Do not disturb" : "Nie przeszkadzać", + "Mute all notifications" : "Wycisz wszystkie powiadomienia", + "Invisible" : "Niewidoczny", + "Appear offline" : "Wyglądaj jako offline", "Avatar of {displayName}" : "Awatar {displayName}", "Settings menu" : "Menu ustawień", "Loading your contacts …" : "Wczytywanie kontaktów …", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Błąd podczas pobierania akcji dla kontaktu", "Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje", "Restricted" : "Ograniczone", - "Invisible" : "Niewidoczny", "Delete" : "Usuń", "Rename" : "Zmień nazwę", "Collaborative tags" : "Etykiety wspólne", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index f7b999fe046..f7de07d74c7 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Pular", "Installing apps …" : "Instalando aplicativos …", "Install recommended apps" : "Instalar aplicativos recomendados", + "Online" : "On-line", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "Não perturbe", + "Mute all notifications" : "Silenciar todas as notificações", + "Invisible" : "Invisível", + "Appear offline" : "Aparecer off-line", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menu de configurações", "Loading your contacts …" : "Carregando seus contatos …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Erro ao obter as ações de contato", "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}", "Restricted" : "Restrita", - "Invisible" : "Invisível", "Delete" : "Excluir", "Rename" : "Renomear", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index dae1b05c01d..24b4c1bb0ca 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -293,6 +293,13 @@ "Skip" : "Pular", "Installing apps …" : "Instalando aplicativos …", "Install recommended apps" : "Instalar aplicativos recomendados", + "Online" : "On-line", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "Não perturbe", + "Mute all notifications" : "Silenciar todas as notificações", + "Invisible" : "Invisível", + "Appear offline" : "Aparecer off-line", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menu de configurações", "Loading your contacts …" : "Carregando seus contatos …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Erro ao obter as ações de contato", "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}", "Restricted" : "Restrita", - "Invisible" : "Invisível", "Delete" : "Excluir", "Rename" : "Renomear", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index a66656d13ef..7e2c16147ea 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -42,6 +42,7 @@ OC.L10N.register( "Not found" : "Não encontrado", "Node is locked" : "O nó está bloqueado", "Bad request" : "Pedido incorreto", + "Input text is too long" : "O texto de entrada é muito longo.", "Requested task type does not exist" : "O tipo de tarefa solicitado não existe", "Necessary language model provider is not available" : "O fornecedor do modelo linguístico necessário não está disponível", "No text to image provider is available" : "Não está disponível nenhum fornecedor de texto para imagem", @@ -262,6 +263,7 @@ OC.L10N.register( "An internal error occurred." : "Ocorreu um erro interno.", "Please try again or contact your administrator." : "Por favor, tente novamente ou contacte o seu administrador.", "Password" : "Palavra-passe", + "Remember me" : "Lembre-se de mim", "Log in with a device" : "Iniciar sessão com um dispositivo", "Login or email" : "Utilizador ou email", "Your account is not setup for passwordless login." : "A sua conta não está configurada para autenticação sem palavra-passe.", @@ -293,6 +295,13 @@ OC.L10N.register( "Skip" : "Ignorar", "Installing apps …" : "A instalar aplicações ...", "Install recommended apps" : "Instalar aplicações recomendadas", + "Online" : "On-line", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "Não incomodar", + "Mute all notifications" : "Desativar todas as notificações", + "Invisible" : "Invisível ", + "Appear offline" : "Aparecer offline", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menu de definições", "Loading your contacts …" : "A carregar os seus contactos...", @@ -349,6 +358,7 @@ OC.L10N.register( "You chose SQLite as database." : "Escolheu SQLite como base de dados", "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "A SQLite só deve ser usada em instâncias mínimas e de desenvolvimento. Para produção, recomendamos um motor de base de dados diferente.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se utiliza clientes para a sincronização de ficheiros, a utilização de SQLite é altamente desencorajada.", + "Database connection" : "Ligação com a base de dados", "Database user" : "Utilizador da base de dados", "Database password" : "Palavra-passe da base de dados", "Database name" : "Nome da base de dados", @@ -356,6 +366,7 @@ OC.L10N.register( "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor, especifique o número da porta com o nome do anfitrião (por exemplo, localhost:5432).", "Database host" : "Anfitrião da base de dados", "localhost" : "localhost", + "Installing …" : "A instalar...", "Install" : "Instalar", "Need help?" : "Precisa de ajuda?", "See the documentation" : "Consulte a documentação", @@ -364,6 +375,7 @@ OC.L10N.register( "Your browser is not supported. Please upgrade to a newer version or a supported one." : "O seu navegador não é suportado. Por favor, atualize para uma versão mais recente ou para um suportado.", "Continue with this unsupported browser" : "Continuar com este navegador não suportado", "Supported versions" : "Versões suportadas", + "Search {types} …" : "Pesquisar {types}...", "Choose {file}" : "Escolher {file}", "Choose" : "Escolher", "Copy to {target}" : "Copiar para {target}", @@ -515,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Erro ao obter ações dos contactos", "Non-existing tag #{tag}" : "Etiqueta não existente #{tag}", "Restricted" : "Restrito", - "Invisible" : "Invisível ", "Delete" : "Eliminar", "Rename" : "Renomear", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index b73546eb886..982f89e4902 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -40,6 +40,7 @@ "Not found" : "Não encontrado", "Node is locked" : "O nó está bloqueado", "Bad request" : "Pedido incorreto", + "Input text is too long" : "O texto de entrada é muito longo.", "Requested task type does not exist" : "O tipo de tarefa solicitado não existe", "Necessary language model provider is not available" : "O fornecedor do modelo linguístico necessário não está disponível", "No text to image provider is available" : "Não está disponível nenhum fornecedor de texto para imagem", @@ -260,6 +261,7 @@ "An internal error occurred." : "Ocorreu um erro interno.", "Please try again or contact your administrator." : "Por favor, tente novamente ou contacte o seu administrador.", "Password" : "Palavra-passe", + "Remember me" : "Lembre-se de mim", "Log in with a device" : "Iniciar sessão com um dispositivo", "Login or email" : "Utilizador ou email", "Your account is not setup for passwordless login." : "A sua conta não está configurada para autenticação sem palavra-passe.", @@ -291,6 +293,13 @@ "Skip" : "Ignorar", "Installing apps …" : "A instalar aplicações ...", "Install recommended apps" : "Instalar aplicações recomendadas", + "Online" : "On-line", + "Away" : "Ausente", + "Busy" : "Ocupado", + "Do not disturb" : "Não incomodar", + "Mute all notifications" : "Desativar todas as notificações", + "Invisible" : "Invisível ", + "Appear offline" : "Aparecer offline", "Avatar of {displayName}" : "Avatar de {displayName}", "Settings menu" : "Menu de definições", "Loading your contacts …" : "A carregar os seus contactos...", @@ -347,6 +356,7 @@ "You chose SQLite as database." : "Escolheu SQLite como base de dados", "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "A SQLite só deve ser usada em instâncias mínimas e de desenvolvimento. Para produção, recomendamos um motor de base de dados diferente.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se utiliza clientes para a sincronização de ficheiros, a utilização de SQLite é altamente desencorajada.", + "Database connection" : "Ligação com a base de dados", "Database user" : "Utilizador da base de dados", "Database password" : "Palavra-passe da base de dados", "Database name" : "Nome da base de dados", @@ -354,6 +364,7 @@ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor, especifique o número da porta com o nome do anfitrião (por exemplo, localhost:5432).", "Database host" : "Anfitrião da base de dados", "localhost" : "localhost", + "Installing …" : "A instalar...", "Install" : "Instalar", "Need help?" : "Precisa de ajuda?", "See the documentation" : "Consulte a documentação", @@ -362,6 +373,7 @@ "Your browser is not supported. Please upgrade to a newer version or a supported one." : "O seu navegador não é suportado. Por favor, atualize para uma versão mais recente ou para um suportado.", "Continue with this unsupported browser" : "Continuar com este navegador não suportado", "Supported versions" : "Versões suportadas", + "Search {types} …" : "Pesquisar {types}...", "Choose {file}" : "Escolher {file}", "Choose" : "Escolher", "Copy to {target}" : "Copiar para {target}", @@ -513,7 +525,6 @@ "Error fetching contact actions" : "Erro ao obter ações dos contactos", "Non-existing tag #{tag}" : "Etiqueta não existente #{tag}", "Restricted" : "Restrito", - "Invisible" : "Invisível ", "Delete" : "Eliminar", "Rename" : "Renomear", "Collaborative tags" : "Etiquetas colaborativas", diff --git a/core/l10n/ro.js b/core/l10n/ro.js index d390e95d21d..7ba7e42c319 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -147,6 +147,9 @@ OC.L10N.register( "Cannot install this app" : "Nu se poate instala această aplicație", "Skip" : "Sari peste", "Install recommended apps" : "Instalați aplicațiile recomandate", + "Away" : "Departe", + "Busy" : "Ocupat", + "Invisible" : "Invizibil", "Avatar of {displayName}" : "Avatarul {displayName}", "Settings menu" : "Meniul Setări", "Search contacts" : "Cautare contacte", @@ -333,7 +336,6 @@ OC.L10N.register( "Error fetching contact actions" : "A apărut o eroare la preluarea activităților privind contactele", "Non-existing tag #{tag}" : "Etichetă inexistentă #{tag}", "Restricted" : "Restricționat", - "Invisible" : "Invizibil", "Delete" : "Șterge", "Rename" : "Redenumește", "Collaborative tags" : "Etichete colaborative", diff --git a/core/l10n/ro.json b/core/l10n/ro.json index 1de9a251d0e..cd3bd28c1d2 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -145,6 +145,9 @@ "Cannot install this app" : "Nu se poate instala această aplicație", "Skip" : "Sari peste", "Install recommended apps" : "Instalați aplicațiile recomandate", + "Away" : "Departe", + "Busy" : "Ocupat", + "Invisible" : "Invizibil", "Avatar of {displayName}" : "Avatarul {displayName}", "Settings menu" : "Meniul Setări", "Search contacts" : "Cautare contacte", @@ -331,7 +334,6 @@ "Error fetching contact actions" : "A apărut o eroare la preluarea activităților privind contactele", "Non-existing tag #{tag}" : "Etichetă inexistentă #{tag}", "Restricted" : "Restricționat", - "Invisible" : "Invizibil", "Delete" : "Șterge", "Rename" : "Redenumește", "Collaborative tags" : "Etichete colaborative", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 59a56e42266..2d79c59a8c1 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Пропустить", "Installing apps …" : "Установка приложений …", "Install recommended apps" : "Установить рекомендуемые приложения", + "Online" : "В сети", + "Away" : "Неактивен", + "Busy" : "Занят", + "Do not disturb" : "Не беспокоить", + "Mute all notifications" : "Без уведомлений", + "Invisible" : "Невидимый", + "Appear offline" : "\"Не в сети\" для остальных", "Avatar of {displayName}" : "Изображение профиля {displayName}", "Settings menu" : "Меню настроек", "Loading your contacts …" : "Загрузка контактов …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Ошибка получения действий контакта", "Non-existing tag #{tag}" : "Несуществующая метка #{tag}", "Restricted" : "Ограниченный", - "Invisible" : "Невидимый", "Delete" : "Удалить", "Rename" : "Переименовать", "Collaborative tags" : "Совместные теги", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 4e18669261a..aef1579ece6 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -293,6 +293,13 @@ "Skip" : "Пропустить", "Installing apps …" : "Установка приложений …", "Install recommended apps" : "Установить рекомендуемые приложения", + "Online" : "В сети", + "Away" : "Неактивен", + "Busy" : "Занят", + "Do not disturb" : "Не беспокоить", + "Mute all notifications" : "Без уведомлений", + "Invisible" : "Невидимый", + "Appear offline" : "\"Не в сети\" для остальных", "Avatar of {displayName}" : "Изображение профиля {displayName}", "Settings menu" : "Меню настроек", "Loading your contacts …" : "Загрузка контактов …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Ошибка получения действий контакта", "Non-existing tag #{tag}" : "Несуществующая метка #{tag}", "Restricted" : "Ограниченный", - "Invisible" : "Невидимый", "Delete" : "Удалить", "Rename" : "Переименовать", "Collaborative tags" : "Совместные теги", diff --git a/core/l10n/sc.js b/core/l10n/sc.js index 2957d11e972..2e2da37b9e5 100644 --- a/core/l10n/sc.js +++ b/core/l10n/sc.js @@ -132,6 +132,12 @@ OC.L10N.register( "Cannot install this app" : "Non faghet a installare custa aplicatzione", "Skip" : "Brinca", "Install recommended apps" : "Installa is aplicatziones racumandadas", + "Away" : "Ausente", + "Busy" : "Impinnadu", + "Do not disturb" : "No istorbes", + "Mute all notifications" : "Istuda totu is notìficas", + "Invisible" : "Invisìbile", + "Appear offline" : "Mustra•ti foras de lìnia", "Settings menu" : "Menù de cunfiguratzione", "Search contacts" : "Chirca cuntatos", "Reset search" : "Riprìstina chirca", @@ -313,7 +319,6 @@ OC.L10N.register( "Error fetching contact actions" : "Errore in su recùperu de is atziones de cuntatu", "Non-existing tag #{tag}" : "S'eticheta no esistit #{tag}", "Restricted" : "Limitadu", - "Invisible" : "Invisìbile", "Delete" : "Cantzella", "Rename" : "Torra a numenare", "Collaborative tags" : "Etichetas collaborativas", diff --git a/core/l10n/sc.json b/core/l10n/sc.json index f2eaf2d3c48..4a5c7a93e98 100644 --- a/core/l10n/sc.json +++ b/core/l10n/sc.json @@ -130,6 +130,12 @@ "Cannot install this app" : "Non faghet a installare custa aplicatzione", "Skip" : "Brinca", "Install recommended apps" : "Installa is aplicatziones racumandadas", + "Away" : "Ausente", + "Busy" : "Impinnadu", + "Do not disturb" : "No istorbes", + "Mute all notifications" : "Istuda totu is notìficas", + "Invisible" : "Invisìbile", + "Appear offline" : "Mustra•ti foras de lìnia", "Settings menu" : "Menù de cunfiguratzione", "Search contacts" : "Chirca cuntatos", "Reset search" : "Riprìstina chirca", @@ -311,7 +317,6 @@ "Error fetching contact actions" : "Errore in su recùperu de is atziones de cuntatu", "Non-existing tag #{tag}" : "S'eticheta no esistit #{tag}", "Restricted" : "Limitadu", - "Invisible" : "Invisìbile", "Delete" : "Cantzella", "Rename" : "Torra a numenare", "Collaborative tags" : "Etichetas collaborativas", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index e37d1395c82..5f28e7df085 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -241,6 +241,13 @@ OC.L10N.register( "Cannot install this app" : "Táto aplikácia sa nedá nainštalovať", "Skip" : "Preskočiť", "Install recommended apps" : "Nainštalovať odporúčané apky", + "Online" : "Pripojený", + "Away" : "Preč", + "Busy" : "Zaneprázdnený", + "Do not disturb" : "Nerušiť", + "Mute all notifications" : "Stlmiť všetky upozornenia", + "Invisible" : "Neviditeľný", + "Appear offline" : "Zdá sa byť offline", "Avatar of {displayName}" : "Avatar užívateľa {displayName}", "Settings menu" : "Menu nastavení", "Search contacts" : "Prehľadať kontakty", @@ -452,7 +459,6 @@ OC.L10N.register( "Error fetching contact actions" : "Chyba počas získavania akcií kontaktu", "Non-existing tag #{tag}" : "Neexistujúci štítok #{tag}", "Restricted" : "Obmedzené", - "Invisible" : "Neviditeľný", "Delete" : "Zmazať", "Rename" : "Premenovať", "Collaborative tags" : "Štítky pre spoluprácu", diff --git a/core/l10n/sk.json b/core/l10n/sk.json index 0b26d2ab646..e377d4fca31 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -239,6 +239,13 @@ "Cannot install this app" : "Táto aplikácia sa nedá nainštalovať", "Skip" : "Preskočiť", "Install recommended apps" : "Nainštalovať odporúčané apky", + "Online" : "Pripojený", + "Away" : "Preč", + "Busy" : "Zaneprázdnený", + "Do not disturb" : "Nerušiť", + "Mute all notifications" : "Stlmiť všetky upozornenia", + "Invisible" : "Neviditeľný", + "Appear offline" : "Zdá sa byť offline", "Avatar of {displayName}" : "Avatar užívateľa {displayName}", "Settings menu" : "Menu nastavení", "Search contacts" : "Prehľadať kontakty", @@ -450,7 +457,6 @@ "Error fetching contact actions" : "Chyba počas získavania akcií kontaktu", "Non-existing tag #{tag}" : "Neexistujúci štítok #{tag}", "Restricted" : "Obmedzené", - "Invisible" : "Neviditeľný", "Delete" : "Zmazať", "Rename" : "Premenovať", "Collaborative tags" : "Štítky pre spoluprácu", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 325e22a4e37..845ec3870b2 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -282,6 +282,13 @@ OC.L10N.register( "Skip" : "Preskoči", "Installing apps …" : "Poteka nameščanje programov ...", "Install recommended apps" : "Namesti priporočene programe", + "Online" : "Trenutno na spletu", + "Away" : "Ne spremljam", + "Busy" : "Zasedeno", + "Do not disturb" : "Ne moti", + "Mute all notifications" : "Utiša vsa obvestila", + "Invisible" : "Drugim nevidno", + "Appear offline" : "Pokaže kot brez povezave", "Avatar of {displayName}" : "Podoba osebe {displayName}", "Settings menu" : "Meni nastavitev", "Search contacts" : "Poišči med stiki", @@ -498,7 +505,6 @@ OC.L10N.register( "Error fetching contact actions" : "Prišlo je do napake med pridobivanjem dejanj stikov", "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}", "Restricted" : "Omejeno", - "Invisible" : "Drugim nevidno", "Delete" : "Izbriši", "Rename" : "Preimenuj", "Collaborative tags" : "Sodelovalne oznake", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 13f42a5c5fe..6a8367ce1d6 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -280,6 +280,13 @@ "Skip" : "Preskoči", "Installing apps …" : "Poteka nameščanje programov ...", "Install recommended apps" : "Namesti priporočene programe", + "Online" : "Trenutno na spletu", + "Away" : "Ne spremljam", + "Busy" : "Zasedeno", + "Do not disturb" : "Ne moti", + "Mute all notifications" : "Utiša vsa obvestila", + "Invisible" : "Drugim nevidno", + "Appear offline" : "Pokaže kot brez povezave", "Avatar of {displayName}" : "Podoba osebe {displayName}", "Settings menu" : "Meni nastavitev", "Search contacts" : "Poišči med stiki", @@ -496,7 +503,6 @@ "Error fetching contact actions" : "Prišlo je do napake med pridobivanjem dejanj stikov", "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}", "Restricted" : "Omejeno", - "Invisible" : "Drugim nevidno", "Delete" : "Izbriši", "Rename" : "Preimenuj", "Collaborative tags" : "Sodelovalne oznake", diff --git a/core/l10n/sr.js b/core/l10n/sr.js index c65193bdd32..8d872ab877b 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Preskoči", "Installing apps …" : "Инсталирају се апликације …", "Install recommended apps" : "Инсталирајте препоручене апликације", + "Online" : "На мрежи", + "Away" : "Одсутан", + "Busy" : "Заузет", + "Do not disturb" : "Не узнемиравај", + "Mute all notifications" : "Искључи сва обавештења", + "Invisible" : "Невидљива", + "Appear offline" : "Прикажи као ван мреже", "Avatar of {displayName}" : "Аватар корисника {displayName}", "Settings menu" : "Мени подешавања", "Loading your contacts …" : "Учитавају се ваши контакти …", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Грешка приликом дохватања акција над контактима", "Non-existing tag #{tag}" : "Непостојећа ознака #{tag}", "Restricted" : "Ограничена", - "Invisible" : "Невидљива", "Delete" : "Обриши", "Rename" : "Преименуј", "Collaborative tags" : "Oзнаке сарадње", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index a653acf4cb4..13e2b29c52d 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -291,6 +291,13 @@ "Skip" : "Preskoči", "Installing apps …" : "Инсталирају се апликације …", "Install recommended apps" : "Инсталирајте препоручене апликације", + "Online" : "На мрежи", + "Away" : "Одсутан", + "Busy" : "Заузет", + "Do not disturb" : "Не узнемиравај", + "Mute all notifications" : "Искључи сва обавештења", + "Invisible" : "Невидљива", + "Appear offline" : "Прикажи као ван мреже", "Avatar of {displayName}" : "Аватар корисника {displayName}", "Settings menu" : "Мени подешавања", "Loading your contacts …" : "Учитавају се ваши контакти …", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Грешка приликом дохватања акција над контактима", "Non-existing tag #{tag}" : "Непостојећа ознака #{tag}", "Restricted" : "Ограничена", - "Invisible" : "Невидљива", "Delete" : "Обриши", "Rename" : "Преименуј", "Collaborative tags" : "Oзнаке сарадње", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 70ffb49d953..aa5083db013 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -184,6 +184,13 @@ OC.L10N.register( "Skip" : "Hoppa över", "Installing apps …" : "Installerar appar …", "Install recommended apps" : "Installera rekommenderade appar", + "Online" : "Online", + "Away" : "Borta", + "Busy" : "Upptagen", + "Do not disturb" : "Stör ej", + "Mute all notifications" : "Stäng av alla aviseringar", + "Invisible" : "Osynlig", + "Appear offline" : "Visa som frånkopplad", "Avatar of {displayName}" : "Avatar för {displayName}", "Settings menu" : "Inställningsmeny", "Loading your contacts …" : "Läser in dina kontakter …", @@ -402,7 +409,6 @@ OC.L10N.register( "Error fetching contact actions" : "Fel vid hämtning av kontakthändelser", "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}", "Restricted" : "Begränsad", - "Invisible" : "Osynlig", "Delete" : "Ta bort", "Rename" : "Byt namn", "Collaborative tags" : "Samverkanstaggar", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 48cb8f6e03f..3003e0fed8a 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -182,6 +182,13 @@ "Skip" : "Hoppa över", "Installing apps …" : "Installerar appar …", "Install recommended apps" : "Installera rekommenderade appar", + "Online" : "Online", + "Away" : "Borta", + "Busy" : "Upptagen", + "Do not disturb" : "Stör ej", + "Mute all notifications" : "Stäng av alla aviseringar", + "Invisible" : "Osynlig", + "Appear offline" : "Visa som frånkopplad", "Avatar of {displayName}" : "Avatar för {displayName}", "Settings menu" : "Inställningsmeny", "Loading your contacts …" : "Läser in dina kontakter …", @@ -400,7 +407,6 @@ "Error fetching contact actions" : "Fel vid hämtning av kontakthändelser", "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}", "Restricted" : "Begränsad", - "Invisible" : "Osynlig", "Delete" : "Ta bort", "Rename" : "Byt namn", "Collaborative tags" : "Samverkanstaggar", diff --git a/core/l10n/sw.js b/core/l10n/sw.js index e41879392e2..e62f20cb05f 100644 --- a/core/l10n/sw.js +++ b/core/l10n/sw.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "Ruka", "Installing apps …" : "Inasakinisha programu …", "Install recommended apps" : "Sakinisha program zilizopendekezwa", + "Online" : "Mtandaoni", + "Away" : "Mbali", + "Busy" : "Bize", + "Do not disturb" : "Acha kusumbua", + "Mute all notifications" : "Zima arifu zote", + "Invisible" : "Haionekani", + "Appear offline" : "Tokea nje ya mtandao", "Avatar of {displayName}" : "Avatar ya {displayName}", "Settings menu" : "Pangilia mwongozo", "Loading your contacts …" : "Inapakia mawasiliano yako  …", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "Hitilafu kuleta matendo ya mawasiliano", "Non-existing tag #{tag}" : "Lebo isiyokuwepo #{tag}", "Restricted" : "Imezuiliwa", - "Invisible" : "Haionekani", "Delete" : "Futa", "Rename" : "Ipe jina jipya", "Collaborative tags" : "Lebo zinazoshirikiana", diff --git a/core/l10n/sw.json b/core/l10n/sw.json index c961b97a96e..4195510d476 100644 --- a/core/l10n/sw.json +++ b/core/l10n/sw.json @@ -293,6 +293,13 @@ "Skip" : "Ruka", "Installing apps …" : "Inasakinisha programu …", "Install recommended apps" : "Sakinisha program zilizopendekezwa", + "Online" : "Mtandaoni", + "Away" : "Mbali", + "Busy" : "Bize", + "Do not disturb" : "Acha kusumbua", + "Mute all notifications" : "Zima arifu zote", + "Invisible" : "Haionekani", + "Appear offline" : "Tokea nje ya mtandao", "Avatar of {displayName}" : "Avatar ya {displayName}", "Settings menu" : "Pangilia mwongozo", "Loading your contacts …" : "Inapakia mawasiliano yako  …", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "Hitilafu kuleta matendo ya mawasiliano", "Non-existing tag #{tag}" : "Lebo isiyokuwepo #{tag}", "Restricted" : "Imezuiliwa", - "Invisible" : "Haionekani", "Delete" : "Futa", "Rename" : "Ipe jina jipya", "Collaborative tags" : "Lebo zinazoshirikiana", diff --git a/core/l10n/th.js b/core/l10n/th.js index 4f276c6cc83..ff82fbe5799 100644 --- a/core/l10n/th.js +++ b/core/l10n/th.js @@ -156,6 +156,11 @@ OC.L10N.register( "Cannot install this app" : "ไม่สามารถติดตั้งแอปนี้", "Skip" : "ข้าม", "Install recommended apps" : "ติดตั้งแอปแนะนำ", + "Online" : "ออนไลน์", + "Away" : "ไม่อยู่", + "Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด", + "Invisible" : "มองไม่เห็น", + "Appear offline" : "แสดงเป็นออฟไลน์", "Avatar of {displayName}" : "อวาตาร์ของ {displayName}", "Settings menu" : "เมนูการตั้งค่า", "Search contacts" : "ค้นหารายชื่อ", @@ -342,7 +347,6 @@ OC.L10N.register( "Error fetching contact actions" : "เกิดข้อผิดพลาดในการดึงการกระทำรายชื่อ", "Non-existing tag #{tag}" : "แท็ก #{tag} ไม่มีอยู่", "Restricted" : "ถูกจำกัด", - "Invisible" : "มองไม่เห็น", "Delete" : "ลบ", "Rename" : "เปลี่ยนชื่อ", "Collaborative tags" : "แท็กแบบทำงานร่วมกัน", diff --git a/core/l10n/th.json b/core/l10n/th.json index 68c5c2876d3..da44c4a55e4 100644 --- a/core/l10n/th.json +++ b/core/l10n/th.json @@ -154,6 +154,11 @@ "Cannot install this app" : "ไม่สามารถติดตั้งแอปนี้", "Skip" : "ข้าม", "Install recommended apps" : "ติดตั้งแอปแนะนำ", + "Online" : "ออนไลน์", + "Away" : "ไม่อยู่", + "Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด", + "Invisible" : "มองไม่เห็น", + "Appear offline" : "แสดงเป็นออฟไลน์", "Avatar of {displayName}" : "อวาตาร์ของ {displayName}", "Settings menu" : "เมนูการตั้งค่า", "Search contacts" : "ค้นหารายชื่อ", @@ -340,7 +345,6 @@ "Error fetching contact actions" : "เกิดข้อผิดพลาดในการดึงการกระทำรายชื่อ", "Non-existing tag #{tag}" : "แท็ก #{tag} ไม่มีอยู่", "Restricted" : "ถูกจำกัด", - "Invisible" : "มองไม่เห็น", "Delete" : "ลบ", "Rename" : "เปลี่ยนชื่อ", "Collaborative tags" : "แท็กแบบทำงานร่วมกัน", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index d0219deb30e..485e0e5b6b5 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Atla", "Installing apps …" : "Uygulamalar kuruluyor…", "Install recommended apps" : "Önerilen uygulamaları kur", + "Online" : "Çevrim içi", + "Away" : "Uzakta", + "Busy" : "Meşgul", + "Do not disturb" : "Rahatsız etmeyin", + "Mute all notifications" : "Tüm bildirimleri kapat", + "Invisible" : "Görünmez", + "Appear offline" : "Çevrim dışı görün", "Avatar of {displayName}" : "{displayName} avatarı", "Settings menu" : "Ayarlar menüsü", "Loading your contacts …" : "Kişileriniz yükleniyor…", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Kişi işlemleri alınırken sorun çıktı", "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı", "Restricted" : "Kısıtlanmış", - "Invisible" : "Görünmez", "Delete" : "Sil", "Rename" : "Yeniden adlandır", "Collaborative tags" : "İş birlikli etiketler", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 9ac4a534954..5ab58b0ec96 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -291,6 +291,13 @@ "Skip" : "Atla", "Installing apps …" : "Uygulamalar kuruluyor…", "Install recommended apps" : "Önerilen uygulamaları kur", + "Online" : "Çevrim içi", + "Away" : "Uzakta", + "Busy" : "Meşgul", + "Do not disturb" : "Rahatsız etmeyin", + "Mute all notifications" : "Tüm bildirimleri kapat", + "Invisible" : "Görünmez", + "Appear offline" : "Çevrim dışı görün", "Avatar of {displayName}" : "{displayName} avatarı", "Settings menu" : "Ayarlar menüsü", "Loading your contacts …" : "Kişileriniz yükleniyor…", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Kişi işlemleri alınırken sorun çıktı", "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı", "Restricted" : "Kısıtlanmış", - "Invisible" : "Görünmez", "Delete" : "Sil", "Rename" : "Yeniden adlandır", "Collaborative tags" : "İş birlikli etiketler", diff --git a/core/l10n/ug.js b/core/l10n/ug.js index 90f223f95e0..e4152dd9802 100644 --- a/core/l10n/ug.js +++ b/core/l10n/ug.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "ئاتلاش", "Installing apps …" : "ئەپلەرنى قاچىلاۋاتىدۇ ...", "Install recommended apps" : "تەۋسىيە قىلىنغان ئەپلەرنى قاچىلاڭ", + "Online" : "توردا", + "Away" : "يىراق", + "Busy" : "ئالدىراش", + "Do not disturb" : "ئاۋارە قىلماڭ", + "Mute all notifications" : "بارلىق ئۇقتۇرۇشلارنى ئاۋازسىز قىلىڭ", + "Invisible" : "كۆرۈنمەيدۇ", + "Appear offline" : "تورسىز كۆرۈنۈش", "Avatar of {displayName}" : "{displayName} نىڭ باش سۈرىتى", "Settings menu" : "تەڭشەك تىزىملىكى", "Loading your contacts …" : "ئالاقىداشلىرىڭىزنى يۈكلەۋاتىدۇ ...", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "ئالاقىلىشىش ھەرىكىتىنى ئېلىپ بېرىشتا خاتالىق", "Non-existing tag #{tag}" : "مەۋجۇت بولمىغان بەلگە # {tag}", "Restricted" : "چەكلەنگەن", - "Invisible" : "كۆرۈنمەيدۇ", "Delete" : "ئۆچۈر", "Rename" : "ئات ئۆزگەرت", "Collaborative tags" : "ھەمكارلىق بەلگىسى", diff --git a/core/l10n/ug.json b/core/l10n/ug.json index 17633fb328b..67bf25497c1 100644 --- a/core/l10n/ug.json +++ b/core/l10n/ug.json @@ -293,6 +293,13 @@ "Skip" : "ئاتلاش", "Installing apps …" : "ئەپلەرنى قاچىلاۋاتىدۇ ...", "Install recommended apps" : "تەۋسىيە قىلىنغان ئەپلەرنى قاچىلاڭ", + "Online" : "توردا", + "Away" : "يىراق", + "Busy" : "ئالدىراش", + "Do not disturb" : "ئاۋارە قىلماڭ", + "Mute all notifications" : "بارلىق ئۇقتۇرۇشلارنى ئاۋازسىز قىلىڭ", + "Invisible" : "كۆرۈنمەيدۇ", + "Appear offline" : "تورسىز كۆرۈنۈش", "Avatar of {displayName}" : "{displayName} نىڭ باش سۈرىتى", "Settings menu" : "تەڭشەك تىزىملىكى", "Loading your contacts …" : "ئالاقىداشلىرىڭىزنى يۈكلەۋاتىدۇ ...", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "ئالاقىلىشىش ھەرىكىتىنى ئېلىپ بېرىشتا خاتالىق", "Non-existing tag #{tag}" : "مەۋجۇت بولمىغان بەلگە # {tag}", "Restricted" : "چەكلەنگەن", - "Invisible" : "كۆرۈنمەيدۇ", "Delete" : "ئۆچۈر", "Rename" : "ئات ئۆزگەرت", "Collaborative tags" : "ھەمكارلىق بەلگىسى", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index a8fd0f487f8..701e25416c7 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -293,6 +293,13 @@ OC.L10N.register( "Skip" : "Пропустити", "Installing apps …" : "Встановлення додатків ...", "Install recommended apps" : "Встановити рекомендовані застосунки", + "Online" : "Доступний(-а)", + "Away" : "Відсутній(-я)", + "Busy" : "Зайнято", + "Do not disturb" : "Не турбувати", + "Mute all notifications" : "Вимкнути всі сповіщення", + "Invisible" : "Невидимка", + "Appear offline" : "Перебуваю поза мережею", "Avatar of {displayName}" : "Зображення користувача для {displayName}", "Settings menu" : "Меню налаштувань", "Loading your contacts …" : "Завантаження контактів ...", @@ -518,7 +525,6 @@ OC.L10N.register( "Error fetching contact actions" : "Неможливо отримати дії з контактами", "Non-existing tag #{tag}" : "Ця мітка не існує #{tag}", "Restricted" : "Обмежена", - "Invisible" : "Невидимка", "Delete" : "Вилучити", "Rename" : "Перейменувати", "Collaborative tags" : "Мітки для організації співпраці", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index addf637e93e..daea1ca9c4c 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -291,6 +291,13 @@ "Skip" : "Пропустити", "Installing apps …" : "Встановлення додатків ...", "Install recommended apps" : "Встановити рекомендовані застосунки", + "Online" : "Доступний(-а)", + "Away" : "Відсутній(-я)", + "Busy" : "Зайнято", + "Do not disturb" : "Не турбувати", + "Mute all notifications" : "Вимкнути всі сповіщення", + "Invisible" : "Невидимка", + "Appear offline" : "Перебуваю поза мережею", "Avatar of {displayName}" : "Зображення користувача для {displayName}", "Settings menu" : "Меню налаштувань", "Loading your contacts …" : "Завантаження контактів ...", @@ -516,7 +523,6 @@ "Error fetching contact actions" : "Неможливо отримати дії з контактами", "Non-existing tag #{tag}" : "Ця мітка не існує #{tag}", "Restricted" : "Обмежена", - "Invisible" : "Невидимка", "Delete" : "Вилучити", "Rename" : "Перейменувати", "Collaborative tags" : "Мітки для організації співпраці", diff --git a/core/l10n/uz.js b/core/l10n/uz.js index 29bd7593b09..46d665aa0ba 100644 --- a/core/l10n/uz.js +++ b/core/l10n/uz.js @@ -164,6 +164,13 @@ OC.L10N.register( "Cannot install this app" : "Ushbu ilovani o'rnatib bo'lmadi", "Skip" : "O'tkazib yuborish", "Install recommended apps" : "Tavsiya etilgan ilovalarni o'rnating", + "Online" : "Onlayn", + "Away" : "Uzoqda", + "Busy" : "Band", + "Do not disturb" : "Bezovta qilmang", + "Mute all notifications" : "Barcha bildirishnomalarni o'chirish", + "Invisible" : "Ko'rinmas", + "Appear offline" : "Oflayn ko'rinishda", "Avatar of {displayName}" : " {displayName} ning avatari", "Settings menu" : "Sozlamalar menyusi", "Search contacts" : "Kontaktlarni qidirish", @@ -374,7 +381,6 @@ OC.L10N.register( "Error fetching contact actions" : "Kontakt amallarini olishda xatolik yuz berdi", "Non-existing tag #{tag}" : "Mavjud bo'lmagan teg #{tag}", "Restricted" : "Cheklangan", - "Invisible" : "Ko'rinmas", "Delete" : "Oʻchirish", "Rename" : "Nomini o'zgartirish", "Collaborative tags" : "Hamkorlik teglari", diff --git a/core/l10n/uz.json b/core/l10n/uz.json index c07337693f0..bd6cd17968d 100644 --- a/core/l10n/uz.json +++ b/core/l10n/uz.json @@ -162,6 +162,13 @@ "Cannot install this app" : "Ushbu ilovani o'rnatib bo'lmadi", "Skip" : "O'tkazib yuborish", "Install recommended apps" : "Tavsiya etilgan ilovalarni o'rnating", + "Online" : "Onlayn", + "Away" : "Uzoqda", + "Busy" : "Band", + "Do not disturb" : "Bezovta qilmang", + "Mute all notifications" : "Barcha bildirishnomalarni o'chirish", + "Invisible" : "Ko'rinmas", + "Appear offline" : "Oflayn ko'rinishda", "Avatar of {displayName}" : " {displayName} ning avatari", "Settings menu" : "Sozlamalar menyusi", "Search contacts" : "Kontaktlarni qidirish", @@ -372,7 +379,6 @@ "Error fetching contact actions" : "Kontakt amallarini olishda xatolik yuz berdi", "Non-existing tag #{tag}" : "Mavjud bo'lmagan teg #{tag}", "Restricted" : "Cheklangan", - "Invisible" : "Ko'rinmas", "Delete" : "Oʻchirish", "Rename" : "Nomini o'zgartirish", "Collaborative tags" : "Hamkorlik teglari", diff --git a/core/l10n/vi.js b/core/l10n/vi.js index 84a750e71cd..b1f75d87deb 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -155,6 +155,13 @@ OC.L10N.register( "Cannot install this app" : "Không thể cài đặt ứng dụng này", "Skip" : "Bỏ qua", "Install recommended apps" : "Cài đặt các ứng dụng được đề xuất", + "Online" : "Trực tuyến", + "Away" : "Tạm vắng", + "Busy" : "Bận", + "Do not disturb" : "Đừng làm phiền", + "Mute all notifications" : "Tắt tiếng tất cả thông báo", + "Invisible" : "Vô hình", + "Appear offline" : "Đang offline", "Avatar of {displayName}" : "Ảnh đại diện của {displayName}", "Settings menu" : "Trình đơn thiết lập", "Search contacts" : "Tìm kiếm liên hệ", @@ -347,7 +354,6 @@ OC.L10N.register( "Error fetching contact actions" : "Lỗi khi nạp liên hệ", "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}", "Restricted" : "Bị giới hạn", - "Invisible" : "Vô hình", "Delete" : "Xóa", "Rename" : "Sửa tên", "Collaborative tags" : "Thẻ cộng tác", diff --git a/core/l10n/vi.json b/core/l10n/vi.json index d13de6e1169..0a9b4903a5e 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -153,6 +153,13 @@ "Cannot install this app" : "Không thể cài đặt ứng dụng này", "Skip" : "Bỏ qua", "Install recommended apps" : "Cài đặt các ứng dụng được đề xuất", + "Online" : "Trực tuyến", + "Away" : "Tạm vắng", + "Busy" : "Bận", + "Do not disturb" : "Đừng làm phiền", + "Mute all notifications" : "Tắt tiếng tất cả thông báo", + "Invisible" : "Vô hình", + "Appear offline" : "Đang offline", "Avatar of {displayName}" : "Ảnh đại diện của {displayName}", "Settings menu" : "Trình đơn thiết lập", "Search contacts" : "Tìm kiếm liên hệ", @@ -345,7 +352,6 @@ "Error fetching contact actions" : "Lỗi khi nạp liên hệ", "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}", "Restricted" : "Bị giới hạn", - "Invisible" : "Vô hình", "Delete" : "Xóa", "Rename" : "Sửa tên", "Collaborative tags" : "Thẻ cộng tác", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 55156817fe5..961bf14e677 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -293,6 +293,12 @@ OC.L10N.register( "Skip" : "跳过", "Installing apps …" : "正在安装应用 …", "Install recommended apps" : "安装推荐的应用", + "Online" : "在线", + "Busy" : "忙碌", + "Do not disturb" : "勿扰", + "Mute all notifications" : "静音所有通知", + "Invisible" : "隐藏", + "Appear offline" : "显示为离线", "Avatar of {displayName}" : "{displayName} 的头像", "Settings menu" : "设置菜单", "Loading your contacts …" : "正在加载您的联系人 …", @@ -518,7 +524,6 @@ OC.L10N.register( "Error fetching contact actions" : "查找联系人时出错", "Non-existing tag #{tag}" : "标签 #{tag} 不存在", "Restricted" : "受限", - "Invisible" : "隐藏", "Delete" : "删除", "Rename" : "重命名", "Collaborative tags" : "协作标签", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 78b67397895..b2a9c01f9f7 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -291,6 +291,12 @@ "Skip" : "跳过", "Installing apps …" : "正在安装应用 …", "Install recommended apps" : "安装推荐的应用", + "Online" : "在线", + "Busy" : "忙碌", + "Do not disturb" : "勿扰", + "Mute all notifications" : "静音所有通知", + "Invisible" : "隐藏", + "Appear offline" : "显示为离线", "Avatar of {displayName}" : "{displayName} 的头像", "Settings menu" : "设置菜单", "Loading your contacts …" : "正在加载您的联系人 …", @@ -516,7 +522,6 @@ "Error fetching contact actions" : "查找联系人时出错", "Non-existing tag #{tag}" : "标签 #{tag} 不存在", "Restricted" : "受限", - "Invisible" : "隐藏", "Delete" : "删除", "Rename" : "重命名", "Collaborative tags" : "协作标签", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index 4ad0098117e..5fcb75995e1 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "略過", "Installing apps …" : "正在安裝應用程式 ……", "Install recommended apps" : "安裝推薦的應用程式", + "Online" : "在線", + "Away" : "離開", + "Busy" : "忙碌", + "Do not disturb" : "請勿打擾", + "Mute all notifications" : "所有通知靜音", + "Invisible" : "隱藏", + "Appear offline" : "顯示為離線", "Avatar of {displayName}" : "{displayName} 的虛擬化身", "Settings menu" : "設定選項單", "Loading your contacts …" : "正在載入您的聯絡人 ……", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "擷取聯絡人時發生錯誤", "Non-existing tag #{tag}" : "不存在的標籤 #{tag}", "Restricted" : "受限", - "Invisible" : "隱藏", "Delete" : "刪除", "Rename" : "重新命名", "Collaborative tags" : "協作標籤", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 7d35a026375..52e2c141aff 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -293,6 +293,13 @@ "Skip" : "略過", "Installing apps …" : "正在安裝應用程式 ……", "Install recommended apps" : "安裝推薦的應用程式", + "Online" : "在線", + "Away" : "離開", + "Busy" : "忙碌", + "Do not disturb" : "請勿打擾", + "Mute all notifications" : "所有通知靜音", + "Invisible" : "隱藏", + "Appear offline" : "顯示為離線", "Avatar of {displayName}" : "{displayName} 的虛擬化身", "Settings menu" : "設定選項單", "Loading your contacts …" : "正在載入您的聯絡人 ……", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "擷取聯絡人時發生錯誤", "Non-existing tag #{tag}" : "不存在的標籤 #{tag}", "Restricted" : "受限", - "Invisible" : "隱藏", "Delete" : "刪除", "Rename" : "重新命名", "Collaborative tags" : "協作標籤", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index f297b61612a..43041b9ebf3 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -295,6 +295,13 @@ OC.L10N.register( "Skip" : "跳過", "Installing apps …" : "正在安裝應用程式 ……", "Install recommended apps" : "安裝推薦的應用程式", + "Online" : "上線", + "Away" : "離開", + "Busy" : "忙碌", + "Do not disturb" : "請勿打擾", + "Mute all notifications" : "靜音所有通知", + "Invisible" : "隱藏", + "Appear offline" : "顯示為離線", "Avatar of {displayName}" : "{displayName} 的頭像", "Settings menu" : "設定選單", "Loading your contacts …" : "正在載入您的聯絡人 ……", @@ -520,7 +527,6 @@ OC.L10N.register( "Error fetching contact actions" : "擷取聯絡人時發生錯誤", "Non-existing tag #{tag}" : "不存在的標籤 #{tag}", "Restricted" : "受限", - "Invisible" : "隱藏", "Delete" : "刪除", "Rename" : "重新命名", "Collaborative tags" : "協作標籤", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 9cbfecf52af..3e2bde8dff6 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -293,6 +293,13 @@ "Skip" : "跳過", "Installing apps …" : "正在安裝應用程式 ……", "Install recommended apps" : "安裝推薦的應用程式", + "Online" : "上線", + "Away" : "離開", + "Busy" : "忙碌", + "Do not disturb" : "請勿打擾", + "Mute all notifications" : "靜音所有通知", + "Invisible" : "隱藏", + "Appear offline" : "顯示為離線", "Avatar of {displayName}" : "{displayName} 的頭像", "Settings menu" : "設定選單", "Loading your contacts …" : "正在載入您的聯絡人 ……", @@ -518,7 +525,6 @@ "Error fetching contact actions" : "擷取聯絡人時發生錯誤", "Non-existing tag #{tag}" : "不存在的標籤 #{tag}", "Restricted" : "受限", - "Invisible" : "隱藏", "Delete" : "刪除", "Rename" : "重新命名", "Collaborative tags" : "協作標籤", diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index e65fec51827..c4fb60ed37b 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -68,6 +68,7 @@ OC.L10N.register( "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A aplicação \"%s\" não pode ser instada porque não é compatível com esta versão do servidor.", "__language_name__" : "Português", "This is an automatically sent email, please do not reply." : "Este e-mail foi enviado automaticamente, por favor não responda a este e-mail.", + "Appearance and accessibility" : "Aspeto e acessibilidade", "Apps" : "Apps", "Settings" : "Definições", "Log out" : "Sair", diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index 9ee6ab8518c..868538bf3f5 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -66,6 +66,7 @@ "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A aplicação \"%s\" não pode ser instada porque não é compatível com esta versão do servidor.", "__language_name__" : "Português", "This is an automatically sent email, please do not reply." : "Este e-mail foi enviado automaticamente, por favor não responda a este e-mail.", + "Appearance and accessibility" : "Aspeto e acessibilidade", "Apps" : "Apps", "Settings" : "Definições", "Log out" : "Sair",