mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-19 16:54:27 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
57d014829a
commit
bf360c904b
@ -2,6 +2,7 @@
|
||||
"Unsupported file type for import" => "Importació d'un tipus de fitxer no implementat",
|
||||
"Bookmarks" => "Adreces d'interès",
|
||||
"Tags" => "Etiquetes",
|
||||
"Filter by tag" => "Filtrat per etiqueta",
|
||||
"Edit bookmark" => "Edita l'adreça d'interès",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Segur que voleu eliminar aquesta etiqueta de cada entrada?",
|
||||
"Warning" => "Avís",
|
||||
@ -24,6 +25,7 @@
|
||||
"Related Tags" => "Etiquetes relacionades",
|
||||
"Settings" => "Configuració",
|
||||
"You have no bookmarks" => "No teniu adreces d'interès",
|
||||
"You can also try to import a bookmark file" => "També podeu intentar importar un fitxer d'adreces d'interès",
|
||||
"Bookmarklet" => "Bookmarklet",
|
||||
"Export & Import" => "Exporta i importa",
|
||||
"Export" => "Exporta",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"Unsupported file type for import" => "Dateityp wird für den Import nicht unterstützt",
|
||||
"Bookmarks" => "Lesezeichen",
|
||||
"Tags" => "Tags",
|
||||
"Filter by tag" => "Nach Schlagworten filtern",
|
||||
"Edit bookmark" => "Lesezeichen bearbeiten",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Soll dieses Schlagwort wirklich von allen Einträgen entfernt werden?",
|
||||
"Warning" => "Warnung",
|
||||
@ -24,6 +25,7 @@
|
||||
"Related Tags" => "Verwandte Schlagworte",
|
||||
"Settings" => "Einstellungen",
|
||||
"You have no bookmarks" => "Du hast keine Lesezeichen",
|
||||
"You can also try to import a bookmark file" => "Du kannst auch versuchen eine Lesezeichendatei zu importieren.",
|
||||
"Bookmarklet" => "Bookmarklet",
|
||||
"Export & Import" => "Export & Import",
|
||||
"Export" => "Exportieren",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"Unsupported file type for import" => "Tipo de archivo no compatible para importar",
|
||||
"Bookmarks" => "Marcadores",
|
||||
"Tags" => "Etiquetas",
|
||||
"Filter by tag" => "Filtro por etiquetas",
|
||||
"Edit bookmark" => "Editar marcador",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Esta seguro que desea remover este tag de todas las entradas?",
|
||||
"Warning" => "Preacucion",
|
||||
@ -24,6 +25,9 @@
|
||||
"Related Tags" => "Tags relacionados",
|
||||
"Settings" => "Ajustes",
|
||||
"You have no bookmarks" => "No tienes marcadores",
|
||||
"You can also try to import a bookmark file" => "También puede intentar importar un archivo de marcadores",
|
||||
"Bookmarklet" => "Marcador de JavaScript",
|
||||
"Export & Import" => "Exportar e Importar",
|
||||
"Export" => "Exportar",
|
||||
"Import" => "Importart"
|
||||
);
|
||||
|
@ -2,6 +2,7 @@
|
||||
"Unsupported file type for import" => "Tuonti ei tue kyseistä tiedostotyyppiä",
|
||||
"Bookmarks" => "Kirjanmerkit",
|
||||
"Tags" => "Tunnisteet",
|
||||
"Filter by tag" => "Suodata tunnisteen perusteella",
|
||||
"Edit bookmark" => "Muokkaa kirjanmerkkejä",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Haluatko varmasti poistaa tämän tunnisteen jokaiselta kohteelta?",
|
||||
"Warning" => "Varoitus",
|
||||
@ -24,6 +25,7 @@
|
||||
"Related Tags" => "Vastaavanlaiset tunnisteet",
|
||||
"Settings" => "Asetukset",
|
||||
"You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä",
|
||||
"You can also try to import a bookmark file" => "Voit myös yrittää tuoda kirjanmerkkitiedoston",
|
||||
"Bookmarklet" => "Kirjanmerkitsin",
|
||||
"Export & Import" => "Vienti ja tuonti",
|
||||
"Export" => "Vie",
|
||||
|
@ -1,9 +1,13 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Unsupported file type for import" => "Nieobsługiwany typ pliku do importu",
|
||||
"Bookmarks" => "Zakładki",
|
||||
"Tags" => "Tagi",
|
||||
"Filter by tag" => "Filtruj po tagach",
|
||||
"Edit bookmark" => "Edytuj zakładkę",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Czy na pewno chcesz usunąć ten tag na każdym wejściu?",
|
||||
"Warning" => "Ostrzeżenie",
|
||||
"Import completed successfully." => "Importowanie zostało pomyślnie ukończone.",
|
||||
"Uploading..." => "Wgrywanie....",
|
||||
"Bookm." => "Zakładka",
|
||||
"Add a bookmark" => "Dodaj zakładkę",
|
||||
"Close" => "Zamknij",
|
||||
@ -21,6 +25,9 @@
|
||||
"Related Tags" => "Powiązane Tagi",
|
||||
"Settings" => "Ustawienia",
|
||||
"You have no bookmarks" => "Nie masz żadnych zakładek",
|
||||
"You can also try to import a bookmark file" => "Można również spróbować zaimportować plik zakładki",
|
||||
"Bookmarklet" => "Zakładka",
|
||||
"Export & Import" => "Eksportuj i Importuj",
|
||||
"Export" => "Export",
|
||||
"Import" => "Import"
|
||||
);
|
||||
|
@ -1,9 +1,13 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Unsupported file type for import" => "Не подходящий тип файла для импорта",
|
||||
"Bookmarks" => "Закладки",
|
||||
"Tags" => "Метки",
|
||||
"Filter by tag" => "Фильтр по тегу",
|
||||
"Edit bookmark" => "Редактировать закладку",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Вы уверены, что хотите удалить этот тег из каждой записи?",
|
||||
"Warning" => "Предупреждение",
|
||||
"Import completed successfully." => "Импортирование завершилось успешно.",
|
||||
"Uploading..." => "Загрузка...",
|
||||
"Bookm." => "Закл.",
|
||||
"Add a bookmark" => "Добавить закладку",
|
||||
"Close" => "Закрыть",
|
||||
@ -21,6 +25,9 @@
|
||||
"Related Tags" => "Связанные теги",
|
||||
"Settings" => "Конфигурация",
|
||||
"You have no bookmarks" => "У вас нет закладок",
|
||||
"You can also try to import a bookmark file" => "Вы также можете попробовать импортировать файл закладки",
|
||||
"Bookmarklet" => "Bookmarklet",
|
||||
"Export & Import" => "Экспорт & Импорт",
|
||||
"Export" => "Экспорт",
|
||||
"Import" => "Импорт"
|
||||
);
|
||||
|
@ -2,6 +2,7 @@
|
||||
"Unsupported file type for import" => "ආයාත කරන ගොනුව රුචි නොවේ",
|
||||
"Bookmarks" => "පිටු සළකුනු",
|
||||
"Tags" => "ටැග",
|
||||
"Filter by tag" => "ටැගය ආධාරයෙන් පෙරන්න",
|
||||
"Edit bookmark" => "පිටු සළකුනු සකසන්න",
|
||||
"Are you sure you want to remove this tag from every entry?" => "මෙම ටැගය සියළු ඇතුලත් කිරීමකින් ඉවත් කරන බව ඔබට සහතිකද",
|
||||
"Warning" => "අනතුරු ඇඟවිම",
|
||||
@ -24,6 +25,7 @@
|
||||
"Related Tags" => "අදාළ ටැගයන්",
|
||||
"Settings" => "සිටුවම්",
|
||||
"You have no bookmarks" => "පිටු සළකුනු නොමැත",
|
||||
"You can also try to import a bookmark file" => "පිටුසන අඩංගු ගොනුවක් ආයාත කිරීමට උත්සහ කළ හැක",
|
||||
"Export & Import" => "ආයාත හා නිර්යාත",
|
||||
"Export" => "නිර්යාත කරන්න",
|
||||
"Import" => "ආයාත කරන්න"
|
||||
|
16
l10n/vi.php
16
l10n/vi.php
@ -1,7 +1,19 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Unsupported file type for import" => "Loại tập tin không được hỗ trợ để import",
|
||||
"Bookmarks" => "Đánh dấu",
|
||||
"Tags" => "Tags",
|
||||
"Filter by tag" => "Filter by tag",
|
||||
"Edit bookmark" => "Sửa bookmark",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Bạn có chắc chắn bạn muốn loại bỏ tags này ?",
|
||||
"Warning" => "Cảnh báo",
|
||||
"Import completed successfully." => "import thành công",
|
||||
"Uploading..." => "tải lên...",
|
||||
"Bookm." => "Bookm.",
|
||||
"Add a bookmark" => " Thêm bookmark",
|
||||
"Close" => "Đóng",
|
||||
"The title of the page" => "Tiêu đề trang",
|
||||
"The address of the page" => "Địa chỉ trang",
|
||||
"Description of the page" => "Mô tả trang",
|
||||
"Save" => "Lưu",
|
||||
"Delete" => "Xóa",
|
||||
"Edit" => "Sửa",
|
||||
@ -10,8 +22,12 @@
|
||||
"Read later" => "Đọc sau",
|
||||
"Address" => "Địa chỉ",
|
||||
"Add" => "Thêm",
|
||||
"Related Tags" => "Related Tags",
|
||||
"Settings" => "Tùy chỉnh",
|
||||
"You have no bookmarks" => "Bạn chưa có đánh dấu nào",
|
||||
"You can also try to import a bookmark file" => "Bạn cũng có thể cố gắng để import một tập tin bookmark",
|
||||
"Bookmarklet" => "Bookmarklet",
|
||||
"Export & Import" => "Export & Import",
|
||||
"Export" => "Xuất",
|
||||
"Import" => "Nhập"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user