Merge branch 'pop-os:master' into master
This commit is contained in:
commit
b9b12ea35c
4 changed files with 134 additions and 59 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
cosmic-files = Fichiers COSMIC
|
cosmic-files = Fichiers COSMIC
|
||||||
empty-folder = Dossier vide
|
empty-folder = Dossier vide
|
||||||
empty-folder-hidden = Dossier vide (contient des éléments cachés)
|
empty-folder-hidden = Dossier vide (contient des éléments cachés)
|
||||||
|
no-results = Aucun résultat trouvé
|
||||||
filesystem = Système de fichiers
|
filesystem = Système de fichiers
|
||||||
home = Dossier personnel
|
home = Dossier personnel
|
||||||
notification-in-progress = Les opérations sur les fichiers sont en cours.
|
notification-in-progress = Les opérations sur les fichiers sont en cours.
|
||||||
|
|
@ -18,7 +19,7 @@ size = Taille
|
||||||
empty-trash = Vider la corbeille
|
empty-trash = Vider la corbeille
|
||||||
empty-trash-warning = Êtes-vous sûr de vouloir supprimer définitivement tous les éléments de la corbeille ?
|
empty-trash-warning = Êtes-vous sûr de vouloir supprimer définitivement tous les éléments de la corbeille ?
|
||||||
|
|
||||||
# New File/Folder Dialog
|
## New File/Folder Dialog
|
||||||
create-new-file = Créer un nouveau fichier
|
create-new-file = Créer un nouveau fichier
|
||||||
create-new-folder = Créer un nouveau dossier
|
create-new-folder = Créer un nouveau dossier
|
||||||
file-name = Nom du fichier
|
file-name = Nom du fichier
|
||||||
|
|
@ -29,23 +30,24 @@ name-hidden = Les noms commençant par "." seront cachés.
|
||||||
name-invalid = Le nom ne peut pas être "{$filename}".
|
name-invalid = Le nom ne peut pas être "{$filename}".
|
||||||
name-no-slashes = Le nom ne peut pas contenir de slashs.
|
name-no-slashes = Le nom ne peut pas contenir de slashs.
|
||||||
|
|
||||||
# Open/Save Dialog
|
## Open/Save Dialog
|
||||||
cancel = Annuler
|
cancel = Annuler
|
||||||
open = Ouvrir
|
open = Ouvrir
|
||||||
open-file = Ouvrir le fichier
|
open-file = Ouvrir le fichier
|
||||||
open-folder = Ouvrir le dossier
|
open-folder = Ouvrir le dossier
|
||||||
open-in-new-tab = Ouvrir dans un nouvel onglet
|
open-in-new-tab = Ouvrir dans un nouvel onglet
|
||||||
open-in-new-window = Ouvrir dans une nouvelle fenêtre
|
open-in-new-window = Ouvrir dans une nouvelle fenêtre
|
||||||
|
open-item-location = Ouvrir l'emplacement de l'élément
|
||||||
open-multiple-files = Ouvrir plusieurs fichiers
|
open-multiple-files = Ouvrir plusieurs fichiers
|
||||||
open-multiple-folders = Ouvrir plusieurs dossiers
|
open-multiple-folders = Ouvrir plusieurs dossiers
|
||||||
save = Enregistrer
|
save = Enregistrer
|
||||||
save-file = Enregistrer fichier
|
save-file = Enregistrer fichier
|
||||||
|
|
||||||
# Rename Dialog
|
## Rename Dialog
|
||||||
rename-file = Renommer le fichier
|
rename-file = Renommer le fichier
|
||||||
rename-folder = Renommer le dossier
|
rename-folder = Renommer le dossier
|
||||||
|
|
||||||
# Replace Dialog
|
## Replace Dialog
|
||||||
replace = Remplacer
|
replace = Remplacer
|
||||||
replace-title = {$filename} existe déjà à cet endroit.
|
replace-title = {$filename} existe déjà à cet endroit.
|
||||||
replace-warning = Voulez-vous remplacer ce fichier par celui que vous enregistrez ? Cela écrasera son contenu.
|
replace-warning = Voulez-vous remplacer ce fichier par celui que vous enregistrez ? Cela écrasera son contenu.
|
||||||
|
|
@ -56,6 +58,15 @@ apply-to-all = Appliquer à tous
|
||||||
keep-both = Conserver les deux
|
keep-both = Conserver les deux
|
||||||
skip = Ignorer
|
skip = Ignorer
|
||||||
|
|
||||||
|
|
||||||
|
## Metadata Dialog
|
||||||
|
owner = Propriétaire
|
||||||
|
group = Groupe
|
||||||
|
other = Autre
|
||||||
|
read = Lecture
|
||||||
|
write = Écriture
|
||||||
|
execute = Exécution
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
@ -65,7 +76,6 @@ git-description = Git commit {$hash} le {$date}
|
||||||
edit-history = Modifier l'historique
|
edit-history = Modifier l'historique
|
||||||
history = Historique
|
history = Historique
|
||||||
no-history = Aucun élément dans l'historique.
|
no-history = Aucun élément dans l'historique.
|
||||||
operations = Opérations
|
|
||||||
pending = En attente
|
pending = En attente
|
||||||
failed = Échoué
|
failed = Échoué
|
||||||
complete = Terminé
|
complete = Terminé
|
||||||
|
|
@ -82,6 +92,14 @@ copied = Copié {$items} {$items ->
|
||||||
} de {$from} vers {$to}
|
} de {$from} vers {$to}
|
||||||
emptying-trash = {trash} en cours de nettoyage
|
emptying-trash = {trash} en cours de nettoyage
|
||||||
emptied-trash = {trash} vidée
|
emptied-trash = {trash} vidée
|
||||||
|
extracting = Extraction de {$items} {$items ->
|
||||||
|
[one] élément
|
||||||
|
*[other] éléments
|
||||||
|
} de {$from} vers {$to}
|
||||||
|
extracted = Extraits {$items} {$items ->
|
||||||
|
[one] élément
|
||||||
|
*[other] éléments
|
||||||
|
} de {$from} vers {$to}
|
||||||
moving = Déplacement {$items} {$items ->
|
moving = Déplacement {$items} {$items ->
|
||||||
[one] élément
|
[one] élément
|
||||||
*[other] éléments
|
*[other] éléments
|
||||||
|
|
@ -110,13 +128,11 @@ default-app = {$name} (défaut)
|
||||||
## Show details
|
## Show details
|
||||||
show-details = Afficher les détails
|
show-details = Afficher les détails
|
||||||
|
|
||||||
## Properties
|
|
||||||
properties = Propriétés
|
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
settings = Paramètres
|
settings = Paramètres
|
||||||
settings-tab = Onglet
|
settings-tab = Onglet
|
||||||
settings-show-hidden = Afficher les fichiers cachés
|
settings-show-hidden = Afficher les fichiers cachés
|
||||||
|
default-view = Vue par défaut
|
||||||
icon-size-list = Taille des icônes (liste)
|
icon-size-list = Taille des icônes (liste)
|
||||||
icon-size-grid = Taille des icônes (grille)
|
icon-size-grid = Taille des icônes (grille)
|
||||||
sorting-name = Trier par
|
sorting-name = Trier par
|
||||||
|
|
@ -132,6 +148,7 @@ dark = Sombre
|
||||||
light = Clair
|
light = Clair
|
||||||
|
|
||||||
# Context menu
|
# Context menu
|
||||||
|
extract-here = Extraire
|
||||||
add-to-sidebar = Ajouter à la barre latérale
|
add-to-sidebar = Ajouter à la barre latérale
|
||||||
new-file = Nouveau fichier
|
new-file = Nouveau fichier
|
||||||
new-folder = Nouveau dossier
|
new-folder = Nouveau dossier
|
||||||
|
|
|
||||||
|
|
@ -70,47 +70,47 @@ no-history = Nessun elemento nella cronologia
|
||||||
pending = In sospeso
|
pending = In sospeso
|
||||||
failed = Non riuscito
|
failed = Non riuscito
|
||||||
complete = Completato
|
complete = Completato
|
||||||
copy_noun = Copy
|
copy_noun = Copia
|
||||||
creating = Creating {$name} in {$parent}
|
creating = Creazione di {$name} in {$parent}
|
||||||
created = Created {$name} in {$parent}
|
created = {$name} creato in {$parent}
|
||||||
copying = Copying {$items} {$items ->
|
copying = Copiando {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {$from} to {$to}
|
} da {$from} a {$to}
|
||||||
copied = Copied {$items} {$items ->
|
copied = Copiato {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {$from} to {$to}
|
} da {$from} a {$to}
|
||||||
emptying-trash = Emptying {trash}
|
emptying-trash = Svuotamento {trash}
|
||||||
emptied-trash = Emptied {trash}
|
emptied-trash = {trash} svuotato
|
||||||
extracting = Extracting {$items} {$items ->
|
extracting = Estraendo {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {$from} to {$to}
|
} da {$from} a {$to}
|
||||||
extracted = Extracted {$items} {$items ->
|
extracted = Estratto {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {$from} to {$to}
|
} da {$from} a {$to}
|
||||||
moving = Moving {$items} {$items ->
|
moving = Spostando {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {$from} to {$to}
|
} da {$from} a {$to}
|
||||||
moved = Moved {$items} {$items ->
|
moved = Spostato {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {$from} to {$to}
|
} da {$from} a {$to}
|
||||||
renaming = Renaming {$from} to {$to}
|
renaming = Rinomina {$from} in {$to}
|
||||||
renamed = Renamed {$from} to {$to}
|
renamed = Rinominato {$from} in {$to}
|
||||||
restoring = Restoring {$items} {$items ->
|
restoring = Ripristinando {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {trash}
|
} da {trash}
|
||||||
restored = Restored {$items} {$items ->
|
restored = Ripristinato {$items} {$items ->
|
||||||
[one] item
|
[one] elemento
|
||||||
*[other] items
|
*[other] elementi
|
||||||
} from {trash}
|
} da {trash}
|
||||||
undo = Undo
|
undo = Annulla
|
||||||
unknown-folder = unknown folder
|
unknown-folder = cartella sconosciuta
|
||||||
|
|
||||||
## Open with
|
## Open with
|
||||||
open-with = Apri con
|
open-with = Apri con
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,12 @@
|
||||||
cosmic-files = Ficheiros COSMIC
|
cosmic-files = Ficheiros COSMIC
|
||||||
empty-folder = Pasta vazia
|
empty-folder = Pasta vazia
|
||||||
empty-folder-hidden = Pasta vazia (tem ficheiros ocultos)
|
empty-folder-hidden = Pasta vazia (tem ficheiros ocultos)
|
||||||
|
no-results = Nenhum resultado encontrado
|
||||||
filesystem = Sistema de ficheiros
|
filesystem = Sistema de ficheiros
|
||||||
home = Pasta Pessoal
|
home = Pasta Pessoal
|
||||||
|
notification-in-progress = Operações de ficheiros estão a processar
|
||||||
trash = Lixo
|
trash = Lixo
|
||||||
|
undo = Desfazer
|
||||||
|
|
||||||
# List view
|
# List view
|
||||||
name = Nome
|
name = Nome
|
||||||
|
|
@ -34,6 +37,7 @@ open-file = Abrir ficheiro
|
||||||
open-folder = Abrir pasta
|
open-folder = Abrir pasta
|
||||||
open-in-new-tab = Abrir num novo separador
|
open-in-new-tab = Abrir num novo separador
|
||||||
open-in-new-window = Abrir numa nova janela
|
open-in-new-window = Abrir numa nova janela
|
||||||
|
open-item-location = Abrir localização do item
|
||||||
open-multiple-files = Abrir vários ficheiros
|
open-multiple-files = Abrir vários ficheiros
|
||||||
open-multiple-folders = Abrir várias pastas
|
open-multiple-folders = Abrir várias pastas
|
||||||
save = Guardar
|
save = Guardar
|
||||||
|
|
@ -54,24 +58,75 @@ apply-to-all = Aplicar a tudo
|
||||||
keep-both = Manter ambos
|
keep-both = Manter ambos
|
||||||
skip = Ignorar
|
skip = Ignorar
|
||||||
|
|
||||||
|
|
||||||
|
## Metadata Dialog
|
||||||
|
owner = Proprietário
|
||||||
|
group = Grupo
|
||||||
|
other = Outro
|
||||||
|
read = Leitura
|
||||||
|
write = Escrita
|
||||||
|
execute = Execução
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
## About
|
## About
|
||||||
git-description = Git commit {$hash} em {$date}
|
git-description = Git commit {$hash} em {$date}
|
||||||
|
|
||||||
## Operations
|
## Operations
|
||||||
operations = Operações
|
edit-history = Editar histórico
|
||||||
|
history = Histórico
|
||||||
|
no-history = Nenhum item no histórico.
|
||||||
pending = Pendentes
|
pending = Pendentes
|
||||||
failed = Falhadas
|
failed = Falhadas
|
||||||
complete = Concluídas
|
complete = Completo
|
||||||
copy_noun = Copiar
|
copy_noun = Copiado
|
||||||
|
creating = A criar {$name} em {$parent}
|
||||||
|
created = {$name} criado em {$parent}
|
||||||
|
copying = A copiar {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} de {$from} para {$to}
|
||||||
|
copied = Copiado {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} de {$from} para {$to}
|
||||||
|
emptying-trash = A esvaziar {trash}
|
||||||
|
emptied-trash = {trash} vazio
|
||||||
|
extracting = A extrair {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} de {$from} para {$to}
|
||||||
|
extracted = Extraído {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} de {$from} para {$to}
|
||||||
|
moving = A mover {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} de {$from} para {$to}
|
||||||
|
moved = Movido {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} de {$from} para {$to}
|
||||||
|
renaming = A renomear {$from} para {$to}
|
||||||
|
renamed = {$from} renomeado para {$to}
|
||||||
|
restoring = A restaurar {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} para {trash}
|
||||||
|
restored = Restaurado {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} para {trash}
|
||||||
|
undo = Desfazer
|
||||||
|
unknown-folder = pasta desconhecida
|
||||||
|
|
||||||
## Open with
|
## Open with
|
||||||
open-with = Abrir com
|
open-with = Abrir com...
|
||||||
default-app = {$name} (predefinição)
|
default-app = {$name} (predefinição)
|
||||||
|
|
||||||
## Properties
|
## Show details
|
||||||
properties = Propriedades
|
show-details = Mostrar detalhes
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
settings = Definições
|
settings = Definições
|
||||||
|
|
@ -93,10 +148,11 @@ dark = Escuro
|
||||||
light = Claro
|
light = Claro
|
||||||
|
|
||||||
# Context menu
|
# Context menu
|
||||||
|
extract-here = Extrair
|
||||||
add-to-sidebar = Adicionar à barra lateral
|
add-to-sidebar = Adicionar à barra lateral
|
||||||
new-file = Novo ficheiro
|
new-file = Novo ficheiro
|
||||||
new-folder = Nova pasta
|
new-folder = Nova pasta
|
||||||
open-with = Abrir com
|
open-in-terminal = Abrir no terminal
|
||||||
move-to-trash = Mover para o lixo
|
move-to-trash = Mover para o lixo
|
||||||
restore-from-trash = Restaurar do lixo
|
restore-from-trash = Restaurar do lixo
|
||||||
remove-from-sidebar = Remover da barra lateral
|
remove-from-sidebar = Remover da barra lateral
|
||||||
|
|
@ -110,9 +166,10 @@ sort-by-size = Ordenar por tamanho
|
||||||
file = Ficheiro
|
file = Ficheiro
|
||||||
new-tab = Novo separador
|
new-tab = Novo separador
|
||||||
new-window = Nova janela
|
new-window = Nova janela
|
||||||
rename = Renomear
|
rename = Renomear...
|
||||||
|
menu-show-details = Mostrar detalhes...
|
||||||
close-tab = Fechar separador
|
close-tab = Fechar separador
|
||||||
quit = Sair
|
quit = Sair
|
||||||
|
|
||||||
## Edit
|
## Edit
|
||||||
edit = Editar
|
edit = Editar
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,8 @@ pub static LANGUAGE_SORTER: Lazy<Collator> = Lazy::new(|| {
|
||||||
});
|
});
|
||||||
|
|
||||||
pub static LANGUAGE_CHRONO: Lazy<chrono::Locale> = Lazy::new(|| {
|
pub static LANGUAGE_CHRONO: Lazy<chrono::Locale> = Lazy::new(|| {
|
||||||
std::env::var("LANG")
|
std::env::var("LC_TIME")
|
||||||
|
.or_else(|_| std::env::var("LANG"))
|
||||||
.ok()
|
.ok()
|
||||||
.and_then(|locale_full| {
|
.and_then(|locale_full| {
|
||||||
// Split LANG because it may be set to a locale such as en_US.UTF8
|
// Split LANG because it may be set to a locale such as en_US.UTF8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue