feat: Add ability to configure and test SMTP via UI

This commit is contained in:
Maksim Eltyshev
2025-09-22 20:35:13 +02:00
parent 3a12bb7457
commit c6f4dcdb70
114 changed files with 2161 additions and 301 deletions
+10
View File
@@ -98,6 +98,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'اللون',
comments: null,
@@ -120,6 +121,7 @@ export default {
date: 'تاريخ',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'حذف المرفق',
@@ -183,6 +185,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'ساعات',
importBoard_title: 'استيراد اللوحة',
invalidCurrentPassword: 'كلمة المرور الحالية غير صالحة',
@@ -226,8 +229,10 @@ export default {
optional_inline: 'اختياري',
organization: 'المنظمة',
others: null,
passwordIsSet: null,
phone: 'الهاتف',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'التفضيلات',
pressPasteShortcutToAddAttachmentFromClipboard:
'نصيحة: اضغط على Ctrl-V (Cmd-V على Mac) لإضافة مرفق من الحافظة.',
@@ -236,6 +241,7 @@ export default {
projectNotFound_title: 'المشروع غير موجود',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'إزالة المدير',
removeMember_title: 'إزالة العضو',
role: null,
@@ -262,6 +268,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: 'فرز القائمة',
stopwatch: 'المؤقت',
story: null,
@@ -273,6 +280,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'لا يوجد معاينة متاحة لهذا المرفق.',
time: 'الوقت',
title: 'العنوان',
@@ -286,6 +294,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'إجراءات المستخدم',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> تمت إضافة هذه البطاقة إلى {{list}}',
@@ -422,6 +431,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'حفظ',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'إظهار جميع المرفقات ({{hidden}} hidden)',
showCardsWithThisUser: null,
+10
View File
@@ -102,6 +102,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Цвят',
comments: null,
@@ -124,6 +125,7 @@ export default {
date: 'Дата',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Изтриване на прикачен файл',
@@ -187,6 +189,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Часове',
importBoard_title: 'Импортиране на табло',
invalidCurrentPassword: 'Невалидна текуща парола',
@@ -230,8 +233,10 @@ export default {
optional_inline: 'по желание',
organization: 'Организация',
others: null,
passwordIsSet: null,
phone: 'Телефон',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Предпочитания',
pressPasteShortcutToAddAttachmentFromClipboard:
'Съвет: натиснете Ctrl-V (Cmd-V на Mac), за да добавите прикачен файл от клипборда',
@@ -240,6 +245,7 @@ export default {
projectNotFound_title: 'Проектът не е намерен',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Премахване на мениджър',
removeMember_title: 'Премахване на член',
role: null,
@@ -266,6 +272,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: 'Сортиране на списък',
stopwatch: 'Хронометър',
story: null,
@@ -277,6 +284,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Няма наличен преглед за този прикачен файл.',
time: 'Време',
title: 'Заглавие',
@@ -290,6 +298,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Потребителски действия',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> добави тази карта в {{list}}',
@@ -427,6 +436,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Запазване',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Показване на всички прикачени файлове ({{hidden}} скрити)',
showCardsWithThisUser: null,
+10
View File
@@ -111,6 +111,7 @@ export default {
'Karty na tomto seznamu jsou kompletní a připravené k archivaci.',
cardsOnThisListAreReadyToBeWorkedOn: 'Karty na tomto seznamu jsou připraveny k práci.',
clickHereOrRefreshPageToUpdate: '<0>Klikněte sem</0> nebo aktualizujte stránku.',
clientHostnameInEhlo: null,
closed: 'Uzavřeno',
color: 'Barva',
comments: 'Komentáře',
@@ -133,6 +134,7 @@ export default {
date: 'Datum',
deactivateUser_title: 'Deaktivace uživatele',
defaultCardType_title: 'Výchozí typ karty',
defaultFrom: null,
defaultView_title: 'Výchozí zobrazení',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Pro smazání tohoto projektu je třeba nejprve smazat všechny nástěnky',
@@ -197,6 +199,7 @@ export default {
grid: 'Mřížka',
hideCompletedTasks: 'Skrýt dokončené úkoly',
hideFromProjectListAndFavorites: 'Skrýt ze seznamu projektů a oblíbených položek',
host: null,
hours: 'Hodiny',
importBoard_title: 'Importovat nástěnku',
invalidCurrentPassword: 'Neplatné aktuální heslo',
@@ -241,9 +244,11 @@ export default {
optional_inline: 'volitelné',
organization: 'Společnost',
others: 'Jiné',
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA používá <1><0>Apprise</0></1> k zasílání oznámení do více než 100 oblíbených služeb.',
port: null,
preferences: 'Volby',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: stisknutím Ctrl-V (Cmd-V na Macu) přidáte přílohu ze schránky.',
@@ -252,6 +257,7 @@ export default {
projectNotFound_title: 'Projekt nenalezen',
projectOwner: 'Vlastník projektu',
referenceDataAndKnowledgeStorage: 'Uchovávání referenčních údajů a znalostí.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Odstranit správce',
removeMember_title: 'Odstranit člena',
role: 'Role',
@@ -278,6 +284,7 @@ export default {
shared: 'Sdílené',
sharedWithMe_title: 'Sdíleno se mnou',
showOnFrontOfCard: 'Zobrazit na přední straně karty',
smtp: null,
sortList_title: 'Řadit podle',
stopwatch: 'Časovač',
story: 'Příběh',
@@ -289,6 +296,7 @@ export default {
taskList_title: 'Seznam úkolů',
team: 'Tým',
terms: 'Podmínky',
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Pro tuto přílohu není k dispozici žádný náhled.',
time: 'Čas',
title: 'Titulek',
@@ -302,6 +310,7 @@ export default {
uploadFailedNotEnoughStorageSpace: 'Nahrávání se nezdařilo: Nedostatek úložného prostoru.',
uploadedImages: 'Nahrané obrázky',
url: 'URL',
useSecureConnection: null,
userActions_title: 'Akce uživatele',
userAddedCardToList: '<0>{{user}}</0> přidal <2>{{card}}</2> do {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> přidal kartu do {{list}}',
@@ -442,6 +451,7 @@ export default {
restoreToList: 'Obnovit do {{list}}',
returnToBoard: 'Návrat na nástěnku',
save: 'Uložit',
sendTestEmail: null,
showActive: 'Zobrazit aktivní',
showAllAttachments: 'Zozbrazit všechny přílohy ({{hidden}} skryté)',
showCardsWithThisUser: 'Zobrazit karty tohoto uživatele',
+10
View File
@@ -115,6 +115,7 @@ export default {
'Kort på denne liste er afsluttede og klar til at blive arkiveret.',
cardsOnThisListAreReadyToBeWorkedOn: 'Kort på denne liste er klar til at blive arbejdet på.',
clickHereOrRefreshPageToUpdate: '<0>Klik her</0> eller opdater siden for at opdatere.',
clientHostnameInEhlo: null,
closed: 'Lukket',
color: 'Farve',
comments: 'Kommentarer',
@@ -138,6 +139,7 @@ export default {
date: 'Dato',
deactivateUser_title: 'Deaktiver bruger',
defaultCardType_title: 'Standard korttype',
defaultFrom: null,
defaultView_title: 'Standard visning',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Slet alle tavler for at kunne slette dette projekt.',
@@ -202,6 +204,7 @@ export default {
grid: 'Gitter',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Skjul fra projektliste og favoritter',
host: null,
hours: 'Timer',
importBoard_title: 'Importer tavle',
invalidCurrentPassword: 'Nuværende adgangskode er ugyldig',
@@ -245,9 +248,11 @@ export default {
optional_inline: 'valgfri',
organization: 'Organisation',
others: 'Andre',
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA bruger <1><0>Apprise</0></1> til at sende notifikationer til over 100 populære tjenester.',
port: null,
preferences: 'Præferencer',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: Tryk Ctrl-V (Cmd-V på Mac) for at vedhæfte direkte fra udklipsholder.',
@@ -256,6 +261,7 @@ export default {
projectNotFound_title: 'Projekt ikke fundet',
projectOwner: 'Projektejer',
referenceDataAndKnowledgeStorage: 'Reference data og vidensopbevaring',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Fjern projektleder',
removeMember_title: 'Fjern medlem',
role: 'Rolle',
@@ -282,6 +288,7 @@ export default {
shared: 'Delt',
sharedWithMe_title: 'Delt med mig',
showOnFrontOfCard: 'Vis på forsiden af kortet',
smtp: null,
sortList_title: 'Sortér liste',
stopwatch: 'Stopur',
story: 'Story',
@@ -293,6 +300,7 @@ export default {
taskList_title: 'Opgaveliste',
team: 'Team',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Der er ingen forhåndsvisning tilgængelig for denne vedhæftning.',
time: 'Tid',
@@ -307,6 +315,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Uploadede billeder',
url: null,
useSecureConnection: null,
userActions_title: 'Brugerhandlinger',
userAddedCardToList: '<0>{{user}}</0> tilføjede <2>{{card}}</2> til {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> tilføjede kortet til {{list}}',
@@ -447,6 +456,7 @@ export default {
restoreToList: 'Gendan til {{list}}',
returnToBoard: 'Tilbage til tavle',
save: 'Gem ændringer',
sendTestEmail: null,
showActive: 'Vis aktive',
showAllAttachments: 'Vis alle vedhæftninger ({{hidden}} skjulte)',
showCardsWithThisUser: 'Vis kort med denne bruger',
+10
View File
@@ -125,6 +125,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn: 'Karten in dieser Liste sind bereit zur Bearbeitung.',
clickHereOrRefreshPageToUpdate:
'<0>Hier klicken</0> oder Seite aktualisieren, um zu aktualisieren.',
clientHostnameInEhlo: null,
closed: 'Geschlossen',
color: 'Farbe',
comments: 'Kommentare',
@@ -147,6 +148,7 @@ export default {
date: 'Datum',
deactivateUser_title: 'Benutzer deaktivieren',
defaultCardType_title: 'Standard-Kartentyp',
defaultFrom: null,
defaultView_title: 'Standardansicht',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Löschen Sie alle Arbeitsbereiche, um dieses Projekt löschen zu können',
@@ -211,6 +213,7 @@ export default {
grid: 'Raster',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Aus Projektliste und Favoriten ausblenden',
host: null,
hours: 'Stunden',
importBoard_title: 'Board importieren',
invalidCurrentPassword: 'Das aktuelle Passwort ist falsch',
@@ -254,9 +257,11 @@ export default {
optional_inline: 'Optional',
organization: 'Organisation',
others: 'Andere',
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA verwendet <1><0>Apprise</0></1>, um Benachrichtigungen an über 100 beliebte Dienste zu senden.',
port: null,
preferences: 'Voreinstellungen',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tipp: Drücken Sie STRG-V (Cmd-V auf Mac), um einen Anhang aus der Zwischenablage hinzuzufügen.',
@@ -265,6 +270,7 @@ export default {
projectNotFound_title: 'Projekt nicht gefunden',
projectOwner: 'Projektleitung',
referenceDataAndKnowledgeStorage: 'Speichern von Wissen und Referenzen.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Projektleiter entfernen',
removeMember_title: 'Mitglied entfernen',
role: 'Rolle',
@@ -291,6 +297,7 @@ export default {
shared: 'Geteilt',
sharedWithMe_title: 'Mit mir geteilt',
showOnFrontOfCard: 'Auf der Vorderseite der Karte anzeigen',
smtp: null,
sortList_title: 'Liste sortieren',
stopwatch: 'Stoppuhr',
story: 'Wissen',
@@ -302,6 +309,7 @@ export default {
taskList_title: 'Aufgaben',
team: 'Team',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Für diesen Anhang ist keine Vorschau verfügbar.',
time: 'Zeit',
title: 'Titel',
@@ -315,6 +323,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Hochgeladene Bilder',
url: null,
useSecureConnection: null,
userActions_title: 'Benutzeraktionen',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> hat diese Karte hinzugefügt zu {{list}}',
@@ -452,6 +461,7 @@ export default {
restoreToList: 'Wiederherstellen in {{list}}',
returnToBoard: 'Zurück zum Arbeitsbereich',
save: 'Speichern',
sendTestEmail: null,
showActive: 'Aktive anzeigen',
showAllAttachments: 'Alle Anhänge anzeigen ({{hidden}} versteckt)',
showCardsWithThisUser: 'Karten mit diesem Benutzer zeigen',
+10
View File
@@ -125,6 +125,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn:
'Οι κάρτες σε αυτήν τη λίστα είναι έτοιμες για επεξεργασία.',
clickHereOrRefreshPageToUpdate: '<0>Κάντε κλικ εδώ</0> ή ανανεώστε τη σελίδα για ενημέρωση.',
clientHostnameInEhlo: null,
closed: 'Κλειστό',
color: 'Χρώμα',
comments: 'Σχόλια',
@@ -148,6 +149,7 @@ export default {
date: 'Ημερομηνία',
deactivateUser_title: 'Απενεργοποίηση χρήστη',
defaultCardType_title: 'Προεπιλεγμένος τύπος κάρτας',
defaultFrom: null,
defaultView_title: 'Προεπιλεγμένη προβολή',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Διαγράψτε όλους τους πίνακες για να μπορέσετε να διαγράψετε αυτό το έργο',
@@ -212,6 +214,7 @@ export default {
grid: 'Πλέγμα',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Απόκρυψη από τη λίστα έργων και τα αγαπημένα',
host: null,
hours: 'Ώρες',
importBoard_title: 'Εισαγωγή πίνακα',
invalidCurrentPassword: 'Μη έγκυρος τρέχων κωδικός',
@@ -255,9 +258,11 @@ export default {
optional_inline: 'προαιρετικό',
organization: 'Οργάνωση',
others: 'Άλλοι',
passwordIsSet: null,
phone: 'Τηλέφωνο',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'Το PLANKA χρησιμοποιεί το <1><0>Apprise</0></1> για να στέλνει ειδοποιήσεις σε πάνω από 100 δημοφιλείς υπηρεσίες.',
port: null,
preferences: 'Προτιμήσεις',
pressPasteShortcutToAddAttachmentFromClipboard:
'Συμβουλή: πατήστε Ctrl-V (Cmd-V σε Mac) για να προσθέσετε συνημμένο από το πρόχειρο.',
@@ -266,6 +271,7 @@ export default {
projectNotFound_title: 'Το έργο δεν βρέθηκε',
projectOwner: 'Ιδιοκτήτης έργου',
referenceDataAndKnowledgeStorage: 'Αποθήκευση δεδομένων και γνώσης αναφοράς.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Αφαίρεση διαχειριστή',
removeMember_title: 'Αφαίρεση μέλους',
role: 'Ρόλος',
@@ -292,6 +298,7 @@ export default {
shared: 'Κοινόχρηστο',
sharedWithMe_title: 'Κοινόχρηστο με εμένα',
showOnFrontOfCard: 'Εμφάνιση στο μπροστινό μέρος της κάρτας',
smtp: null,
sortList_title: 'Ταξινόμηση λίστας',
stopwatch: 'Χρονόμετρο',
story: 'Ιστορία',
@@ -303,6 +310,7 @@ export default {
taskList_title: 'Λίστα εργασιών',
team: 'Ομάδα',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Δεν υπάρχει διαθέσιμη προεπισκόπηση για αυτό το συνημμένο.',
time: 'Ώρα',
@@ -317,6 +325,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Μεταφορτωμένες εικόνες',
url: null,
useSecureConnection: null,
userActions_title: 'Ενέργειες χρήστη',
userAddedCardToList: '<0>{{user}}</0> πρόσθεσε <2>{{card}}</2> στη λίστα {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> πρόσθεσε αυτήν την κάρτα στη λίστα {{list}}',
@@ -463,6 +472,7 @@ export default {
restoreToList: 'Επαναφορά στη {{list}}',
returnToBoard: 'Επιστροφή στον πίνακα',
save: 'Αποθήκευση',
sendTestEmail: null,
showActive: 'Εμφάνιση ενεργών',
showAllAttachments: 'Εμφάνιση όλων των συνημμένων ({{hidden}} κρυφά)',
showCardsWithThisUser: 'Εμφάνιση καρτών με αυτόν τον χρήστη',
+10
View File
@@ -115,6 +115,7 @@ export default {
'Cards on this list are complete and ready to be archived.',
cardsOnThisListAreReadyToBeWorkedOn: 'Cards on this list are ready to be worked on.',
clickHereOrRefreshPageToUpdate: '<0>Click here</0> or refresh the page to update.',
clientHostnameInEhlo: 'Client hostname in EHLO',
closed: 'Closed',
color: 'Color',
comments: 'Comments',
@@ -137,6 +138,7 @@ export default {
date: 'Date',
deactivateUser_title: 'Deactivate User',
defaultCardType_title: 'Default Card Type',
defaultFrom: 'Default "from"',
defaultView_title: 'Default View',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Delete all boards to be able to delete this project',
@@ -201,6 +203,7 @@ export default {
grid: 'Grid',
hideCompletedTasks: 'Hide completed tasks',
hideFromProjectListAndFavorites: 'Hide from project list and favorites',
host: 'Host',
hours: 'Hours',
importBoard_title: 'Import Board',
invalidCurrentPassword: 'Invalid current password',
@@ -245,9 +248,11 @@ export default {
optional_inline: 'optional',
organization: 'Organization',
others: 'Others',
passwordIsSet: 'Password is set',
phone: 'Phone',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA uses <1><0>Apprise</0></1> to send notifications to over 100 popular services.',
port: 'Port',
preferences: 'Preferences',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: press Ctrl-V (Cmd-V on Mac) to add an attachment from the clipboard.',
@@ -256,6 +261,7 @@ export default {
projectNotFound_title: 'Project Not Found',
projectOwner: 'Project owner',
referenceDataAndKnowledgeStorage: 'Reference data and knowledge storage.',
rejectUnauthorizedTlsCertificates: 'Reject unauthorized TLS certificates',
removeManager_title: 'Remove Manager',
removeMember_title: 'Remove Member',
role: 'Role',
@@ -282,6 +288,7 @@ export default {
shared: 'Shared',
sharedWithMe_title: 'Shared With Me',
showOnFrontOfCard: 'Show on front of card',
smtp: 'SMTP',
sortList_title: 'Sort List',
stopwatch: 'Stopwatch',
story: 'Story',
@@ -293,6 +300,7 @@ export default {
taskList_title: 'Task List',
team: 'Team',
terms: 'Terms',
testLog_title: 'Test Log',
thereIsNoPreviewAvailableForThisAttachment:
'There is no preview available for this attachment.',
time: 'Time',
@@ -307,6 +315,7 @@ export default {
uploadFailedNotEnoughStorageSpace: 'Upload failed: Not enough storage space.',
uploadedImages: 'Uploaded images',
url: 'URL',
useSecureConnection: 'Use secure connection',
userActions_title: 'User Actions',
userAddedCardToList: '<0>{{user}}</0> added <2>{{card}}</2> to {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> added this card to {{list}}',
@@ -446,6 +455,7 @@ export default {
restoreToList: 'Restore to {{list}}',
returnToBoard: 'Return to board',
save: 'Save',
sendTestEmail: 'Send test email',
showActive: 'Show active',
showAllAttachments: 'Show all attachments ({{hidden}} hidden)',
showCardsWithThisUser: 'Show cards with this user',
+10
View File
@@ -110,6 +110,7 @@ export default {
'Cards on this list are complete and ready to be archived.',
cardsOnThisListAreReadyToBeWorkedOn: 'Cards on this list are ready to be worked on.',
clickHereOrRefreshPageToUpdate: '<0>Click here</0> or refresh the page to update.',
clientHostnameInEhlo: 'Client hostname in EHLO',
closed: 'Closed',
color: 'Color',
comments: 'Comments',
@@ -132,6 +133,7 @@ export default {
date: 'Date',
deactivateUser_title: 'Deactivate User',
defaultCardType_title: 'Default Card Type',
defaultFrom: 'Default "from"',
defaultView_title: 'Default View',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Delete all boards to be able to delete this project',
@@ -196,6 +198,7 @@ export default {
grid: 'Grid',
hideCompletedTasks: 'Hide completed tasks',
hideFromProjectListAndFavorites: 'Hide from project list and favorites',
host: 'Host',
hours: 'Hours',
importBoard_title: 'Import Board',
invalidCurrentPassword: 'Invalid current password',
@@ -240,9 +243,11 @@ export default {
optional_inline: 'optional',
organization: 'Organization',
others: 'Others',
passwordIsSet: 'Password is set',
phone: 'Phone',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA uses <1><0>Apprise</0></1> to send notifications to over 100 popular services.',
port: 'Port',
preferences: 'Preferences',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: press Ctrl-V (Cmd-V on Mac) to add an attachment from the clipboard.',
@@ -251,6 +256,7 @@ export default {
projectNotFound_title: 'Project Not Found',
projectOwner: 'Project owner',
referenceDataAndKnowledgeStorage: 'Reference data and knowledge storage.',
rejectUnauthorizedTlsCertificates: 'Reject unauthorized TLS certificates',
removeManager_title: 'Remove Manager',
removeMember_title: 'Remove Member',
role: 'Role',
@@ -277,6 +283,7 @@ export default {
shared: 'Shared',
sharedWithMe_title: 'Shared With Me',
showOnFrontOfCard: 'Show on front of card',
smtp: 'SMTP',
sortList_title: 'Sort List',
stopwatch: 'Stopwatch',
story: 'Story',
@@ -288,6 +295,7 @@ export default {
taskList_title: 'Task List',
team: 'Team',
terms: 'Terms',
testLog_title: 'Test Log',
thereIsNoPreviewAvailableForThisAttachment:
'There is no preview available for this attachment.',
time: 'Time',
@@ -302,6 +310,7 @@ export default {
uploadFailedNotEnoughStorageSpace: 'Upload failed: Not enough storage space.',
uploadedImages: 'Uploaded images',
url: 'URL',
useSecureConnection: 'Use secure connection',
userActions_title: 'User Actions',
userAddedCardToList: '<0>{{user}}</0> added <2>{{card}}</2> to {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> added this card to {{list}}',
@@ -441,6 +450,7 @@ export default {
restoreToList: 'Restore to {{list}}',
returnToBoard: 'Return to board',
save: 'Save',
sendTestEmail: 'Send test email',
showActive: 'Show active',
showAllAttachments: 'Show all attachments ({{hidden}} hidden)',
showCardsWithThisUser: 'Show cards with this user',
+10
View File
@@ -116,6 +116,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn:
'Las tarjetas en esta lista están listas para ser trabajadas.',
clickHereOrRefreshPageToUpdate: '<0>Haz clic aquí</0> o actualiza la página para actualizar.',
clientHostnameInEhlo: null,
closed: 'Cerrado',
color: 'Color',
comments: 'Comentarios',
@@ -138,6 +139,7 @@ export default {
date: 'Fecha',
deactivateUser_title: 'Desactivar usuario',
defaultCardType_title: 'Tipo de tarjeta por defecto',
defaultFrom: null,
defaultView_title: 'Vista por defecto',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Elimina todos los tableros para poder eliminar este proyecto.',
@@ -202,6 +204,7 @@ export default {
grid: 'Cuadrícula',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Ocultar de la lista de proyectos y favoritos',
host: null,
hours: 'Horas',
importBoard_title: 'Importar tablero',
invalidCurrentPassword: 'Contraseña actual inválida',
@@ -245,9 +248,11 @@ export default {
optional_inline: 'opcional',
organization: 'Organización',
others: 'Otros',
passwordIsSet: null,
phone: 'Teléfono',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA utiliza <1><0>Apprise</0></1> para enviar notificaciones a más de 100 servicios populares.',
port: null,
preferences: 'Preferencias',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: presiona Ctrl-V (Cmd-V en Mac) para añadir adjuntos desde el portapapeles.',
@@ -256,6 +261,7 @@ export default {
projectNotFound_title: 'Proyecto no encontrado',
projectOwner: 'Propietario del proyecto',
referenceDataAndKnowledgeStorage: 'Datos de referencia y almacenamiento de conocimiento',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: null,
removeMember_title: 'Remover Miembro',
role: 'Rol',
@@ -282,6 +288,7 @@ export default {
shared: 'Compartido',
sharedWithMe_title: 'Compartido conmigo',
showOnFrontOfCard: 'Mostrar en el frente de la tarjeta',
smtp: null,
sortList_title: 'Ordenar',
stopwatch: 'Temporizador',
story: 'Historia',
@@ -293,6 +300,7 @@ export default {
taskList_title: 'Lista de tareas',
team: 'Equipo',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'No hay vista previa disponible para este adjunto.',
time: 'Tiempo',
@@ -307,6 +315,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Imágenes subidas',
url: null,
useSecureConnection: null,
userActions_title: 'Acciones de Usuario',
userAddedCardToList: '<0>{{user}}</0> añadió <2>{{card}}</2> a {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> añadido a esta tarjeta en {{list}}',
@@ -446,6 +455,7 @@ export default {
restoreToList: 'Restaurar a {{list}}',
returnToBoard: 'Volver al tablero',
save: 'Guardar',
sendTestEmail: null,
showActive: 'Mostrar activos',
showAllAttachments: 'Mostrar todos los adjuntos ({{hidden}} ocultos)',
showCardsWithThisUser: 'Mostrar tarjetas con este usuario',
+10
View File
@@ -115,6 +115,7 @@ export default {
'Kaardid sellel nimekirjal on täidetud ja valmis arhiveerimiseks.',
cardsOnThisListAreReadyToBeWorkedOn: 'Kaardid sellel nimekirjal on valmis tööle.',
clickHereOrRefreshPageToUpdate: '<0>Klõpsa siia</0> või uuendage lehte.',
clientHostnameInEhlo: null,
closed: 'Suletud',
color: 'Värv',
comments: 'Kommentaarid',
@@ -137,6 +138,7 @@ export default {
date: 'Kuupäev',
deactivateUser_title: 'Deaktiveeri kasutaja',
defaultCardType_title: 'Vaikimisi kaardi tüüp',
defaultFrom: null,
defaultView_title: 'Vaikimisi vaade',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Kustuta kõik tahvlid, et seda projekti kustutada',
@@ -201,6 +203,7 @@ export default {
grid: 'Grill',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Peida projektiloendist ja lemmikutest',
host: null,
hours: 'Tunnid',
importBoard_title: 'Impordi tahvel',
invalidCurrentPassword: 'Vale praegune parool',
@@ -244,9 +247,11 @@ export default {
optional_inline: 'valikuline',
organization: 'Organisatsioon',
others: 'Teised',
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA kasutab <1><0>Apprise</0></1> teavitusteenuse, et teavitada üle 100 populaarset teenust.',
port: null,
preferences: 'Eelistused',
pressPasteShortcutToAddAttachmentFromClipboard:
"Näpunäide: vajutage Ctrl-V (Cmd-V Mac'il) manuse lisamiseks kleebist.",
@@ -255,6 +260,7 @@ export default {
projectNotFound_title: 'Projekt ei leitud',
projectOwner: 'Projekti omanik',
referenceDataAndKnowledgeStorage: 'Viideandmete ja teadmise salvestamiseks.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Eemalda haldur',
removeMember_title: 'Eemalda liige',
role: 'Roll',
@@ -281,6 +287,7 @@ export default {
shared: 'Jagatud',
sharedWithMe_title: 'Jagatud minuga',
showOnFrontOfCard: 'Kuva kaardi ees',
smtp: null,
sortList_title: 'Nimekiri sorteerimine',
stopwatch: 'Stopper',
story: 'Kirjeldus',
@@ -292,6 +299,7 @@ export default {
taskList_title: 'Ülesanne nimekiri',
team: 'Töögrupp',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Selle manusi eelvaadet pole saadaval.',
time: 'Aeg',
title: 'Pealkiri',
@@ -305,6 +313,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Laaditud pildid',
url: null,
useSecureConnection: null,
userActions_title: 'Kasutaja tegevused',
userAddedCardToList: '<0>{{user}}</0> lisas <2>{{card}}</2> nimekirjaan {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> lisas selle kaardi nimekirjaan {{list}}',
@@ -445,6 +454,7 @@ export default {
restoreToList: 'Taasta nimekirja {{list}}',
returnToBoard: 'Tagasi tahvlile',
save: 'Salvesta',
sendTestEmail: null,
showActive: 'Näita aktiivseid',
showAllAttachments: 'Näita kõiki manuseid ({{hidden}} peidetud)',
showCardsWithThisUser: 'Näita selle kasutajaga kaarte',
+10
View File
@@ -99,6 +99,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'رنگ',
comments: null,
@@ -121,6 +122,7 @@ export default {
date: 'تاریخ',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'حذف پیوست',
@@ -184,6 +186,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'ساعت‌ها',
importBoard_title: 'وارد کردن برد',
invalidCurrentPassword: 'رمز عبور فعلی نامعتبر است',
@@ -227,8 +230,10 @@ export default {
optional_inline: 'اختیاری',
organization: 'سازمان',
others: null,
passwordIsSet: null,
phone: 'تلفن',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'ترجیحات',
pressPasteShortcutToAddAttachmentFromClipboard:
'نکته: با فشردن Ctrl-V (Cmd-V در مک) می‌توانید پیوست را از کلیپ بورد اضافه کنید.',
@@ -237,6 +242,7 @@ export default {
projectNotFound_title: 'پروژه یافت نشد',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'حذف مدیر',
removeMember_title: 'حذف عضو',
role: null,
@@ -263,6 +269,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: 'مرتب‌سازی لیست',
stopwatch: 'کرنومتر',
story: null,
@@ -274,6 +281,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'پیش نمایشی برای این پیوست موجود نیست.',
time: 'زمان',
title: 'عنوان',
@@ -287,6 +295,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'اقدامات کاربر',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> این کارت را به {{list}} اضافه کرد',
@@ -424,6 +433,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'ذخیره',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'نمایش همه پیوست‌ها ({{hidden}} مخفی)',
showCardsWithThisUser: null,
+10
View File
@@ -111,6 +111,7 @@ export default {
'Tämän listan kortit ovat valmiita ja voidaan arkistoida.',
cardsOnThisListAreReadyToBeWorkedOn: 'Tämän listan kortit ovat valmiita työstettäväksi.',
clickHereOrRefreshPageToUpdate: '<0>Päivitä tästä</0> tai lataa sivu uudelleen.',
clientHostnameInEhlo: null,
closed: 'Suljettu',
color: 'Väri',
comments: 'Kommentit',
@@ -133,6 +134,7 @@ export default {
date: 'Päivämäärä',
deactivateUser_title: 'Poista käyttäjä käytöstä',
defaultCardType_title: 'Oletuskorttityyppi',
defaultFrom: null,
defaultView_title: 'Oletusnäkymä',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Poista kaikki taulut, jotta voit poistaa tämän projektin',
@@ -197,6 +199,7 @@ export default {
grid: 'Ruudukko',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Piilota projektilistasta ja suosikeista',
host: null,
hours: 'Tunnit',
importBoard_title: 'Tuo taulu',
invalidCurrentPassword: 'Virheellinen nykyinen salasana',
@@ -240,9 +243,11 @@ export default {
optional_inline: 'valinnainen',
organization: 'Organisaatio',
others: 'Muut',
passwordIsSet: null,
phone: 'Puhelin',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA käyttää <1><0>Apprise</0></1> lähettääkseen ilmoituksia yli 100 suosittuun palveluun.',
port: null,
preferences: 'Asetukset',
pressPasteShortcutToAddAttachmentFromClipboard:
'Vinkki: paina Ctrl-V (tai Cmd-V Macilla) lisätäksesi liitteen leikepöydältä.',
@@ -251,6 +256,7 @@ export default {
projectNotFound_title: 'Projektia ei löytynyt',
projectOwner: 'Projektin omistaja',
referenceDataAndKnowledgeStorage: 'Viitetiedot ja tietovarasto.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Poista ylläpitäjä',
removeMember_title: 'Poista jäsen',
role: 'Rooli',
@@ -277,6 +283,7 @@ export default {
shared: 'Jaettu',
sharedWithMe_title: 'Jaettu kanssani',
showOnFrontOfCard: 'Näytä kortin etupuolella',
smtp: null,
sortList_title: 'Lajittele lista',
stopwatch: 'Ajastin',
story: 'Tarina',
@@ -288,6 +295,7 @@ export default {
taskList_title: 'Tehtävälista',
team: 'Tiimi',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Tälle liitteelle ei ole esikatselua saatavilla.',
time: 'Aika',
title: 'Otsikko',
@@ -301,6 +309,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Ladatut kuvat',
url: null,
useSecureConnection: null,
userActions_title: 'Käyttäjän toiminnot',
userAddedCardToList: '<0>{{user}}</0> lisäsi <2>{{card}}</2> listaan {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> lisäsi tämän kortin listaan {{list}}',
@@ -445,6 +454,7 @@ export default {
restoreToList: 'Palauta listaan {{list}}',
returnToBoard: 'Palaa tauluun',
save: 'Tallenna',
sendTestEmail: null,
showActive: 'Näytä aktiiviset',
showAllAttachments: 'Näytä kaikki liitteet ({{hidden}} piilotettu)',
showCardsWithThisUser: 'Näytä kortit, joissa tämä käyttäjä',
+10
View File
@@ -118,6 +118,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn: 'Les cartes de cette liste sont prêtes à être traitées.',
clickHereOrRefreshPageToUpdate:
'<0>Cliquez ici</0> ou rafraîchissez la page pour mettre à jour.',
clientHostnameInEhlo: null,
closed: 'Fermé',
color: 'Couleur',
comments: 'Commentaires',
@@ -141,6 +142,7 @@ export default {
date: 'Date',
deactivateUser_title: 'Désactiver l’utilisateur',
defaultCardType_title: 'Type de carte par défaut',
defaultFrom: null,
defaultView_title: 'Vue par défaut',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Supprimer tous les tableaux pour pouvoir supprimer ce projet.',
@@ -205,6 +207,7 @@ export default {
grid: 'Grille',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Masquer de la liste des projets et des favoris',
host: null,
hours: 'Heures',
importBoard_title: 'Importer un tableau',
invalidCurrentPassword: 'Mot de passe actuel invalide',
@@ -248,9 +251,11 @@ export default {
optional_inline: 'optionnel',
organization: 'Organisation',
others: 'Autres',
passwordIsSet: null,
phone: 'Téléphone',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA utilise <1><0>Apprise</0></1> pour envoyer des notifications vers plus de 100 services populaires.',
port: null,
preferences: 'Préférences',
pressPasteShortcutToAddAttachmentFromClipboard:
'Conseil: appuyer sur Ctrl-V (Cmd-V sur Mac) pour ajouter une pièce jointe depuis le presse-papiers',
@@ -259,6 +264,7 @@ export default {
projectNotFound_title: 'Projet introuvable',
projectOwner: 'Propriétaire de projet',
referenceDataAndKnowledgeStorage: 'Stockage de données de référence et de connaissances.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Supprimer le responsable',
removeMember_title: 'Supprimer le membre',
role: 'Rôle',
@@ -285,6 +291,7 @@ export default {
shared: 'Partagé',
sharedWithMe_title: 'Partagé avec moi',
showOnFrontOfCard: 'Afficher sur le devant de la carte',
smtp: null,
sortList_title: 'Trier la liste',
stopwatch: 'Minuteur',
story: 'Story',
@@ -296,6 +303,7 @@ export default {
taskList_title: 'Liste de tâches',
team: "Mes projets d'équipe",
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
"Il n'y a pas d'aperçu disponible pour cette pièce jointe.",
time: 'Temps',
@@ -310,6 +318,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Images téléchargées',
url: 'URL',
useSecureConnection: null,
userActions_title: "Actions de l'utilisateur",
userAddedCardToList: '<0>{{user}}</0> a ajouté <2>{{card}}</2> à {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> a ajouté cette carte à {{list}}',
@@ -449,6 +458,7 @@ export default {
restoreToList: 'Restauré dans {{list}}',
returnToBoard: 'Retourner au tableau',
save: 'Sauvegarder',
sendTestEmail: null,
showActive: 'Voir les actifs',
showAllAttachments: 'Afficher toutes les pièces jointes ({{hidden}} masquées)',
showCardsWithThisUser: 'Voir les cartes avec cet utilisateur',
+10
View File
@@ -108,6 +108,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn: 'A listán lévő kártyák készen állnak a munkára.',
clickHereOrRefreshPageToUpdate:
'<0>Kattintson ide</0> vagy frissítse az oldalt a frissítéshez.',
clientHostnameInEhlo: null,
closed: 'Lezárt',
color: 'Szín',
comments: 'Megjegyzések',
@@ -130,6 +131,7 @@ export default {
date: 'Dátum',
deactivateUser_title: 'Felhasználó inaktiválása',
defaultCardType_title: 'Alapértelmezett kártyatípus',
defaultFrom: null,
defaultView_title: 'Alapértelmezett nézet',
deleteAllBoardsToBeAbleToDeleteThisProject:
'A projekt törléséhez törölni kell az összes táblát.',
@@ -194,6 +196,7 @@ export default {
grid: 'Rács',
hideCompletedTasks: 'Befejezett feladatok elrejtése',
hideFromProjectListAndFavorites: 'Elrejtés a projektlistából és a kedvencekből',
host: null,
hours: 'Órák',
importBoard_title: 'Tábla importálása',
invalidCurrentPassword: 'Érvénytelen jelenlegi jelszó',
@@ -238,9 +241,11 @@ export default {
optional_inline: 'opcionális',
organization: 'Szervezet',
others: 'Egyebek',
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'A PLANKA az Apprise szolgáltatást használja több mint 100 népszerű szolgáltatás értesítéseinek küldésére.',
port: null,
preferences: 'Beállítások',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tipp: nyomja meg a Ctrl-V (Cmd-V a Mac-en) billentyűkombinációt a vágólapról történő melléklet hozzáadásához.',
@@ -249,6 +254,7 @@ export default {
projectNotFound_title: 'Projekt nem található',
projectOwner: 'Projekt tulajdonos',
referenceDataAndKnowledgeStorage: 'Referenciaadatok és tudástár.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Menedzser eltávolítása',
removeMember_title: 'Tag eltávolítása',
role: 'Szerepkör',
@@ -275,6 +281,7 @@ export default {
shared: 'Megosztott',
sharedWithMe_title: 'Velem megosztva',
showOnFrontOfCard: 'Megjelenítés a kártya borítóján',
smtp: null,
sortList_title: 'Rendezés listában',
stopwatch: 'Stopper',
story: 'Story',
@@ -286,6 +293,7 @@ export default {
taskList_title: 'Feladatlista',
team: 'Csapat',
terms: 'Felhasználási feltételek',
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Nincs elérhető előnézet ehhez a melléklethez.',
time: 'Idő',
title: 'Cím',
@@ -299,6 +307,7 @@ export default {
uploadFailedNotEnoughStorageSpace: 'Feltöltési hiba: nincs elég szabad tárhely',
uploadedImages: 'Feltöltött képek',
url: 'URL',
useSecureConnection: null,
userActions_title: 'Felhasználói műveletek',
userAddedCardToList:
'<0>{{user}}</0> hozzáadta a(z) <2>{{card}}</2> kártyát ehhez a listához: {{list}}',
@@ -446,6 +455,7 @@ export default {
restoreToList: 'Visszaállítás ide: {{list}}',
returnToBoard: 'Vissza a táblához',
save: 'Mentés',
sendTestEmail: null,
showActive: 'Aktívak megjelenítése',
showAllAttachments: 'Összes melléklet megjelenítése ({{hidden}} rejtve)',
showCardsWithThisUser: 'Kártyák megjelenítése ezzel a felhasználóval',
+10
View File
@@ -101,6 +101,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Warna',
comments: null,
@@ -123,6 +124,7 @@ export default {
date: 'Tanggal',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Hapus Lampiran',
@@ -186,6 +188,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Jam',
importBoard_title: 'Impor Papan',
invalidCurrentPassword: 'Kata sandi saat ini tidak valid',
@@ -229,8 +232,10 @@ export default {
optional_inline: 'opsional',
organization: 'Organisasi',
others: null,
passwordIsSet: null,
phone: 'Ponsel',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Preferensi',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: tekan Ctrl-V (Cmd-V di Mac) untuk menambahkan lampiran dari papan klip.',
@@ -239,6 +244,7 @@ export default {
projectNotFound_title: 'Proyek Tidak Ditemukan',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Hapus Manager',
removeMember_title: 'Hapus Anggota',
role: null,
@@ -265,6 +271,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Stopwatch',
story: null,
@@ -276,6 +283,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Tidak ada pratinjau yang tersedia untuk lampiran ini.',
time: 'Waktu',
@@ -290,6 +298,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Aksi Pengguna',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> menambahkan kartu ini ke {{list}}',
@@ -426,6 +435,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Simpan',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Tampilkan semua lampiran ({{hidden}} tersembunyi)',
showCardsWithThisUser: null,
+10
View File
@@ -116,6 +116,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn:
'Le schede in questa lista sono pronte per essere lavorate.',
clickHereOrRefreshPageToUpdate: '<0>Clicca qui</0> o ricarica la pagina per aggiornare.',
clientHostnameInEhlo: null,
closed: 'Chiuso',
color: 'Colore',
comments: 'Commenti',
@@ -139,6 +140,7 @@ export default {
date: 'Data',
deactivateUser_title: 'Disattiva utente',
defaultCardType_title: 'Tipo di scheda predefinito',
defaultFrom: null,
defaultView_title: 'Vista predefinita',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Elimina tutte le bacheche per poter eliminare questo progetto.',
@@ -203,6 +205,7 @@ export default {
grid: 'Griglia',
hideCompletedTasks: 'Nascondi task completate',
hideFromProjectListAndFavorites: 'Nascondi dalla lista dei progetti e dai preferiti',
host: null,
hours: 'Ore',
importBoard_title: 'Importa board',
invalidCurrentPassword: 'Password corrente non valida',
@@ -247,9 +250,11 @@ export default {
optional_inline: 'opzionale',
organization: 'Organizazzione',
others: 'Altri',
passwordIsSet: null,
phone: 'Telefono',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA utilizza <1><0>Apprise</0></1> per inviare notifiche a oltre 100 servizi popolari.',
port: null,
preferences: 'Preferenze',
pressPasteShortcutToAddAttachmentFromClipboard:
'Consiglio: premi Ctrl-V (Cmd-V on Mac) per aggiungere un allegato dalla clipboard.',
@@ -258,6 +263,7 @@ export default {
projectNotFound_title: 'Progetto non trovato',
projectOwner: 'Proprietario del progetto',
referenceDataAndKnowledgeStorage: 'Dati di riferimento e di archiviazione',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Rimuovi manager',
removeMember_title: 'Rimuovi membro',
role: 'Ruolo',
@@ -284,6 +290,7 @@ export default {
shared: 'Condiviso',
sharedWithMe_title: 'Condiviso con me',
showOnFrontOfCard: 'Mostra davanti alla scheda',
smtp: null,
sortList_title: 'Ordina',
stopwatch: 'Timer',
story: 'Storia',
@@ -295,6 +302,7 @@ export default {
taskList_title: 'Lista di task',
team: 'Team',
terms: 'Ho letto e accetto i termini e condizioni.',
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Non è disponibile alcuna anteprima per questo allegato.',
time: 'Tempo',
@@ -310,6 +318,7 @@ export default {
'Caricamento fallito: spazio di archiviazione insufficiente.',
uploadedImages: 'Immagini caricate',
url: 'URL',
useSecureConnection: null,
userActions_title: 'Azioni utente',
userAddedCardToList: '<0>{{user}}</0> ha aggiunto <2>{{card}}</2> a {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> ha aggiunto questa task a {{list}}',
@@ -450,6 +459,7 @@ export default {
restoreToList: 'Ripristina a {{list}}',
returnToBoard: 'Torna alla bacheca',
save: 'Salva',
sendTestEmail: null,
showActive: 'Mostra attivi',
showAllAttachments: 'Mostra tutti gli allegati ({{hidden}} nascosti)',
showCardsWithThisUser: 'Mostra schede con questo utente',
+10
View File
@@ -101,6 +101,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: '色',
comments: null,
@@ -123,6 +124,7 @@ export default {
date: '日付',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: '添付ファイルを削除',
@@ -186,6 +188,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: '時間',
importBoard_title: 'インポートボード',
invalidCurrentPassword: '現在のパスワードが無効',
@@ -229,8 +232,10 @@ export default {
optional_inline: '任意',
organization: '組織',
others: null,
passwordIsSet: null,
phone: '電話番号',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: '環境設定',
pressPasteShortcutToAddAttachmentFromClipboard:
'ヒント: Ctrl-V(MacではCmd-V)を押して、クリップボードから添付ファイルを追加します。',
@@ -239,6 +244,7 @@ export default {
projectNotFound_title: 'プロジェクトがありません',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'マネージャーを削除',
removeMember_title: 'メンバーを削除',
role: null,
@@ -265,6 +271,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'タイマー',
story: null,
@@ -276,6 +283,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'この添付ファイルにはプレビューがありません。',
time: '時間',
title: 'タイトル',
@@ -289,6 +297,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'ユーザーのアクション',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> 様が {{list}} をこのカードに追加しました',
@@ -426,6 +435,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: '保存',
sendTestEmail: null,
showActive: null,
showAllAttachments: '全ての添付ファイルを表示する({{hidden}} 非表示)',
showCardsWithThisUser: null,
+10
View File
@@ -99,6 +99,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: '색상',
comments: null,
@@ -121,6 +122,7 @@ export default {
date: '날짜',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: '첨부 파일 삭제',
@@ -184,6 +186,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: '시간',
importBoard_title: '보드 가져오기',
invalidCurrentPassword: '잘못된 현재 비밀번호',
@@ -227,8 +230,10 @@ export default {
optional_inline: '선택 사항',
organization: '조직',
others: null,
passwordIsSet: null,
phone: '전화',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: '환경 설정',
pressPasteShortcutToAddAttachmentFromClipboard:
'팁: Ctrl-V (Mac에서는 Cmd-V)를 눌러 클립보드에서 첨부 파일을 추가하세요.',
@@ -237,6 +242,7 @@ export default {
projectNotFound_title: '프로젝트를 찾을 수 없음',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: '관리자 제거',
removeMember_title: '멤버 제거',
role: null,
@@ -263,6 +269,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: '목록 정렬',
stopwatch: '스톱워치',
story: null,
@@ -274,6 +281,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'이 첨부 파일에 대한 미리보기를 사용할 수 없습니다.',
time: '시간',
@@ -288,6 +296,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: '사용자 작업',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0>님이 이 카드를 {{list}}에 추가했습니다',
@@ -425,6 +434,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: '저장',
sendTestEmail: null,
showActive: null,
showAllAttachments: '모든 첨부 파일 보기 ({{hidden}} 숨김)',
showCardsWithThisUser: null,
+10
View File
@@ -101,6 +101,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Kleur',
comments: null,
@@ -123,6 +124,7 @@ export default {
date: 'Datum',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Bijlage verwijderen',
@@ -186,6 +188,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Uren',
importBoard_title: 'Bord importeren',
invalidCurrentPassword: 'Ongeldig huidig wachtwoord',
@@ -229,8 +232,10 @@ export default {
optional_inline: 'optioneel',
organization: 'Organisatie',
others: null,
passwordIsSet: null,
phone: 'Telefoon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Voorkeuren',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: druk op Ctrl-V (Cmd-V op Mac) om een bijlage van het klembord toe te voegen.',
@@ -239,6 +244,7 @@ export default {
projectNotFound_title: 'Project niet gevonden',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Manager verwijderen',
removeMember_title: 'Lid verwijderen',
role: null,
@@ -265,6 +271,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Stopwatch',
story: null,
@@ -276,6 +283,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Er is geen voorbeeld beschikbaar voor deze bijlage.',
time: 'Tijd',
@@ -290,6 +298,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Gebruikersacties',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> heeft deze kaart toegevoegd aan {{list}}',
@@ -427,6 +436,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Opslaan',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Alle bijlagen weergeven ({{hidden}} verbergen)',
showCardsWithThisUser: null,
+10
View File
@@ -108,6 +108,7 @@ export default {
'Karty na tej liście są ukończone i gotowe do zarchiwizowania.',
cardsOnThisListAreReadyToBeWorkedOn: 'Karty na tej liście są gotowe do pracy nad nimi.',
clickHereOrRefreshPageToUpdate: '<0>Naciśnij tutaj</0> lub odśwież stronę, by zaktualizować.',
clientHostnameInEhlo: null,
closed: 'Zamknięte',
color: 'Kolor',
comments: 'Komentarze',
@@ -130,6 +131,7 @@ export default {
date: 'Data',
deactivateUser_title: 'Dezaktywuj Użytkownika',
defaultCardType_title: 'Domyślny Typ Karty',
defaultFrom: null,
defaultView_title: 'Domyślny Widok',
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Usuń Załącznik',
@@ -193,6 +195,7 @@ export default {
grid: 'Siatka',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Ukryj z listy projektów i ulubionych',
host: null,
hours: 'Godzin',
importBoard_title: 'Importuj Tablicę',
invalidCurrentPassword: 'Błędne obecne hasło',
@@ -236,9 +239,11 @@ export default {
optional_inline: 'opcjonalny',
organization: 'Organizacja',
others: 'Inne',
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA używa <1><0>Apprise</0></1> do wysyłania powiadomień do ponad 100 popularnych serwisów.',
port: null,
preferences: 'Preferencje',
pressPasteShortcutToAddAttachmentFromClipboard:
'Podpowiedź: naciśnij Ctrl-V (Cmd-V na Macu) aby dodać załącznik ze schowka.',
@@ -247,6 +252,7 @@ export default {
projectNotFound_title: 'Projektu Nie Znaleziono',
projectOwner: 'Właściciel projektu',
referenceDataAndKnowledgeStorage: 'Odnoś się do danych i przechowuj wiedzę',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Usuń Zarządcę',
removeMember_title: 'Usuń Członka',
role: 'Rola',
@@ -273,6 +279,7 @@ export default {
shared: 'Udostępniane',
sharedWithMe_title: 'Udostępniane Dla Mnie',
showOnFrontOfCard: 'Pokazuj na przodzie karty',
smtp: null,
sortList_title: 'Sortowanie Listy',
stopwatch: 'Stoper',
story: 'Scenorys',
@@ -284,6 +291,7 @@ export default {
taskList_title: 'Lista Zadań',
team: 'Zespół',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Brak podglądu dostępnego dla tego załącznika.',
time: 'Czas',
title: 'Tytuł',
@@ -297,6 +305,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Wgrane obrazy',
url: null,
useSecureConnection: null,
userActions_title: 'Akcje Użytkownika',
userAddedCardToList: '<0>{{user}}</0> dodał <2>{{card}}</2> do {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> dodał tę kartę do {{list}}',
@@ -437,6 +446,7 @@ export default {
restoreToList: 'Przywróć na {{list}}',
returnToBoard: 'Przywróć do tablicy',
save: 'Zapisz',
sendTestEmail: null,
showActive: 'Pokaż aktywne',
showAllAttachments: 'Pokaż wszystkie załączniki ({{hidden}} są ukryte)',
showCardsWithThisUser: 'Pokaż karty z tym użytkownikiem',
+10
View File
@@ -116,6 +116,7 @@ export default {
cardsOnThisListAreReadyToBeWorkedOn:
'Os cartões nesta lista estão prontos para serem trabalhados.',
clickHereOrRefreshPageToUpdate: '<0>Clique aqui</0> ou atualize a página para atualizar.',
clientHostnameInEhlo: null,
closed: 'Fechado',
color: 'Cor',
comments: 'Comentários',
@@ -139,6 +140,7 @@ export default {
date: 'Data',
deactivateUser_title: 'Desativar Usuário',
defaultCardType_title: 'Tipo de Cartão Padrão',
defaultFrom: null,
defaultView_title: 'Visualização Padrão',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Excluir todos os quadros para poder excluir este projeto',
@@ -203,6 +205,7 @@ export default {
grid: 'Grade',
hideCompletedTasks: 'Ocultar tarefas concluídas',
hideFromProjectListAndFavorites: 'Ocultar da lista de projetos e favoritos',
host: null,
hours: 'Horas',
importBoard_title: 'Importar Quadro',
invalidCurrentPassword: 'Senha atual inválida',
@@ -247,9 +250,11 @@ export default {
optional_inline: 'opcional',
organization: 'Organização',
others: 'Outros',
passwordIsSet: null,
phone: 'Telefone',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA usa <1><0>Apprise</0></1> para enviar notificações para mais de 100 serviços populares.',
port: null,
preferences: 'Preferências',
pressPasteShortcutToAddAttachmentFromClipboard:
'Dica: pressione Ctrl-V (Cmd-V no Mac) para adicionar um anexo da área de transferência.',
@@ -258,6 +263,7 @@ export default {
projectNotFound_title: 'Projeto não encontrado',
projectOwner: 'Proprietário do projeto',
referenceDataAndKnowledgeStorage: 'Armazenamento de dados de referência e conhecimento.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Remover Gerente',
removeMember_title: 'Remover Membro',
role: 'Função',
@@ -284,6 +290,7 @@ export default {
shared: 'Compartilhado',
sharedWithMe_title: 'Compartilhado Comigo',
showOnFrontOfCard: 'Mostrar na frente do cartão',
smtp: null,
sortList_title: 'Ordenar Lista',
stopwatch: 'Cronômetro',
story: 'História',
@@ -295,6 +302,7 @@ export default {
taskList_title: 'Lista de Tarefas',
team: 'Equipe',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Não há pré-visualização disponível para este anexo.',
time: 'Tempo',
@@ -309,6 +317,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Imagens enviadas',
url: 'URL',
useSecureConnection: null,
userActions_title: 'Ações do Usuário',
userAddedCardToList: '<0>{{user}}</0> adicionou <2>{{card}}</2> à {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> adicionou este cartão a {{list}}',
@@ -449,6 +458,7 @@ export default {
restoreToList: 'Restaurar para {{list}}',
returnToBoard: 'Voltar ao quadro',
save: 'Salvar',
sendTestEmail: null,
showActive: 'Mostrar ativos',
showAllAttachments: 'Mostrar todos os anexos ({{hidden}} ocultos)',
showCardsWithThisUser: 'Mostrar cartões com este usuário',
+10
View File
@@ -102,6 +102,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Cor',
comments: null,
@@ -124,6 +125,7 @@ export default {
date: 'Data',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Eliminar Anexo',
@@ -187,6 +189,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Horas',
importBoard_title: 'Importar Quadro',
invalidCurrentPassword: 'Palavra-passe atual inválida',
@@ -230,8 +233,10 @@ export default {
optional_inline: 'opcional',
organization: 'Organização',
others: null,
passwordIsSet: null,
phone: 'Telefone',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Preferências',
pressPasteShortcutToAddAttachmentFromClipboard:
'Dica: prima Ctrl-V (Cmd-V no Mac) para adicionar um anexo da área de transferência.',
@@ -240,6 +245,7 @@ export default {
projectNotFound_title: 'Projeto não encontrado',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Remover Gestor',
removeMember_title: 'Remover Membro',
role: null,
@@ -266,6 +272,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Cronómetro',
story: null,
@@ -277,6 +284,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Não há pré-visualização disponível para este anexo.',
time: 'Tempo',
@@ -291,6 +299,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Ações do Utilizador',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> adicionou este cartão à {{list}}',
@@ -428,6 +437,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Guardar',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Mostrar todos os anexos ({{hidden}} ocultos)',
showCardsWithThisUser: null,
+10
View File
@@ -101,6 +101,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Culoarea',
comments: null,
@@ -123,6 +124,7 @@ export default {
date: 'Data',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Ștergeți atașamentul',
@@ -186,6 +188,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Ore',
importBoard_title: 'Import Tabla',
invalidCurrentPassword: 'Parolă actuală nevalidă',
@@ -229,8 +232,10 @@ export default {
optional_inline: 'optional',
organization: 'Organizatia',
others: null,
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Preferințe',
pressPasteShortcutToAddAttachmentFromClipboard:
'Sfat: apăsați Ctrl-V (Cmd-V pe Mac) pentru a adăuga un atașament din clipboard.',
@@ -239,6 +244,7 @@ export default {
projectNotFound_title: 'Proiectul nu a fost găsit',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Eliminați Manager',
removeMember_title: 'Eliminați membru',
role: null,
@@ -265,6 +271,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Cronometru',
story: null,
@@ -276,6 +283,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment:
'Nu există nicio previzualizare disponibilă pentru acest atașament.',
time: 'Timp',
@@ -290,6 +298,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Acțiunile utilizatorului',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> a adăugat acest card în {{list}}',
@@ -427,6 +436,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Salveaza',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Afișați toate atașamentele ({{hidden}} ascunse)',
showCardsWithThisUser: null,
+10
View File
@@ -114,6 +114,7 @@ export default {
'Карточки в этом списке завершены и готовы к архивированию.',
cardsOnThisListAreReadyToBeWorkedOn: 'Карточки в этом списке готовы к работе.',
clickHereOrRefreshPageToUpdate: '<0>Нажмите здесь</0> или обновите страницу для обновления.',
clientHostnameInEhlo: null,
closed: 'Закрыто',
color: 'Цвет',
comments: 'Комментарии',
@@ -136,6 +137,7 @@ export default {
date: 'Дата',
deactivateUser_title: 'Деактивировать пользователя',
defaultCardType_title: 'Тип карточки по умолчанию',
defaultFrom: null,
defaultView_title: 'Вид по умолчанию',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Удалите все доски, чтобы иметь возможность удалить этот проект',
@@ -200,6 +202,7 @@ export default {
grid: 'Сетка',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: 'Скрыть из списка проектов и избранного',
host: null,
hours: 'Часы',
importBoard_title: 'Импорт доски',
invalidCurrentPassword: 'Неверный текущий пароль',
@@ -243,9 +246,11 @@ export default {
optional_inline: 'необязательно',
organization: 'Организация',
others: 'Другие',
passwordIsSet: null,
phone: 'Телефон',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA использует <1><0>Apprise</0></1> для отправки уведомлений в более чем 100 популярных сервисов.',
port: null,
preferences: 'Предпочтения',
pressPasteShortcutToAddAttachmentFromClipboard:
'Совет: нажмите Ctrl-V (Cmd-V на Mac), чтобы добавить вложение из буфера обмена.',
@@ -254,6 +259,7 @@ export default {
projectNotFound_title: 'Проект не найден',
projectOwner: 'Владелец проекта',
referenceDataAndKnowledgeStorage: 'Хранение справочных данных и знаний',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Удалить менеджера',
removeMember_title: 'Удаление участника',
role: 'Роль',
@@ -280,6 +286,7 @@ export default {
shared: 'Общий',
sharedWithMe_title: 'Общий со мной',
showOnFrontOfCard: 'Показать на лицевой стороне карточки',
smtp: null,
sortList_title: 'Сортировка списка',
stopwatch: 'Секундомер',
story: 'История',
@@ -291,6 +298,7 @@ export default {
taskList_title: 'Список задач',
team: 'Команда',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Предпросмотр для этого вложения недоступен.',
time: 'Время',
title: 'Название',
@@ -304,6 +312,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Загруженные изображения',
url: null,
useSecureConnection: null,
userActions_title: 'Действия с пользователем',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> добавил(а) эту карточку в {{list}}',
@@ -441,6 +450,7 @@ export default {
restoreToList: 'Восстановить в {{list}}',
returnToBoard: 'Вернуться на доску',
save: 'Сохранить',
sendTestEmail: null,
showActive: 'Показать активные',
showAllAttachments: 'Показать все вложения ({{hidden}} скрыто)',
showCardsWithThisUser: 'Показать карточки с этим пользователем',
+10
View File
@@ -101,6 +101,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Farba',
comments: null,
@@ -123,6 +124,7 @@ export default {
date: 'Dátum',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Zmazať prílohu',
@@ -186,6 +188,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Hodiny',
importBoard_title: null,
invalidCurrentPassword: 'Neplatné aktuálne heslo',
@@ -229,8 +232,10 @@ export default {
optional_inline: 'voliteľné',
organization: 'Spoločnosť',
others: null,
passwordIsSet: null,
phone: 'Telefón',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Voľby',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tip: stlačte Ctrl-V (Cmd-V na Mac) pre vloženie prílohy zo schránky.',
@@ -239,6 +244,7 @@ export default {
projectNotFound_title: 'Projekt neexistuje',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Odstrániť správcu',
removeMember_title: 'Odstrániť člena',
role: null,
@@ -265,6 +271,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Časovač',
story: null,
@@ -276,6 +283,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: null,
time: 'Čas',
title: 'Názov',
@@ -289,6 +297,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Akcie na používateľovi',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> pridal kartu do {{list}}',
@@ -426,6 +435,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Uložiť',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Zozbraziť všetky prílohy ({{hidden}} skryté)',
showCardsWithThisUser: null,
+10
View File
@@ -101,6 +101,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Боја',
comments: null,
@@ -123,6 +124,7 @@ export default {
date: 'Датум',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Обриши прилог',
@@ -186,6 +188,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Сати',
importBoard_title: 'Увези таблу',
invalidCurrentPassword: 'Неисправна тренутна лозинка',
@@ -229,8 +232,10 @@ export default {
optional_inline: 'опционо',
organization: 'Организација',
others: null,
passwordIsSet: null,
phone: 'Телефон',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Својства',
pressPasteShortcutToAddAttachmentFromClipboard:
'Савет: притисни Ctrl-V (Cmd-V на Меку) да би додао прилог са бележнице.',
@@ -239,6 +244,7 @@ export default {
projectNotFound_title: 'Пројекат није пронађен',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Уклони руководиоца',
removeMember_title: 'Уклони члана',
role: null,
@@ -265,6 +271,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: 'Сложи списак',
stopwatch: 'Штоперица',
story: null,
@@ -276,6 +283,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Нема прегледа доступног за овај прилог.',
time: 'Време',
title: 'Наслов',
@@ -289,6 +297,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Корисничке радње',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> је додао ову картицу на {{list}}',
@@ -426,6 +435,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Сачувај',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Прикажи све ({{hidden}} сакривене прилоге)',
showCardsWithThisUser: null,
+10
View File
@@ -98,6 +98,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Boja',
comments: null,
@@ -120,6 +121,7 @@ export default {
date: 'Datum',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Obriši prilog',
@@ -183,6 +185,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Sati',
importBoard_title: 'Uvezi tablu',
invalidCurrentPassword: 'Neispravna trenutna lozinka',
@@ -226,8 +229,10 @@ export default {
optional_inline: 'opciono',
organization: 'Organizacija',
others: null,
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Svojstva',
pressPasteShortcutToAddAttachmentFromClipboard:
'Savet: pritisni Ctrl-V (Cmd-V na Meku) da bi dodao prilog sa beležnice.',
@@ -236,6 +241,7 @@ export default {
projectNotFound_title: 'Projekat nije pronađen',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Ukloni rukovodioca',
removeMember_title: 'Ukloni člana',
role: null,
@@ -262,6 +268,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: 'Složi spisak',
stopwatch: 'Štoperica',
story: null,
@@ -273,6 +280,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Nema pregleda dostupnog za ovaj prilog.',
time: 'Vreme',
title: 'Naslov',
@@ -286,6 +294,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Korisničke radnje',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> je dodao ovu karticu na {{list}}',
@@ -423,6 +432,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Sačuvaj',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Prikaži sve ({{hidden}} sakrivene priloge)',
showCardsWithThisUser: null,
+10
View File
@@ -100,6 +100,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Färg',
comments: null,
@@ -122,6 +123,7 @@ export default {
date: 'Datum',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Ta bort bilaga',
@@ -185,6 +187,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Timmar',
importBoard_title: null,
invalidCurrentPassword: 'Ogiltigt nuvarande lösenord',
@@ -228,8 +231,10 @@ export default {
optional_inline: 'valfri',
organization: 'Organisation',
others: null,
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Preferenser',
pressPasteShortcutToAddAttachmentFromClipboard:
'Tips: tryck på Ctrl-V (Cmd-V på Mac) för att lägga till en bilaga från urklipp.',
@@ -238,6 +243,7 @@ export default {
projectNotFound_title: 'Projekt hittades inte',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Ta bort projektledare',
removeMember_title: 'Ta bort medlem',
role: null,
@@ -264,6 +270,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Timer',
story: null,
@@ -275,6 +282,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: null,
time: 'Tid',
title: 'Titel',
@@ -288,6 +296,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Användaråtgärder',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> lade till detta kort i {{list}}',
@@ -425,6 +434,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Spara',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Visa alla bilagor ({{hidden}} dolda)',
showCardsWithThisUser: null,
+10
View File
@@ -98,6 +98,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'renk',
comments: null,
@@ -120,6 +121,7 @@ export default {
date: 'tarih',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: 'Eki Sil',
@@ -183,6 +185,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'saat',
importBoard_title: null,
invalidCurrentPassword: 'Mevcut şifre yanlış',
@@ -226,8 +229,10 @@ export default {
optional_inline: 'İsteğe bağlı',
organization: 'Organizasyon',
others: null,
passwordIsSet: null,
phone: 'telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Tercihler',
pressPasteShortcutToAddAttachmentFromClipboard:
'İpucu: Panodan bir ek eklemek için CTRL-V ye (Macte Cmd-V) basın.',
@@ -236,6 +241,7 @@ export default {
projectNotFound_title: 'Proje bulunamadı',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Yöneticiyi Kaldır',
removeMember_title: 'Üyeyi Kaldır',
role: null,
@@ -262,6 +268,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'kronometre',
story: null,
@@ -273,6 +280,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Bu ek için önizleme mevcut değil.',
time: 'zaman',
title: 'başlık',
@@ -286,6 +294,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Kullanıcı İşlemleri',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> bu kartı {{list}} listesine ekledi',
@@ -423,6 +432,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Kaydet',
sendTestEmail: null,
showActive: null,
showAllAttachments: 'Tüm ekleri göster ({{hidden}} gizli)',
showCardsWithThisUser: null,
+10
View File
@@ -111,6 +111,7 @@ export default {
'Картки з цього списку завершені і готові до архівування.',
cardsOnThisListAreReadyToBeWorkedOn: 'Картки з цього списку готові до роботи.',
clickHereOrRefreshPageToUpdate: '<0>Натисніть тут</0> або оновіть сторінку для оновлення.',
clientHostnameInEhlo: null,
closed: 'Закрито',
color: 'Колір',
comments: 'Коментарі',
@@ -134,6 +135,7 @@ export default {
date: 'Дата',
deactivateUser_title: 'Деактивувати користувача',
defaultCardType_title: 'Тип картки за замовчуванням',
defaultFrom: null,
defaultView_title: 'Вигляд за замовчуванням',
deleteAllBoardsToBeAbleToDeleteThisProject:
'Видаліть усі дошки, щоб мати змогу видалити цей проект',
@@ -198,6 +200,7 @@ export default {
grid: 'Сітка',
hideCompletedTasks: 'Приховати виконані завдання',
hideFromProjectListAndFavorites: 'Приховати зі списку проектів та обраного',
host: null,
hours: 'Години',
importBoard_title: 'Імпортувати Дошку',
invalidCurrentPassword: 'Невірний поточний пароль',
@@ -242,9 +245,11 @@ export default {
optional_inline: 'опціонально',
organization: 'Організація',
others: 'Інші',
passwordIsSet: null,
phone: 'Телефон',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA використовує <1><0>Apprise</0></1> для надсилання сповіщень на понад 100 популярних сервісів.',
port: null,
preferences: 'Уподобання',
pressPasteShortcutToAddAttachmentFromClipboard:
'Порада: натисніть Ctrl-V (⌘V на Mac), щоб додати вкладення з буфера обміну.',
@@ -253,6 +258,7 @@ export default {
projectNotFound_title: 'Проект не знайдено',
projectOwner: 'Власник проекту',
referenceDataAndKnowledgeStorage: 'Довідкові дані та сховище знань.',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: 'Видалити Менеджера',
removeMember_title: 'Видалити Учасника',
role: 'Роль',
@@ -279,6 +285,7 @@ export default {
shared: 'Спільне',
sharedWithMe_title: 'Поділіться зі мною',
showOnFrontOfCard: 'Показати на лицьовій стороні картки',
smtp: null,
sortList_title: 'Сортування списку',
stopwatch: 'Секундомір',
story: 'Історія',
@@ -290,6 +297,7 @@ export default {
taskList_title: 'Список завдань',
team: 'Команда',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: 'Для цього вкладення немає доступного перегляду.',
time: 'Час',
title: 'Назва',
@@ -303,6 +311,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: 'Завантажені зображення',
url: 'Посилання',
useSecureConnection: null,
userActions_title: 'Дії користувача',
userAddedCardToList: '<0>{{user}}</0> додав(ла) <2>{{card}}</2> до {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> додав(ла) цю картку до {{list}}',
@@ -443,6 +452,7 @@ export default {
restoreToList: 'Відновити до {{list}}',
returnToBoard: 'Повернутися до дошки',
save: 'Зберегти',
sendTestEmail: null,
showActive: 'Показати активний',
showAllAttachments: 'Показати всі вкладення ({{hidden}} приховані)',
showCardsWithThisUser: 'Показати картки з цим користувачем',
+10
View File
@@ -97,6 +97,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: 'Rang',
comments: null,
@@ -119,6 +120,7 @@ export default {
date: 'Sana',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: "Ilovani O'chirish",
@@ -182,6 +184,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: 'Soat',
importBoard_title: null,
invalidCurrentPassword: 'Hozirgi parol xato',
@@ -225,8 +228,10 @@ export default {
optional_inline: 'ixtiyoriy',
organization: 'Tashkilot',
others: null,
passwordIsSet: null,
phone: 'Telefon',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: 'Afzalliklar',
pressPasteShortcutToAddAttachmentFromClipboard:
"Tip: Buferdan ilova qo'shish uchun Ctrl-V (Mac da Cmd-V) ni bosing.",
@@ -235,6 +240,7 @@ export default {
projectNotFound_title: 'Loyiha Topilmadi',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: "Boshqaruvchini O'chirish",
removeMember_title: "A'zoni O'chirish",
role: null,
@@ -261,6 +267,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: 'Taymer',
story: null,
@@ -272,6 +279,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: null,
time: 'Vaqt',
title: 'Sarlavha',
@@ -285,6 +293,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: 'Foydalanuvchi Amallari',
userAddedCardToList: null,
userAddedThisCardToList: "Ushbu kartani {{list}} ga<0>{{user}}</0> qo'shdi",
@@ -422,6 +431,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: 'Saqlash',
sendTestEmail: null,
showActive: null,
showAllAttachments: "Barcha ilovalarni ko'rsatish ({{hidden}} yashirilgan)",
showCardsWithThisUser: null,
+10
View File
@@ -98,6 +98,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: '此列表中的卡片已完成并准备归档',
cardsOnThisListAreReadyToBeWorkedOn: '此列表中的卡片已准备就绪可开始工作',
clickHereOrRefreshPageToUpdate: '<0>点击此处</0>或刷新页面更新',
clientHostnameInEhlo: null,
closed: '已关闭',
color: '颜色',
comments: '评论',
@@ -120,6 +121,7 @@ export default {
date: '日期',
deactivateUser_title: '停用用户',
defaultCardType_title: '默认卡片类型',
defaultFrom: null,
defaultView_title: '默认视图',
deleteAllBoardsToBeAbleToDeleteThisProject: '删除所有面板后方可删除此项目',
deleteAttachment_title: '删除附件',
@@ -183,6 +185,7 @@ export default {
grid: '网格',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: '从项目列表和收藏中隐藏',
host: null,
hours: '小时',
importBoard_title: '导入面板',
invalidCurrentPassword: '当前密码错误',
@@ -226,9 +229,11 @@ export default {
optional_inline: '可选的',
organization: '组织机构',
others: '其他',
passwordIsSet: null,
phone: '电话',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA使用<1><0>Apprise</0></1>向100多个流行服务发送通知',
port: null,
preferences: '偏好',
pressPasteShortcutToAddAttachmentFromClipboard:
'提示: 按下 Ctrl-V (Mac: Cmd-V) 从剪切板添加附件',
@@ -237,6 +242,7 @@ export default {
projectNotFound_title: '项目未找到',
projectOwner: '项目所有者',
referenceDataAndKnowledgeStorage: '参考数据和知识存储',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: '删除管理员',
removeMember_title: '删除成员',
role: '角色',
@@ -263,6 +269,7 @@ export default {
shared: '共享',
sharedWithMe_title: '与我共享',
showOnFrontOfCard: '在卡片正面显示',
smtp: null,
sortList_title: '排序列表',
stopwatch: '计时器',
story: '故事',
@@ -274,6 +281,7 @@ export default {
taskList_title: '任务列表',
team: '团队',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: '此附件无法预览',
time: '时间',
title: '标题',
@@ -287,6 +295,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: '已上传图片',
url: '网址',
useSecureConnection: null,
userActions_title: '用户操作',
userAddedCardToList: '<0>{{user}}</0> 将 <2>{{card}}</2> 添加到 {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> 向列表 {{list}} 添加了该卡片',
@@ -424,6 +433,7 @@ export default {
restoreToList: '恢复到 {{list}}',
returnToBoard: '返回面板',
save: '保存',
sendTestEmail: null,
showActive: '显示活跃',
showAllAttachments: '显示所有的附件 ({{hidden}} 隐藏)',
showCardsWithThisUser: '显示包含此用户的卡片',
+10
View File
@@ -95,6 +95,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
cardsOnThisListAreReadyToBeWorkedOn: null,
clickHereOrRefreshPageToUpdate: null,
clientHostnameInEhlo: null,
closed: null,
color: '顏色',
comments: null,
@@ -117,6 +118,7 @@ export default {
date: '日期',
deactivateUser_title: null,
defaultCardType_title: null,
defaultFrom: null,
defaultView_title: null,
deleteAllBoardsToBeAbleToDeleteThisProject: null,
deleteAttachment_title: '刪除附件',
@@ -180,6 +182,7 @@ export default {
grid: null,
hideCompletedTasks: null,
hideFromProjectListAndFavorites: null,
host: null,
hours: '小時',
importBoard_title: '導入看板',
invalidCurrentPassword: '當前密碼錯誤',
@@ -223,8 +226,10 @@ export default {
optional_inline: '可選的',
organization: '組織機構',
others: null,
passwordIsSet: null,
phone: '電話',
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
port: null,
preferences: '偏好設定',
pressPasteShortcutToAddAttachmentFromClipboard:
'提示: 按下 Ctrl-V (Mac: Cmd-V) 從剪貼簿添加附件',
@@ -233,6 +238,7 @@ export default {
projectNotFound_title: '專案未找到',
projectOwner: null,
referenceDataAndKnowledgeStorage: null,
rejectUnauthorizedTlsCertificates: null,
removeManager_title: '刪除管理員',
removeMember_title: '刪除成員',
role: null,
@@ -259,6 +265,7 @@ export default {
shared: null,
sharedWithMe_title: null,
showOnFrontOfCard: null,
smtp: null,
sortList_title: null,
stopwatch: '碼表',
story: null,
@@ -270,6 +277,7 @@ export default {
taskList_title: null,
team: null,
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: '此附件無法預覽',
time: '時間',
title: '標題',
@@ -283,6 +291,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: null,
url: null,
useSecureConnection: null,
userActions_title: '使用者操作',
userAddedCardToList: null,
userAddedThisCardToList: '<0>{{user}}</0> 向列表 {{list}} 添加了該卡片',
@@ -419,6 +428,7 @@ export default {
restoreToList: null,
returnToBoard: null,
save: '保存',
sendTestEmail: null,
showActive: null,
showAllAttachments: '顯示所有附件 ({{hidden}} 隱藏)',
showCardsWithThisUser: null,