Update translations.

This commit is contained in:
Lauri Ojansivu 2020-09-15 22:51:51 +03:00
parent 0ccbfcfc9e
commit e05541da88
53 changed files with 423 additions and 52 deletions

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "مسح التصفية", "filter-clear": "مسح التصفية",
"filter-labels-label": "Filter by label",
"filter-no-label": "لا يوجد ملصق", "filter-no-label": "لا يوجد ملصق",
"filter-member-label": "Filter by member",
"filter-no-member": "ليس هناك أي عضو", "filter-no-member": "ليس هناك أي عضو",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "التصفية تشتغل", "filter-on": "التصفية تشتغل",
"filter-on-desc": "أنت بصدد تصفية بطاقات هذه اللوحة. اضغط هنا لتعديل التصفية.", "filter-on-desc": "أنت بصدد تصفية بطاقات هذه اللوحة. اضغط هنا لتعديل التصفية.",
"filter-to-selection": "تصفية بالتحديد", "filter-to-selection": "تصفية بالتحديد",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "الإسم الكامل", "fullname": "الإسم الكامل",
@ -420,6 +425,8 @@
"moveCardToTop-title": "التحرك إلى الأعلى", "moveCardToTop-title": "التحرك إلى الأعلى",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "تحديد أكثر من واحدة", "multi-selection": "تحديد أكثر من واحدة",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "مكتوم", "muted": "مكتوم",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Премахване на филтрите", "filter-clear": "Премахване на филтрите",
"filter-labels-label": "Filter by label",
"filter-no-label": "без етикет", "filter-no-label": "без етикет",
"filter-member-label": "Filter by member",
"filter-no-member": "без член", "filter-no-member": "без член",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Няма Собствени полета", "filter-no-custom-fields": "Няма Собствени полета",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Има приложени филтри", "filter-on": "Има приложени филтри",
"filter-on-desc": "В момента филтрирате картите в това табло. Моля, натиснете тук, за да промените филтъра.", "filter-on-desc": "В момента филтрирате картите в това табло. Моля, натиснете тук, за да промените филтъра.",
"filter-to-selection": "Филтрирай избраните", "filter-to-selection": "Филтрирай избраните",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Име", "fullname": "Име",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Премести в началото", "moveCardToTop-title": "Премести в началото",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Множествен избор", "multi-selection": "Множествен избор",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Множественият избор е приложен", "multi-selection-on": "Множественият избор е приложен",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Elimina filtre", "filter-clear": "Elimina filtre",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sense etiqueta", "filter-no-label": "Sense etiqueta",
"filter-member-label": "Filter by member",
"filter-no-member": "Sense membres", "filter-no-member": "Sense membres",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filtra per", "filter-on": "Filtra per",
"filter-on-desc": "Estau filtrant fitxes en aquest tauler. Feu clic aquí per editar el filtre.", "filter-on-desc": "Estau filtrant fitxes en aquest tauler. Feu clic aquí per editar el filtre.",
"filter-to-selection": "Filtra selecció", "filter-to-selection": "Filtra selecció",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtre avançat", "advanced-filter-label": "Filtre avançat",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nom complet", "fullname": "Nom complet",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mou a la part superior", "moveCardToTop-title": "Mou a la part superior",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selecció", "multi-selection": "Multi-Selecció",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selecció està activada", "multi-selection-on": "Multi-Selecció està activada",
"muted": "En silenci", "muted": "En silenci",
"muted-info": "No seràs notificat dels canvis en aquest tauler", "muted-info": "No seràs notificat dels canvis en aquest tauler",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrovat karty nebo seznamy", "filter-cards": "Filtrovat karty nebo seznamy",
"list-filter-label": "Filtrovat seznam podle názvu", "list-filter-label": "Filtrovat seznam podle názvu",
"filter-clear": "Vyčistit filtr", "filter-clear": "Vyčistit filtr",
"filter-labels-label": "Filter by label",
"filter-no-label": "Žádný štítek", "filter-no-label": "Žádný štítek",
"filter-member-label": "Filter by member",
"filter-no-member": "Žádný člen", "filter-no-member": "Žádný člen",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Bez řešitele", "filter-no-assignee": "Bez řešitele",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Žádné vlastní pole", "filter-no-custom-fields": "Žádné vlastní pole",
"filter-show-archive": "Zobrazit archivované listy", "filter-show-archive": "Zobrazit archivované listy",
"filter-hide-empty": "Skrýt prázdné listy", "filter-hide-empty": "Skrýt prázdné listy",
"filter-on": "Filtr je zapnut", "filter-on": "Filtr je zapnut",
"filter-on-desc": "Filtrujete karty tohoto tabla. Pro úpravu filtru klikni sem.", "filter-on-desc": "Filtrujete karty tohoto tabla. Pro úpravu filtru klikni sem.",
"filter-to-selection": "Filtrovat výběr", "filter-to-selection": "Filtrovat výběr",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Pokročilý filtr", "advanced-filter-label": "Pokročilý filtr",
"advanced-filter-description": "Pokročilý filtr dovoluje zapsat řetězec následujících operátorů: == != <= >= && || () Operátory jsou odděleny mezerou. Můžete filtrovat všechny vlastní pole zadáním jejich názvů nebo hodnot. Například: Pole1 == Hodnota1. Poznámka: Pokud pole nebo hodnoty obsahují mezery, je potřeba je obalit v jednoduchých uvozovkách. Například: 'Pole 1' == 'Hodnota 1'. Pro ignorovaní kontrolních znaků (' \\ /) je možné použít \\. Například Pole1 == I\\'m. Můžete také kombinovat více podmínek. Například P1 == H1 || P1 == H2. Obvykle jsou operátory interpretovány zleva doprava. Jejich pořadí můžete měnit pomocí závorek. Například: P1 == H1 && ( P2 == H2 || P2 == H3 )", "advanced-filter-description": "Pokročilý filtr dovoluje zapsat řetězec následujících operátorů: == != <= >= && || () Operátory jsou odděleny mezerou. Můžete filtrovat všechny vlastní pole zadáním jejich názvů nebo hodnot. Například: Pole1 == Hodnota1. Poznámka: Pokud pole nebo hodnoty obsahují mezery, je potřeba je obalit v jednoduchých uvozovkách. Například: 'Pole 1' == 'Hodnota 1'. Pro ignorovaní kontrolních znaků (' \\ /) je možné použít \\. Například Pole1 == I\\'m. Můžete také kombinovat více podmínek. Například P1 == H1 || P1 == H2. Obvykle jsou operátory interpretovány zleva doprava. Jejich pořadí můžete měnit pomocí závorek. Například: P1 == H1 && ( P2 == H2 || P2 == H3 )",
"fullname": "Celé jméno", "fullname": "Celé jméno",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Přesunout nahoru", "moveCardToTop-title": "Přesunout nahoru",
"moveSelectionPopup-title": "Přesunout výběr", "moveSelectionPopup-title": "Přesunout výběr",
"multi-selection": "Multi-výběr", "multi-selection": "Multi-výběr",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-výběr je zapnut", "multi-selection-on": "Multi-výběr je zapnut",
"muted": "Umlčeno", "muted": "Umlčeno",
"muted-info": "Nikdy nedostanete oznámení o změně v tomto tablu.", "muted-info": "Nikdy nedostanete oznámení o změně v tomto tablu.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrér kort eller lister", "filter-cards": "Filtrér kort eller lister",
"list-filter-label": "Filtrér lister efter titel", "list-filter-label": "Filtrér lister efter titel",
"filter-clear": "Ryd filter", "filter-clear": "Ryd filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Ingen etikette", "filter-no-label": "Ingen etikette",
"filter-member-label": "Filter by member",
"filter-no-member": "Ingen medlemmer", "filter-no-member": "Ingen medlemmer",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Utildelt", "filter-no-assignee": "Utildelt",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Ingen brugerdefinerede felter", "filter-no-custom-fields": "Ingen brugerdefinerede felter",
"filter-show-archive": "Vis arkiverede lister", "filter-show-archive": "Vis arkiverede lister",
"filter-hide-empty": "Skjul tomme lister", "filter-hide-empty": "Skjul tomme lister",
"filter-on": "Filter er slået til", "filter-on": "Filter er slået til",
"filter-on-desc": "Du filtrerer kort på denne tavle. Klik her for at redigere filteret.", "filter-on-desc": "Du filtrerer kort på denne tavle. Klik her for at redigere filteret.",
"filter-to-selection": "Filtrér til valgte", "filter-to-selection": "Filtrér til valgte",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Avanceret filter", "advanced-filter-label": "Avanceret filter",
"advanced-filter-description": "Avanceret filter gør det muligt at skrive en tekststreng indeholdende følgende operatører: == != <= >= && || ( ) Mellemrum anvendes som adskillelsestegn mellem operatørerne. Du kan filtrere alle Brugerdefinerede felter ved at taste deres navne og værdier. Som eksempel: Felt1 == Værdi1. Bemærk: Hvis felter eller værdier indeholder mellemrum, så skal du indkapsle dem i enkeltcitationstegn. Som eksempel: 'Felt 1' == 'Værdi1'. For at springe over enkelte kontroltegn (' \\/), så kan \\ benyttes. Som eksempel: Felt1 == Så\\'n. Du kan også kombinere flere betingelser. Som eksempel: F1 == V1 || F1 == V2. Normalt vil alle operatører blive fortolket fra venstre mod højre. Du kan ændre rækkefølgen ved brug af parenteser. Som eksempel: F1 == V1 && (F2 == V2 || F2 == V3). Du kan også søge i tekstfelter med brug af regulære udtryk: F1 == /Tes.*/i", "advanced-filter-description": "Avanceret filter gør det muligt at skrive en tekststreng indeholdende følgende operatører: == != <= >= && || ( ) Mellemrum anvendes som adskillelsestegn mellem operatørerne. Du kan filtrere alle Brugerdefinerede felter ved at taste deres navne og værdier. Som eksempel: Felt1 == Værdi1. Bemærk: Hvis felter eller værdier indeholder mellemrum, så skal du indkapsle dem i enkeltcitationstegn. Som eksempel: 'Felt 1' == 'Værdi1'. For at springe over enkelte kontroltegn (' \\/), så kan \\ benyttes. Som eksempel: Felt1 == Så\\'n. Du kan også kombinere flere betingelser. Som eksempel: F1 == V1 || F1 == V2. Normalt vil alle operatører blive fortolket fra venstre mod højre. Du kan ændre rækkefølgen ved brug af parenteser. Som eksempel: F1 == V1 && (F2 == V2 || F2 == V3). Du kan også søge i tekstfelter med brug af regulære udtryk: F1 == /Tes.*/i",
"fullname": "Fuldt navn", "fullname": "Fuldt navn",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Flyt til toppen", "moveCardToTop-title": "Flyt til toppen",
"moveSelectionPopup-title": "Flyt valgte", "moveSelectionPopup-title": "Flyt valgte",
"multi-selection": "Multivalg", "multi-selection": "Multivalg",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multivalg er slået til", "multi-selection-on": "Multivalg er slået til",
"muted": "Slukket", "muted": "Slukket",
"muted-info": "Du vil aldrig få notifikationer om ændringer i denne tavle", "muted-info": "Du vil aldrig få notifikationer om ændringer i denne tavle",

View file

@ -337,15 +337,20 @@
"filter-cards": "Karten oder Listen filtern", "filter-cards": "Karten oder Listen filtern",
"list-filter-label": "Liste nach Titel filtern", "list-filter-label": "Liste nach Titel filtern",
"filter-clear": "Filter entfernen", "filter-clear": "Filter entfernen",
"filter-labels-label": "Filter by label",
"filter-no-label": "Kein Label", "filter-no-label": "Kein Label",
"filter-member-label": "Filter by member",
"filter-no-member": "Kein Mitglied", "filter-no-member": "Kein Mitglied",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Nicht zugewiesen", "filter-no-assignee": "Nicht zugewiesen",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Keine benutzerdefinierten Felder", "filter-no-custom-fields": "Keine benutzerdefinierten Felder",
"filter-show-archive": "Archivierte Listen anzeigen", "filter-show-archive": "Archivierte Listen anzeigen",
"filter-hide-empty": "Leere Listen verstecken", "filter-hide-empty": "Leere Listen verstecken",
"filter-on": "Filter ist aktiv", "filter-on": "Filter ist aktiv",
"filter-on-desc": "Sie filtern die Karten in diesem Board. Klicken Sie, um den Filter zu bearbeiten.", "filter-on-desc": "Sie filtern die Karten in diesem Board. Klicken Sie, um den Filter zu bearbeiten.",
"filter-to-selection": "Ergebnisse auswählen", "filter-to-selection": "Ergebnisse auswählen",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Erweiterter Filter", "advanced-filter-label": "Erweiterter Filter",
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i", "advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
"fullname": "Vollständiger Name", "fullname": "Vollständiger Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Zum Anfang verschieben", "moveCardToTop-title": "Zum Anfang verschieben",
"moveSelectionPopup-title": "Auswahl verschieben", "moveSelectionPopup-title": "Auswahl verschieben",
"multi-selection": "Mehrfachauswahl", "multi-selection": "Mehrfachauswahl",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Mehrfachauswahl ist aktiv", "multi-selection-on": "Mehrfachauswahl ist aktiv",
"muted": "Stumm", "muted": "Stumm",
"muted-info": "Sie werden nicht über Änderungen auf diesem Board benachrichtigt", "muted-info": "Sie werden nicht über Änderungen auf diesem Board benachrichtigt",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "Κανένα μέλος", "filter-no-member": "Κανένα μέλος",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Πλήρες Όνομα", "fullname": "Πλήρες Όνομα",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Nenia etikedo", "filter-no-label": "Nenia etikedo",
"filter-member-label": "Filter by member",
"filter-no-member": "Nenia membro", "filter-no-member": "Nenia membro",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Plena nomo", "fullname": "Plena nomo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Movi supren", "moveCardToTop-title": "Movi supren",
"moveSelectionPopup-title": "Movi elekton", "moveSelectionPopup-title": "Movi elekton",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Sacar filtro", "filter-clear": "Sacar filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sin etiqueta", "filter-no-label": "Sin etiqueta",
"filter-member-label": "Filter by member",
"filter-no-member": "No es miembro", "filter-no-member": "No es miembro",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "El filtro está activado", "filter-on": "El filtro está activado",
"filter-on-desc": "Estás filtrando cartas en este tablero. Clickeá acá para editar el filtro.", "filter-on-desc": "Estás filtrando cartas en este tablero. Clickeá acá para editar el filtro.",
"filter-to-selection": "Filtrar en la selección", "filter-to-selection": "Filtrar en la selección",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nombre Completo", "fullname": "Nombre Completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover al Tope", "moveCardToTop-title": "Mover al Tope",
"moveSelectionPopup-title": "Mover selección", "moveSelectionPopup-title": "Mover selección",
"multi-selection": "Multi-Selección", "multi-selection": "Multi-Selección",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-selección está activo", "multi-selection-on": "Multi-selección está activo",
"muted": "Silenciado", "muted": "Silenciado",
"muted-info": "No serás notificado de ningún cambio en este tablero", "muted-info": "No serás notificado de ningún cambio en este tablero",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrar tarjetas o listas", "filter-cards": "Filtrar tarjetas o listas",
"list-filter-label": "Filtrar listas por título", "list-filter-label": "Filtrar listas por título",
"filter-clear": "Limpiar el filtro", "filter-clear": "Limpiar el filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sin etiqueta", "filter-no-label": "Sin etiqueta",
"filter-member-label": "Filter by member",
"filter-no-member": "Sin miembro", "filter-no-member": "Sin miembro",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No asignado", "filter-no-assignee": "No asignado",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Sin campos personalizados", "filter-no-custom-fields": "Sin campos personalizados",
"filter-show-archive": "Mostrar las listas archivadas", "filter-show-archive": "Mostrar las listas archivadas",
"filter-hide-empty": "Ocultar las listas vacías", "filter-hide-empty": "Ocultar las listas vacías",
"filter-on": "Filtrado activado", "filter-on": "Filtrado activado",
"filter-on-desc": "Estás filtrando tarjetas en este tablero. Haz clic aquí para editar el filtro.", "filter-on-desc": "Estás filtrando tarjetas en este tablero. Haz clic aquí para editar el filtro.",
"filter-to-selection": "Filtrar la selección", "filter-to-selection": "Filtrar la selección",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtrado avanzado", "advanced-filter-label": "Filtrado avanzado",
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i", "advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
"fullname": "Nombre completo", "fullname": "Nombre completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover al principio", "moveCardToTop-title": "Mover al principio",
"moveSelectionPopup-title": "Mover la selección", "moveSelectionPopup-title": "Mover la selección",
"multi-selection": "Selección múltiple", "multi-selection": "Selección múltiple",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Selección múltiple activada", "multi-selection-on": "Selección múltiple activada",
"muted": "Silenciado", "muted": "Silenciado",
"muted-info": "No serás notificado de ningún cambio en este tablero", "muted-info": "No serás notificado de ningún cambio en este tablero",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrar tarjetas o listas", "filter-cards": "Filtrar tarjetas o listas",
"list-filter-label": "Filtrar listas por título", "list-filter-label": "Filtrar listas por título",
"filter-clear": "Limpiar el filtro", "filter-clear": "Limpiar el filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sin etiqueta", "filter-no-label": "Sin etiqueta",
"filter-member-label": "Filter by member",
"filter-no-member": "Sin miembro", "filter-no-member": "Sin miembro",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No asignado", "filter-no-assignee": "No asignado",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Sin campos personalizados", "filter-no-custom-fields": "Sin campos personalizados",
"filter-show-archive": "Mostrar las listas archivadas", "filter-show-archive": "Mostrar las listas archivadas",
"filter-hide-empty": "Ocultar las listas vacías", "filter-hide-empty": "Ocultar las listas vacías",
"filter-on": "Filtrado activado", "filter-on": "Filtrado activado",
"filter-on-desc": "Está filtrando las tarjetas en este tablero. Haga clic aquí para editar el filtro.", "filter-on-desc": "Está filtrando las tarjetas en este tablero. Haga clic aquí para editar el filtro.",
"filter-to-selection": "Filtrar la selección", "filter-to-selection": "Filtrar la selección",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtrado avanzado", "advanced-filter-label": "Filtrado avanzado",
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i", "advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
"fullname": "Nombre completo", "fullname": "Nombre completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover al principio", "moveCardToTop-title": "Mover al principio",
"moveSelectionPopup-title": "Mover la selección", "moveSelectionPopup-title": "Mover la selección",
"multi-selection": "Selección múltiple", "multi-selection": "Selección múltiple",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Selección múltiple activada", "multi-selection-on": "Selección múltiple activada",
"muted": "Silenciado", "muted": "Silenciado",
"muted-info": "Nunca se le notificará ningún cambio en este tablero", "muted-info": "Nunca se le notificará ningún cambio en este tablero",
@ -465,7 +472,7 @@
"search": "Buscar", "search": "Buscar",
"rules": "Reglas", "rules": "Reglas",
"search-cards": "Buscar entre los títulos, las descripciones de las tarjetas/listas y los campos personalizados en este tablero.", "search-cards": "Buscar entre los títulos, las descripciones de las tarjetas/listas y los campos personalizados en este tablero.",
"search-example": "Write text you search and press Enter", "search-example": "Escriba el texto que busca y presione Entrar",
"select-color": "Seleccionar el color", "select-color": "Seleccionar el color",
"set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.", "set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.",
"setWipLimitPopup-title": "Cambiar el límite del trabajo en proceso", "setWipLimitPopup-title": "Cambiar el límite del trabajo en proceso",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrar tarjetas o listas", "filter-cards": "Filtrar tarjetas o listas",
"list-filter-label": "Filtrar listas por título", "list-filter-label": "Filtrar listas por título",
"filter-clear": "Limpiar el filtro", "filter-clear": "Limpiar el filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sin etiqueta", "filter-no-label": "Sin etiqueta",
"filter-member-label": "Filter by member",
"filter-no-member": "Sin miembro", "filter-no-member": "Sin miembro",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No asignado", "filter-no-assignee": "No asignado",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Sin campos personalizados", "filter-no-custom-fields": "Sin campos personalizados",
"filter-show-archive": "Mostrar las listas archivadas", "filter-show-archive": "Mostrar las listas archivadas",
"filter-hide-empty": "Ocultar las listas vacías", "filter-hide-empty": "Ocultar las listas vacías",
"filter-on": "Filtrado activado", "filter-on": "Filtrado activado",
"filter-on-desc": "Estás filtrando tarjetas en este tablero. Haz clic aquí para editar el filtro.", "filter-on-desc": "Estás filtrando tarjetas en este tablero. Haz clic aquí para editar el filtro.",
"filter-to-selection": "Filtrar la selección", "filter-to-selection": "Filtrar la selección",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtrado avanzado", "advanced-filter-label": "Filtrado avanzado",
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i", "advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
"fullname": "Nombre completo", "fullname": "Nombre completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover al principio", "moveCardToTop-title": "Mover al principio",
"moveSelectionPopup-title": "Mover la selección", "moveSelectionPopup-title": "Mover la selección",
"multi-selection": "Selección múltiple", "multi-selection": "Selección múltiple",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Selección múltiple activada", "multi-selection-on": "Selección múltiple activada",
"muted": "Silenciado", "muted": "Silenciado",
"muted-info": "No serás notificado de ningún cambio en este tablero", "muted-info": "No serás notificado de ningún cambio en este tablero",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Garbitu iragazkia", "filter-clear": "Garbitu iragazkia",
"filter-labels-label": "Filter by label",
"filter-no-label": "Etiketarik ez", "filter-no-label": "Etiketarik ez",
"filter-member-label": "Filter by member",
"filter-no-member": "Kiderik ez", "filter-no-member": "Kiderik ez",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Iragazkia gaituta dago", "filter-on": "Iragazkia gaituta dago",
"filter-on-desc": "Arbel honetako txartela iragazten ari zara. Egin klik hemen iragazkia editatzeko.", "filter-on-desc": "Arbel honetako txartela iragazten ari zara. Egin klik hemen iragazkia editatzeko.",
"filter-to-selection": "Iragazketa aukerara", "filter-to-selection": "Iragazketa aukerara",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Izen abizenak", "fullname": "Izen abizenak",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Eraman gora", "moveCardToTop-title": "Eraman gora",
"moveSelectionPopup-title": "Lekuz aldatu hautaketa", "moveSelectionPopup-title": "Lekuz aldatu hautaketa",
"multi-selection": "Hautaketa anitza", "multi-selection": "Hautaketa anitza",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Hautaketa anitza gaituta dago", "multi-selection-on": "Hautaketa anitza gaituta dago",
"muted": "Mututua", "muted": "Mututua",
"muted-info": "Ez zaizkizu jakinaraziko arbel honi egindako aldaketak", "muted-info": "Ez zaizkizu jakinaraziko arbel honi egindako aldaketak",

View file

@ -337,15 +337,20 @@
"filter-cards": "فیلتر کارت‌ها یا لیست‌ها", "filter-cards": "فیلتر کارت‌ها یا لیست‌ها",
"list-filter-label": "فیلتر لیست بر اساس عنوان", "list-filter-label": "فیلتر لیست بر اساس عنوان",
"filter-clear": "حذف صافی ـ فیلتر ـ", "filter-clear": "حذف صافی ـ فیلتر ـ",
"filter-labels-label": "Filter by label",
"filter-no-label": "بدون لیبل", "filter-no-label": "بدون لیبل",
"filter-member-label": "Filter by member",
"filter-no-member": "بدون عضو", "filter-no-member": "بدون عضو",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "الحاق نشده", "filter-no-assignee": "الحاق نشده",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "هیچ فیلدشخصی ای وجود ندارد", "filter-no-custom-fields": "هیچ فیلدشخصی ای وجود ندارد",
"filter-show-archive": "نمایش لیست‌های آرشیو شده", "filter-show-archive": "نمایش لیست‌های آرشیو شده",
"filter-hide-empty": "مخفی کردن لیست‌های خالی", "filter-hide-empty": "مخفی کردن لیست‌های خالی",
"filter-on": "صافی ـ فیلتر ـ فعال است", "filter-on": "صافی ـ فیلتر ـ فعال است",
"filter-on-desc": "شما درحال صافی ـ فیلتر ـ کارت‌های این برد هستید. برای ویرایش فیلتر کلیک نمایید.", "filter-on-desc": "شما درحال صافی ـ فیلتر ـ کارت‌های این برد هستید. برای ویرایش فیلتر کلیک نمایید.",
"filter-to-selection": "صافی ـ فیلتر ـ برای موارد انتخابی", "filter-to-selection": "صافی ـ فیلتر ـ برای موارد انتخابی",
"other-filters-label": "Other Filters",
"advanced-filter-label": "صافی ـ فیلتر ـ پیشرفته", "advanced-filter-label": "صافی ـ فیلتر ـ پیشرفته",
"advanced-filter-description": "فیلتر پیشرفته اجازه می دهد تا برای نوشتن رشته حاوی اپراتورهای زیر: ==! = <=> = && || () یک فضای به عنوان یک جداساز بین اپراتورها استفاده می شود. با تایپ کردن نام ها و مقادیر آنها می توانید برای تمام زمینه های سفارشی فیلتر کنید. به عنوان مثال: Field1 == Value1. نکته: اگر فیلدها یا مقادیر حاوی فضاها باشند، شما باید آنها را به یک نقل قول کپسول کنید. برای مثال: 'فیلد 1' == 'مقدار 1'. برای تک تک کاراکترهای کنترل (\\\\) که می توانید از آنها استفاده کنید، می توانید از \\ استفاده کنید. به عنوان مثال: Field1 == I \\ 'm. همچنین شما می توانید شرایط مختلف را ترکیب کنید. برای مثال: F1 == V1 || F1 == V2. به طور معمول همه اپراتورها از چپ به راست تفسیر می شوند. شما می توانید سفارش را با قرار دادن براکت تغییر دهید. برای مثال: F1 == V1 && (F2 == V2 || F2 == V3). همچنین می توانید فیلدهای متنی را با استفاده از regex جستجو کنید: F1 == /Tes.*/i", "advanced-filter-description": "فیلتر پیشرفته اجازه می دهد تا برای نوشتن رشته حاوی اپراتورهای زیر: ==! = <=> = && || () یک فضای به عنوان یک جداساز بین اپراتورها استفاده می شود. با تایپ کردن نام ها و مقادیر آنها می توانید برای تمام زمینه های سفارشی فیلتر کنید. به عنوان مثال: Field1 == Value1. نکته: اگر فیلدها یا مقادیر حاوی فضاها باشند، شما باید آنها را به یک نقل قول کپسول کنید. برای مثال: 'فیلد 1' == 'مقدار 1'. برای تک تک کاراکترهای کنترل (\\\\) که می توانید از آنها استفاده کنید، می توانید از \\ استفاده کنید. به عنوان مثال: Field1 == I \\ 'm. همچنین شما می توانید شرایط مختلف را ترکیب کنید. برای مثال: F1 == V1 || F1 == V2. به طور معمول همه اپراتورها از چپ به راست تفسیر می شوند. شما می توانید سفارش را با قرار دادن براکت تغییر دهید. برای مثال: F1 == V1 && (F2 == V2 || F2 == V3). همچنین می توانید فیلدهای متنی را با استفاده از regex جستجو کنید: F1 == /Tes.*/i",
"fullname": "نام و نام خانوادگی", "fullname": "نام و نام خانوادگی",
@ -420,6 +425,8 @@
"moveCardToTop-title": "انتقال به بالا", "moveCardToTop-title": "انتقال به بالا",
"moveSelectionPopup-title": "حرکت مورد انتخابی", "moveSelectionPopup-title": "حرکت مورد انتخابی",
"multi-selection": "امکان چند انتخابی", "multi-selection": "امکان چند انتخابی",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "حالت چند انتخابی روشن است", "multi-selection-on": "حالت چند انتخابی روشن است",
"muted": "بی صدا", "muted": "بی صدا",
"muted-info": "شما هیچگاه از تغییرات این برد مطلع نخواهید شد", "muted-info": "شما هیچگاه از تغییرات این برد مطلع نخواهید شد",

View file

@ -337,15 +337,20 @@
"filter-cards": "Suodata kortit tai listat", "filter-cards": "Suodata kortit tai listat",
"list-filter-label": "Suodata listat otsikon mukaan", "list-filter-label": "Suodata listat otsikon mukaan",
"filter-clear": "Poista suodatin", "filter-clear": "Poista suodatin",
"filter-labels-label": "Suodata nimilappu",
"filter-no-label": "Ei nimilappua", "filter-no-label": "Ei nimilappua",
"filter-member-label": "Suodata jäsen",
"filter-no-member": "Ei jäseniä", "filter-no-member": "Ei jäseniä",
"filter-assignee-label": "Suodata käsittelijä",
"filter-no-assignee": "Ei käsittelijää", "filter-no-assignee": "Ei käsittelijää",
"filter-custom-fields-label": "Suodata mukautettu kenttä",
"filter-no-custom-fields": "Ei mukautettuja kenttiä", "filter-no-custom-fields": "Ei mukautettuja kenttiä",
"filter-show-archive": "Näytä arkistoidut listat", "filter-show-archive": "Näytä arkistoidut listat",
"filter-hide-empty": "Näytä tyhjät listat", "filter-hide-empty": "Näytä tyhjät listat",
"filter-on": "Suodatus on päällä", "filter-on": "Suodatus on päällä",
"filter-on-desc": "Suodatat kortteja tällä taululla. Klikkaa tästä muokataksesi suodatinta.", "filter-on-desc": "Suodatat kortteja tällä taululla. Klikkaa tästä muokataksesi suodatinta.",
"filter-to-selection": "Suodata valintaan", "filter-to-selection": "Suodata valintaan",
"other-filters-label": "Muut suodattimet",
"advanced-filter-label": "Edistynyt suodatin", "advanced-filter-label": "Edistynyt suodatin",
"advanced-filter-description": "Edistynyt suodatin mahdollistaa merkkijonon, joka sisältää seuraavat operaattorit: == != <= >= && || ( ) Operaattorien välissä käytetään välilyöntiä. Voit suodattaa kaikki mukautetut kentät kirjoittamalla niiden nimet ja arvot. Esimerkiksi: Field1 == Value1. Huom: Jos kentillä tai arvoilla on välilyöntejä, sinun on sijoitettava ne yksittäisiin lainausmerkkeihin. Esimerkki: 'Kenttä 1' == 'Arvo 1'. Voit hypätä yksittäisen kontrollimerkkien (' \\/) yli käyttämällä \\. Esimerkki: Field1 = I\\'m. Voit myös yhdistää useita ehtoja. Esimerkiksi: F1 == V1 || F1 == V2. Yleensä kaikki operaattorit tulkitaan vasemmalta oikealle. Voit muuttaa järjestystä asettamalla sulkuja. Esimerkiksi: F1 == V1 && (F2 == V2 || F2 == V3). Voit myös etsiä tekstikentistä regexillä: F1 == /Tes.*/i", "advanced-filter-description": "Edistynyt suodatin mahdollistaa merkkijonon, joka sisältää seuraavat operaattorit: == != <= >= && || ( ) Operaattorien välissä käytetään välilyöntiä. Voit suodattaa kaikki mukautetut kentät kirjoittamalla niiden nimet ja arvot. Esimerkiksi: Field1 == Value1. Huom: Jos kentillä tai arvoilla on välilyöntejä, sinun on sijoitettava ne yksittäisiin lainausmerkkeihin. Esimerkki: 'Kenttä 1' == 'Arvo 1'. Voit hypätä yksittäisen kontrollimerkkien (' \\/) yli käyttämällä \\. Esimerkki: Field1 = I\\'m. Voit myös yhdistää useita ehtoja. Esimerkiksi: F1 == V1 || F1 == V2. Yleensä kaikki operaattorit tulkitaan vasemmalta oikealle. Voit muuttaa järjestystä asettamalla sulkuja. Esimerkiksi: F1 == V1 && (F2 == V2 || F2 == V3). Voit myös etsiä tekstikentistä regexillä: F1 == /Tes.*/i",
"fullname": "Koko nimi", "fullname": "Koko nimi",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Siirrä ylimmäiseksi", "moveCardToTop-title": "Siirrä ylimmäiseksi",
"moveSelectionPopup-title": "Siirrä valinta", "moveSelectionPopup-title": "Siirrä valinta",
"multi-selection": "Monivalinta", "multi-selection": "Monivalinta",
"multi-selection-label": "Aseta nimilappu valinnalle",
"multi-selection-member": "Aseta jäsen valinnalle",
"multi-selection-on": "Monivalinta on päällä", "multi-selection-on": "Monivalinta on päällä",
"muted": "Vaimennettu", "muted": "Vaimennettu",
"muted-info": "Et saa koskaan ilmoituksia tämän taulun muutoksista", "muted-info": "Et saa koskaan ilmoituksia tämän taulun muutoksista",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrer les cartes ou listes", "filter-cards": "Filtrer les cartes ou listes",
"list-filter-label": "Filtrer la liste par titre", "list-filter-label": "Filtrer la liste par titre",
"filter-clear": "Supprimer les filtres", "filter-clear": "Supprimer les filtres",
"filter-labels-label": "Filter by label",
"filter-no-label": "Aucune étiquette", "filter-no-label": "Aucune étiquette",
"filter-member-label": "Filter by member",
"filter-no-member": "Aucun participant", "filter-no-member": "Aucun participant",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Pas de personne assignée", "filter-no-assignee": "Pas de personne assignée",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Pas de champs personnalisés", "filter-no-custom-fields": "Pas de champs personnalisés",
"filter-show-archive": "Montrer les listes archivées", "filter-show-archive": "Montrer les listes archivées",
"filter-hide-empty": "Cacher les listes vides", "filter-hide-empty": "Cacher les listes vides",
"filter-on": "Le filtre est actif", "filter-on": "Le filtre est actif",
"filter-on-desc": "Vous êtes en train de filtrer les cartes sur ce tableau. Cliquez ici pour modifier les filtres.", "filter-on-desc": "Vous êtes en train de filtrer les cartes sur ce tableau. Cliquez ici pour modifier les filtres.",
"filter-to-selection": "Filtre vers la sélection", "filter-to-selection": "Filtre vers la sélection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtre avancé", "advanced-filter-label": "Filtre avancé",
"advanced-filter-description": "Le filtre avancé permet d'écrire une chaîne contenant les opérateur suivants : == != <= >= && || ( ). Les opérateurs doivent être séparés par des espaces. Vous pouvez filtrer tous les champs personnalisés en saisissant leur nom et leur valeur. Par exemple : champ1 == valeur1. Remarque : si des champs ou valeurs contiennent des espaces, vous devez les mettre entre apostrophes. Par exemple : 'champ 1' = 'valeur 1'. Pour échapper un caractère de contrôle (' \\/), vous pouvez utiliser \\. Par exemple : champ1 = I\\'m. Il est également possible de combiner plusieurs conditions. Par exemple : f1 == v1 || f2 == v2. Normalement, tous les opérateurs sont interprétés de gauche à droite. Vous pouvez changer l'ordre à l'aide de parenthèses. Par exemple : f1 == v1 and (f2 == v2 || f2 == v3). Vous pouvez également chercher parmi les champs texte en utilisant des expressions régulières : f1 == /Test.*/i", "advanced-filter-description": "Le filtre avancé permet d'écrire une chaîne contenant les opérateur suivants : == != <= >= && || ( ). Les opérateurs doivent être séparés par des espaces. Vous pouvez filtrer tous les champs personnalisés en saisissant leur nom et leur valeur. Par exemple : champ1 == valeur1. Remarque : si des champs ou valeurs contiennent des espaces, vous devez les mettre entre apostrophes. Par exemple : 'champ 1' = 'valeur 1'. Pour échapper un caractère de contrôle (' \\/), vous pouvez utiliser \\. Par exemple : champ1 = I\\'m. Il est également possible de combiner plusieurs conditions. Par exemple : f1 == v1 || f2 == v2. Normalement, tous les opérateurs sont interprétés de gauche à droite. Vous pouvez changer l'ordre à l'aide de parenthèses. Par exemple : f1 == v1 and (f2 == v2 || f2 == v3). Vous pouvez également chercher parmi les champs texte en utilisant des expressions régulières : f1 == /Test.*/i",
"fullname": "Nom complet", "fullname": "Nom complet",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Déplacer tout en haut", "moveCardToTop-title": "Déplacer tout en haut",
"moveSelectionPopup-title": "Déplacer la sélection", "moveSelectionPopup-title": "Déplacer la sélection",
"multi-selection": "Sélection multiple", "multi-selection": "Sélection multiple",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection active", "multi-selection-on": "Multi-Selection active",
"muted": "Silencieux", "muted": "Silencieux",
"muted-info": "Vous ne serez jamais averti des modifications effectuées dans ce tableau", "muted-info": "Vous ne serez jamais averti des modifications effectuées dans ce tableau",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Limpar filtro", "filter-clear": "Limpar filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Non hai etiquetas", "filter-no-label": "Non hai etiquetas",
"filter-member-label": "Filter by member",
"filter-no-member": "Non hai membros", "filter-no-member": "Non hai membros",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "O filtro está activado", "filter-on": "O filtro está activado",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nome completo", "fullname": "Nome completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover arriba de todo", "moveCardToTop-title": "Mover arriba de todo",
"moveSelectionPopup-title": "Mover selección", "moveSelectionPopup-title": "Mover selección",
"multi-selection": "Selección múltipla", "multi-selection": "Selección múltipla",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "סינון כרטיסים או רשימות", "filter-cards": "סינון כרטיסים או רשימות",
"list-filter-label": "סינון רשימה לפי כותרת", "list-filter-label": "סינון רשימה לפי כותרת",
"filter-clear": "ניקוי המסנן", "filter-clear": "ניקוי המסנן",
"filter-labels-label": "Filter by label",
"filter-no-label": "אין תווית", "filter-no-label": "אין תווית",
"filter-member-label": "Filter by member",
"filter-no-member": "אין חבר כזה", "filter-no-member": "אין חבר כזה",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "אין אחראי", "filter-no-assignee": "אין אחראי",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "אין שדות מותאמים אישית", "filter-no-custom-fields": "אין שדות מותאמים אישית",
"filter-show-archive": "הצגת רשימות שהועברו לארכיון", "filter-show-archive": "הצגת רשימות שהועברו לארכיון",
"filter-hide-empty": "הסתרת רשימות ריקות", "filter-hide-empty": "הסתרת רשימות ריקות",
"filter-on": "המסנן פועל", "filter-on": "המסנן פועל",
"filter-on-desc": "מסנן כרטיסים פעיל בלוח זה. יש ללחוץ כאן לעריכת המסנן.", "filter-on-desc": "מסנן כרטיסים פעיל בלוח זה. יש ללחוץ כאן לעריכת המסנן.",
"filter-to-selection": "סינון לבחירה", "filter-to-selection": "סינון לבחירה",
"other-filters-label": "Other Filters",
"advanced-filter-label": "מסנן מתקדם", "advanced-filter-label": "מסנן מתקדם",
"advanced-filter-description": "המסנן המתקדם מאפשר לך לכתוב מחרוזת שמכילה את הפעולות הבאות: == != <= >= && || ( ) רווח מכהן כמפריד בין הפעולות. ניתן לסנן את כל השדות המותאמים אישית על ידי הקלדת שמם והערך שלהם. למשל: שדה1 == ערך1. לתשומת לבך: אם שדות או ערכים מכילים רווח, יש לעטוף אותם במירכא מכל צד. למשל: 'שדה 1' == 'ערך 1'. ניתן גם לשלב מגוון תנאים. למשל: F1 == V1 || F1 == V2. על פי רוב כל הפעולות מפוענחות משמאל לימין. ניתן לשנות את הסדר על ידי הצבת סוגריים. למשל: ( F1 == V1 && ( F2 == V2 || F2 == V3. כמו כן, ניתן לחפש בשדה טקסט באופן הבא: F1 == /Tes.*/i", "advanced-filter-description": "המסנן המתקדם מאפשר לך לכתוב מחרוזת שמכילה את הפעולות הבאות: == != <= >= && || ( ) רווח מכהן כמפריד בין הפעולות. ניתן לסנן את כל השדות המותאמים אישית על ידי הקלדת שמם והערך שלהם. למשל: שדה1 == ערך1. לתשומת לבך: אם שדות או ערכים מכילים רווח, יש לעטוף אותם במירכא מכל צד. למשל: 'שדה 1' == 'ערך 1'. ניתן גם לשלב מגוון תנאים. למשל: F1 == V1 || F1 == V2. על פי רוב כל הפעולות מפוענחות משמאל לימין. ניתן לשנות את הסדר על ידי הצבת סוגריים. למשל: ( F1 == V1 && ( F2 == V2 || F2 == V3. כמו כן, ניתן לחפש בשדה טקסט באופן הבא: F1 == /Tes.*/i",
"fullname": "שם מלא", "fullname": "שם מלא",
@ -420,6 +425,8 @@
"moveCardToTop-title": "העברה לראש הרשימה", "moveCardToTop-title": "העברה לראש הרשימה",
"moveSelectionPopup-title": "העברת בחירה", "moveSelectionPopup-title": "העברת בחירה",
"multi-selection": "בחירה מרובה", "multi-selection": "בחירה מרובה",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "בחירה מרובה פועלת", "multi-selection-on": "בחירה מרובה פועלת",
"muted": "מושתק", "muted": "מושתק",
"muted-info": "מעתה לא תתקבלנה אצלך התרעות על שינויים בלוח זה", "muted-info": "מעתה לא תתקבלנה אצלך התרעות על שינויים בלוח זה",

View file

@ -337,15 +337,20 @@
"filter-cards": "निस्पंदन पत्ते या सूची", "filter-cards": "निस्पंदन पत्ते या सूची",
"list-filter-label": "शीर्षक द्वारा निस्पंदन सूची", "list-filter-label": "शीर्षक द्वारा निस्पंदन सूची",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No सदस्य", "filter-no-member": "No सदस्य",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "कोई अभिहस्तांकिती नहीं", "filter-no-assignee": "कोई अभिहस्तांकिती नहीं",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No प्रचलन क्षेत्र", "filter-no-custom-fields": "No प्रचलन क्षेत्र",
"filter-show-archive": "संग्रहित सूची दिखाएं", "filter-show-archive": "संग्रहित सूची दिखाएं",
"filter-hide-empty": "खाली सूची छिपाएं", "filter-hide-empty": "खाली सूची छिपाएं",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering कार्ड इस पर बोर्ड. Click here तक संपादित करें filter.", "filter-on-desc": "You are filtering कार्ड इस पर बोर्ड. Click here तक संपादित करें filter.",
"filter-to-selection": "Filter तक selection", "filter-to-selection": "Filter तक selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) तक be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) तक be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "स्थानांतरित तक Top", "moveCardToTop-title": "स्थानांतरित तक Top",
"moveSelectionPopup-title": "स्थानांतरित selection", "moveSelectionPopup-title": "स्थानांतरित selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "आप किसी भी परिवर्तन के अधिसूचित नहीं किया जाएगा अंदर में यह बोर्ड", "muted-info": "आप किसी भी परिवर्तन के अधिसूचित नहीं किया जाएगा अंदर में यह बोर्ड",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Szűrő törlése", "filter-clear": "Szűrő törlése",
"filter-labels-label": "Filter by label",
"filter-no-label": "Nincs címke", "filter-no-label": "Nincs címke",
"filter-member-label": "Filter by member",
"filter-no-member": "Nincs tag", "filter-no-member": "Nincs tag",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Nincsenek egyéni mezők", "filter-no-custom-fields": "Nincsenek egyéni mezők",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Szűrő bekapcsolva", "filter-on": "Szűrő bekapcsolva",
"filter-on-desc": "A kártyaszűrés be van kapcsolva ezen a táblán. Kattintson ide a szűrő szerkesztéséhez.", "filter-on-desc": "A kártyaszűrés be van kapcsolva ezen a táblán. Kattintson ide a szűrő szerkesztéséhez.",
"filter-to-selection": "Szűrés a kijelöléshez", "filter-to-selection": "Szűrés a kijelöléshez",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Speciális szűrő", "advanced-filter-label": "Speciális szűrő",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Teljes név", "fullname": "Teljes név",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Áthelyezés a tetejére", "moveCardToTop-title": "Áthelyezés a tetejére",
"moveSelectionPopup-title": "Kijelölés áthelyezése", "moveSelectionPopup-title": "Kijelölés áthelyezése",
"multi-selection": "Többszörös kijelölés", "multi-selection": "Többszörös kijelölés",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Többszörös kijelölés bekapcsolva", "multi-selection-on": "Többszörös kijelölés bekapcsolva",
"muted": "Némítva", "muted": "Némítva",
"muted-info": "Soha sem lesz értesítve a táblán lévő semmilyen változásról.", "muted-info": "Soha sem lesz értesítve a táblán lévő semmilyen változásról.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Bersihkan penyaringan", "filter-clear": "Bersihkan penyaringan",
"filter-labels-label": "Filter by label",
"filter-no-label": "Tidak ada label", "filter-no-label": "Tidak ada label",
"filter-member-label": "Filter by member",
"filter-no-member": "Tidak ada anggota", "filter-no-member": "Tidak ada anggota",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Penyaring aktif", "filter-on": "Penyaring aktif",
"filter-on-desc": "Anda memfilter kartu di panel ini. Klik di sini untuk menyunting filter", "filter-on-desc": "Anda memfilter kartu di panel ini. Klik di sini untuk menyunting filter",
"filter-to-selection": "Saring berdasarkan yang dipilih", "filter-to-selection": "Saring berdasarkan yang dipilih",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nama Lengkap", "fullname": "Nama Lengkap",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Pindahkan ke atas", "moveCardToTop-title": "Pindahkan ke atas",
"moveSelectionPopup-title": "Pindahkan yang dipilih", "moveSelectionPopup-title": "Pindahkan yang dipilih",
"multi-selection": "Multi Pilihan", "multi-selection": "Multi Pilihan",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi Pilihan aktif", "multi-selection-on": "Multi Pilihan aktif",
"muted": "Pemberitahuan tidak aktif", "muted": "Pemberitahuan tidak aktif",
"muted-info": "Anda tidak akan pernah dinotifikasi semua perubahan di panel ini", "muted-info": "Anda tidak akan pernah dinotifikasi semua perubahan di panel ini",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtra schede o liste", "filter-cards": "Filtra schede o liste",
"list-filter-label": "Filtra lista per titolo", "list-filter-label": "Filtra lista per titolo",
"filter-clear": "Pulisci filtri", "filter-clear": "Pulisci filtri",
"filter-labels-label": "Filter by label",
"filter-no-label": "Nessuna etichetta", "filter-no-label": "Nessuna etichetta",
"filter-member-label": "Filter by member",
"filter-no-member": "Nessun membro", "filter-no-member": "Nessun membro",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Nessun assegnatario", "filter-no-assignee": "Nessun assegnatario",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Nessun campo personalizzato", "filter-no-custom-fields": "Nessun campo personalizzato",
"filter-show-archive": "Mostra le liste archiviate", "filter-show-archive": "Mostra le liste archiviate",
"filter-hide-empty": "Nascondi liste vuote", "filter-hide-empty": "Nascondi liste vuote",
"filter-on": "Il filtro è attivo", "filter-on": "Il filtro è attivo",
"filter-on-desc": "Stai filtrando le schede su questa bacheca. Clicca qui per modificare il filtro,", "filter-on-desc": "Stai filtrando le schede su questa bacheca. Clicca qui per modificare il filtro,",
"filter-to-selection": "Seleziona", "filter-to-selection": "Seleziona",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtro avanzato", "advanced-filter-label": "Filtro avanzato",
"advanced-filter-description": "Il filtro avanzato permette di scrivere una stringa contenente i seguenti operatori: == != <= >= && || ( ) Uno spazio è usato come separatore tra gli operatori. Si può filtrare per tutti i campi personalizzati, scrivendo i loro nomi e valori. Per esempio: Campo1 == Valore1. Nota: Se i campi o i valori contengono spazi, è necessario incapsularli all'interno di paici singoli. Per esempio: 'Campo 1' == 'Valore 1'. Per i singoli caratteri di controllo (' V) che devono essere ignorati, si può usare \\. Per esempio: C1 == Campo1 == L'\\ho. Si possono anche combinare condizioni multiple. Per esempio: C1 == V1 || C1 ==V2. Di norma tutti gli operatori vengono lettti da sinistra a destra. Si può cambiare l'ordine posizionando delle parentesi. Per esempio: C1 == V1 && ( C2 == V2 || C2 == V3) . Inoltre è possibile cercare nei campi di testo usando le espressioni regolari (n.d.t. regex): F1 ==/Tes.*/i", "advanced-filter-description": "Il filtro avanzato permette di scrivere una stringa contenente i seguenti operatori: == != <= >= && || ( ) Uno spazio è usato come separatore tra gli operatori. Si può filtrare per tutti i campi personalizzati, scrivendo i loro nomi e valori. Per esempio: Campo1 == Valore1. Nota: Se i campi o i valori contengono spazi, è necessario incapsularli all'interno di paici singoli. Per esempio: 'Campo 1' == 'Valore 1'. Per i singoli caratteri di controllo (' V) che devono essere ignorati, si può usare \\. Per esempio: C1 == Campo1 == L'\\ho. Si possono anche combinare condizioni multiple. Per esempio: C1 == V1 || C1 ==V2. Di norma tutti gli operatori vengono lettti da sinistra a destra. Si può cambiare l'ordine posizionando delle parentesi. Per esempio: C1 == V1 && ( C2 == V2 || C2 == V3) . Inoltre è possibile cercare nei campi di testo usando le espressioni regolari (n.d.t. regex): F1 ==/Tes.*/i",
"fullname": "Nome completo", "fullname": "Nome completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Sposta in alto", "moveCardToTop-title": "Sposta in alto",
"moveSelectionPopup-title": "Sposta selezione", "moveSelectionPopup-title": "Sposta selezione",
"multi-selection": "Multi-Selezione", "multi-selection": "Multi-Selezione",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selezione attiva", "multi-selection-on": "Multi-Selezione attiva",
"muted": "Silenziato", "muted": "Silenziato",
"muted-info": "Non sarai mai notificato delle modifiche in questa bacheca", "muted-info": "Non sarai mai notificato delle modifiche in questa bacheca",

View file

@ -337,15 +337,20 @@
"filter-cards": "カードまたはリストをフィルタ", "filter-cards": "カードまたはリストをフィルタ",
"list-filter-label": "タイトルでリストをフィルタ", "list-filter-label": "タイトルでリストをフィルタ",
"filter-clear": "フィルターの解除", "filter-clear": "フィルターの解除",
"filter-labels-label": "Filter by label",
"filter-no-label": "ラベルなし", "filter-no-label": "ラベルなし",
"filter-member-label": "Filter by member",
"filter-no-member": "メンバーなし", "filter-no-member": "メンバーなし",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "担当者なし", "filter-no-assignee": "担当者なし",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "カスタムフィールドなし", "filter-no-custom-fields": "カスタムフィールドなし",
"filter-show-archive": "アーカイブされたリストを表示", "filter-show-archive": "アーカイブされたリストを表示",
"filter-hide-empty": "空のリストを隠す", "filter-hide-empty": "空のリストを隠す",
"filter-on": "フィルター有効", "filter-on": "フィルター有効",
"filter-on-desc": "このボードのカードをフィルターしています。フィルターを編集するにはこちらをクリックしてください。", "filter-on-desc": "このボードのカードをフィルターしています。フィルターを編集するにはこちらをクリックしてください。",
"filter-to-selection": "フィルターした項目を全選択", "filter-to-selection": "フィルターした項目を全選択",
"other-filters-label": "Other Filters",
"advanced-filter-label": "高度なフィルター", "advanced-filter-label": "高度なフィルター",
"advanced-filter-description": "高度なフィルタでは次のような演算子を使用できます:== != <= >= && || ( )\n半角スペースは演算子の区切り文字として使用します。\n\nフィールド名や値を使用したフィルタが可能です。\n例Field1 == Value1\n\n注意フィールド名や値にスペースが含まれる場合、それらをシングルクォーテーションで囲む必要があります。\n例'Field 1' == 'Value 1'\n\n単体の制御文字 (' \\/) は無視されますので、\\を使用することができます。\n例Field1 == I\\'m\n\n複数の条件を組み合わせることもできます。\n例F1 == V1 || F1 == V2\n\n基本的にすべての演算子は左から右に評価されます。\n丸カッコを使用することで順序を変更できます。\n例F1 == V1 && ( F2 == V2 || F2 == V3 )\n\nテキストフィールドでは正規表現を使用した検索もできます。\n例F1 == /Tes.*/i", "advanced-filter-description": "高度なフィルタでは次のような演算子を使用できます:== != <= >= && || ( )\n半角スペースは演算子の区切り文字として使用します。\n\nフィールド名や値を使用したフィルタが可能です。\n例Field1 == Value1\n\n注意フィールド名や値にスペースが含まれる場合、それらをシングルクォーテーションで囲む必要があります。\n例'Field 1' == 'Value 1'\n\n単体の制御文字 (' \\/) は無視されますので、\\を使用することができます。\n例Field1 == I\\'m\n\n複数の条件を組み合わせることもできます。\n例F1 == V1 || F1 == V2\n\n基本的にすべての演算子は左から右に評価されます。\n丸カッコを使用することで順序を変更できます。\n例F1 == V1 && ( F2 == V2 || F2 == V3 )\n\nテキストフィールドでは正規表現を使用した検索もできます。\n例F1 == /Tes.*/i",
"fullname": "フルネーム", "fullname": "フルネーム",
@ -420,6 +425,8 @@
"moveCardToTop-title": "先頭に移動", "moveCardToTop-title": "先頭に移動",
"moveSelectionPopup-title": "選択箇所に移動", "moveSelectionPopup-title": "選択箇所に移動",
"multi-selection": "複数選択", "multi-selection": "複数選択",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "複数選択有効", "multi-selection-on": "複数選択有効",
"muted": "ミュート", "muted": "ミュート",
"muted-info": "このボードの変更は通知されません", "muted-info": "このボードの変更は通知されません",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "ფილტრის გასუფთავება", "filter-clear": "ფილტრის გასუფთავება",
"filter-labels-label": "Filter by label",
"filter-no-label": "ნიშანი არ გვაქვს", "filter-no-label": "ნიშანი არ გვაქვს",
"filter-member-label": "Filter by member",
"filter-no-member": "არ არის წევრები ", "filter-no-member": "არ არის წევრები ",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "არა მომხმარებლის ველი", "filter-no-custom-fields": "არა მომხმარებლის ველი",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "ფილტრი ჩართულია", "filter-on": "ფილტრი ჩართულია",
"filter-on-desc": "თქვენ ფილტრავთ ბარათებს ამ დაფაზე. დააკლიკეთ აქ ფილტრაციის შესწორებისთვის. ", "filter-on-desc": "თქვენ ფილტრავთ ბარათებს ამ დაფაზე. დააკლიკეთ აქ ფილტრაციის შესწორებისთვის. ",
"filter-to-selection": "მონიშნულის გაფილტვრა", "filter-to-selection": "მონიშნულის გაფილტვრა",
"other-filters-label": "Other Filters",
"advanced-filter-label": "გაფართოებული ფილტრაცია", "advanced-filter-label": "გაფართოებული ფილტრაცია",
"advanced-filter-description": "გაფართოებული ფილტრაცია, უფლებას გაძლევთ დაწეროთ მწკრივი რომლებიც შეიცავენ შემდეგ ოპერაციებს : == != <= >= && || ( ) space გამოიყენება როგორც გამმიჯნავი ოპერაციებს შორის. თქვენ შეგიძლიათ გაფილტროთ მომხმარებლის ველი მათი სახელებისა და ღირებულებების მიხედვით. მაგალითად: Field1 == Value1. გაითვალისწინეთ რომ თუ ველი ან ღირებულება შეიცავს space-ს თქვენ დაგჭირდებათ მათი მოთავსება ერთ ციტატაში მაგ: 'Field 1' == 'Value 1'. ერთი კონტროლის სიმბოლოებისთვის (' \\/) გამოტოვება, შეგიძლიათ გამოიყენოთ \\. მაგ: Field1 == I\\'m. აგრეთვე თქვენ შეგიძლიათ შეურიოთ რამოდენიმე კომბინაცია. მაგალითად: F1 == V1 || F1 == V2. როგორც წესი ყველა ოპერაცია ინტერპრეტირებულია მარცხნიდან მარჯვნივ. თქვენ შეგიძლიათ შეცვალოთ რიგითობა ფრჩხილების შეცვლით მაგალითად: F1 == V1 && ( F2 == V2 || F2 == V3 ). აგრეთვე შეგიძლიათ მოძებნოთ ტექსტის ველები რეგექსით F1 == /Tes.*/i", "advanced-filter-description": "გაფართოებული ფილტრაცია, უფლებას გაძლევთ დაწეროთ მწკრივი რომლებიც შეიცავენ შემდეგ ოპერაციებს : == != <= >= && || ( ) space გამოიყენება როგორც გამმიჯნავი ოპერაციებს შორის. თქვენ შეგიძლიათ გაფილტროთ მომხმარებლის ველი მათი სახელებისა და ღირებულებების მიხედვით. მაგალითად: Field1 == Value1. გაითვალისწინეთ რომ თუ ველი ან ღირებულება შეიცავს space-ს თქვენ დაგჭირდებათ მათი მოთავსება ერთ ციტატაში მაგ: 'Field 1' == 'Value 1'. ერთი კონტროლის სიმბოლოებისთვის (' \\/) გამოტოვება, შეგიძლიათ გამოიყენოთ \\. მაგ: Field1 == I\\'m. აგრეთვე თქვენ შეგიძლიათ შეურიოთ რამოდენიმე კომბინაცია. მაგალითად: F1 == V1 || F1 == V2. როგორც წესი ყველა ოპერაცია ინტერპრეტირებულია მარცხნიდან მარჯვნივ. თქვენ შეგიძლიათ შეცვალოთ რიგითობა ფრჩხილების შეცვლით მაგალითად: F1 == V1 && ( F2 == V2 || F2 == V3 ). აგრეთვე შეგიძლიათ მოძებნოთ ტექსტის ველები რეგექსით F1 == /Tes.*/i",
"fullname": "სახელი და გვარი", "fullname": "სახელი და გვარი",
@ -420,6 +425,8 @@
"moveCardToTop-title": "ზევით აწევა", "moveCardToTop-title": "ზევით აწევა",
"moveSelectionPopup-title": "მონიშნულის მოძრაობა", "moveSelectionPopup-title": "მონიშნულის მოძრაობა",
"multi-selection": "რამდენიმეს მონიშვნა", "multi-selection": "რამდენიმეს მონიშვნა",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "რამდენიმეს მონიშვნა ჩართულია", "multi-selection-on": "რამდენიმეს მონიშვნა ჩართულია",
"muted": "ხმა გათიშულია", "muted": "ხმა გათიშულია",
"muted-info": "თქვენ აღარ მიიღებთ შეტყობინებას ამ დაფაზე მიმდინარე ცვლილებების შესახებ. ", "muted-info": "თქვენ აღარ მიიღებთ შეტყობინებას ამ დაფაზე მიმდინარე ცვლილებების შესახებ. ",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "필터 초기화", "filter-clear": "필터 초기화",
"filter-labels-label": "Filter by label",
"filter-no-label": "라벨 없음", "filter-no-label": "라벨 없음",
"filter-member-label": "Filter by member",
"filter-no-member": "멤버 없음", "filter-no-member": "멤버 없음",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "필터 사용", "filter-on": "필터 사용",
"filter-on-desc": "보드에서 카드를 필터링합니다. 여기를 클릭하여 필터를 수정합니다.", "filter-on-desc": "보드에서 카드를 필터링합니다. 여기를 클릭하여 필터를 수정합니다.",
"filter-to-selection": "선택 항목으로 필터링", "filter-to-selection": "선택 항목으로 필터링",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "실명", "fullname": "실명",
@ -420,6 +425,8 @@
"moveCardToTop-title": "최상단으로 이동", "moveCardToTop-title": "최상단으로 이동",
"moveSelectionPopup-title": "선택 항목 이동", "moveSelectionPopup-title": "선택 항목 이동",
"multi-selection": "다중 선택", "multi-selection": "다중 선택",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "다중 선택 사용", "multi-selection-on": "다중 선택 사용",
"muted": "알림 해제", "muted": "알림 해제",
"muted-info": "보드의 변경된 사항들의 알림을 받지 않습니다.", "muted-info": "보드의 변경된 사항들의 알림을 받지 않습니다.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrēt kartiņas vai sarakstus", "filter-cards": "Filtrēt kartiņas vai sarakstus",
"list-filter-label": "Filtrēt sarakstus pēc virsraksta", "list-filter-label": "Filtrēt sarakstus pēc virsraksta",
"filter-clear": "Notīrīt filtru", "filter-clear": "Notīrīt filtru",
"filter-labels-label": "Filter by label",
"filter-no-label": "Nav birkas", "filter-no-label": "Nav birkas",
"filter-member-label": "Filter by member",
"filter-no-member": "Nav dalībnieku", "filter-no-member": "Nav dalībnieku",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Nav atbildīgā", "filter-no-assignee": "Nav atbildīgā",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Nav papildu lauku", "filter-no-custom-fields": "Nav papildu lauku",
"filter-show-archive": "Rādīt arhivētos sarakstus", "filter-show-archive": "Rādīt arhivētos sarakstus",
"filter-hide-empty": "Slēpt tukšus sarakstus", "filter-hide-empty": "Slēpt tukšus sarakstus",
"filter-on": "Filtrs ir ieslēgts", "filter-on": "Filtrs ir ieslēgts",
"filter-on-desc": "Kartiņas šajā dēlī ir filtrētas. Spiediet šeit, lai labotu filtru.", "filter-on-desc": "Kartiņas šajā dēlī ir filtrētas. Spiediet šeit, lai labotu filtru.",
"filter-to-selection": "Filtrs uz iezīmēto", "filter-to-selection": "Filtrs uz iezīmēto",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Papildu filtri", "advanced-filter-label": "Papildu filtri",
"advanced-filter-description": "Papildu filtri ļauj meklēt ar šādiem operatoriem: == != <= >= && || ( ) Starp operatoriem jāatstāj atstarpe. Lai filtrētu papildlaukus, norādiet tā nosaukumu un vērtību. Piemērs: Lauks1 == Vērtība1. Piezīme: ja lauki vai vērtības satur atstarpes, ievietojiet tekstu pēdiņās. Piemērs: 'Lauks 1' == 'Vērtība 1'. Lai ievadītu kontrolsimbolus (pēdiņās un slīpsvītras), pirms tiem ievadiet \\. Piemērs: Lauks1 == 'Rībēj\\' Rīga'. Papildus var kombinēt vairākus nosacījumus. Piemērs: L1 == V1 || L1 == V2. Parasti operatori tiek interpretēti no kreisās uz labo pusi. Secību var mainīt ar iekavām. Piemērs: L1 == V1 && ( L2 == V2 || L2 == V3 ). Papildus teksta laukus var filtrēt ar RegEx: L1 == /Tes.*/i", "advanced-filter-description": "Papildu filtri ļauj meklēt ar šādiem operatoriem: == != <= >= && || ( ) Starp operatoriem jāatstāj atstarpe. Lai filtrētu papildlaukus, norādiet tā nosaukumu un vērtību. Piemērs: Lauks1 == Vērtība1. Piezīme: ja lauki vai vērtības satur atstarpes, ievietojiet tekstu pēdiņās. Piemērs: 'Lauks 1' == 'Vērtība 1'. Lai ievadītu kontrolsimbolus (pēdiņās un slīpsvītras), pirms tiem ievadiet \\. Piemērs: Lauks1 == 'Rībēj\\' Rīga'. Papildus var kombinēt vairākus nosacījumus. Piemērs: L1 == V1 || L1 == V2. Parasti operatori tiek interpretēti no kreisās uz labo pusi. Secību var mainīt ar iekavām. Piemērs: L1 == V1 && ( L2 == V2 || L2 == V3 ). Papildus teksta laukus var filtrēt ar RegEx: L1 == /Tes.*/i",
"fullname": "Pilnais vārds un uzvārds", "fullname": "Pilnais vārds un uzvārds",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Pārvietot uz augšu", "moveCardToTop-title": "Pārvietot uz augšu",
"moveSelectionPopup-title": "Pārvietot atzīmēto", "moveSelectionPopup-title": "Pārvietot atzīmēto",
"multi-selection": "Atzīmēt", "multi-selection": "Atzīmēt",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Atzīmēšana ieslēgta", "multi-selection-on": "Atzīmēšana ieslēgta",
"muted": "Apklusināts", "muted": "Apklusināts",
"muted-info": "Nekad nesaņemsiet ziņojumus par izmaiņām šajā dēlī", "muted-info": "Nekad nesaņemsiet ziņojumus par izmaiņām šajā dēlī",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Премахване на филтрите", "filter-clear": "Премахване на филтрите",
"filter-labels-label": "Filter by label",
"filter-no-label": "без етикет", "filter-no-label": "без етикет",
"filter-member-label": "Filter by member",
"filter-no-member": "без член", "filter-no-member": "без член",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Няма Собствени полета", "filter-no-custom-fields": "Няма Собствени полета",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Има приложени филтри", "filter-on": "Има приложени филтри",
"filter-on-desc": "В момента филтрирате картите в това табло. Моля, натиснете тук, за да промените филтъра.", "filter-on-desc": "В момента филтрирате картите в това табло. Моля, натиснете тук, за да промените филтъра.",
"filter-to-selection": "Филтрирай избраните", "filter-to-selection": "Филтрирай избраните",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Напреден филтер", "advanced-filter-label": "Напреден филтер",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Име", "fullname": "Име",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Премести в началото", "moveCardToTop-title": "Премести в началото",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Множествен избор", "multi-selection": "Множествен избор",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Множественият избор е приложен", "multi-selection-on": "Множественият избор е приложен",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter kaarten of lijsten", "filter-cards": "Filter kaarten of lijsten",
"list-filter-label": "Filter lijst op titel", "list-filter-label": "Filter lijst op titel",
"filter-clear": "Wis filter", "filter-clear": "Wis filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Geen label", "filter-no-label": "Geen label",
"filter-member-label": "Filter by member",
"filter-no-member": "Geen lid", "filter-no-member": "Geen lid",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Niemand toegewezen", "filter-no-assignee": "Niemand toegewezen",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Geen maatwerkvelden", "filter-no-custom-fields": "Geen maatwerkvelden",
"filter-show-archive": "Toon gearchiveerde lijsten", "filter-show-archive": "Toon gearchiveerde lijsten",
"filter-hide-empty": "Verberg lege lijsten", "filter-hide-empty": "Verberg lege lijsten",
"filter-on": "Filter is actief", "filter-on": "Filter is actief",
"filter-on-desc": "Je bent nu kaarten aan het filteren op dit bord. Klik hier om het filter te wijzigen.", "filter-on-desc": "Je bent nu kaarten aan het filteren op dit bord. Klik hier om het filter te wijzigen.",
"filter-to-selection": "Filter zoals selectie", "filter-to-selection": "Filter zoals selectie",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Geavanceerd Filter", "advanced-filter-label": "Geavanceerd Filter",
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \\/) over te slaan gebruik je \\. Bijvoorbeeld: Veld1 == I\\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i", "advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \\/) over te slaan gebruik je \\. Bijvoorbeeld: Veld1 == I\\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
"fullname": "Volledige naam", "fullname": "Volledige naam",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Verplaats naar boven", "moveCardToTop-title": "Verplaats naar boven",
"moveSelectionPopup-title": "Verplaats selectie", "moveSelectionPopup-title": "Verplaats selectie",
"multi-selection": "Multi-selectie", "multi-selection": "Multi-selectie",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-selectie staat aan", "multi-selection-on": "Multi-selectie staat aan",
"muted": "Stil", "muted": "Stil",
"muted-info": "Je zal nooit meer geïnformeerd worden bij veranderingen in dit bord.", "muted-info": "Je zal nooit meer geïnformeerd worden bij veranderingen in dit bord.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Escafar lo filtre", "filter-clear": "Escafar lo filtre",
"filter-labels-label": "Filter by label",
"filter-no-label": "Pas cap d'etiqueta", "filter-no-label": "Pas cap d'etiqueta",
"filter-member-label": "Filter by member",
"filter-no-member": "Pas cap de participant", "filter-no-member": "Pas cap de participant",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Pas de camp personalizat", "filter-no-custom-fields": "Pas de camp personalizat",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Lo filtre es activat", "filter-on": "Lo filtre es activat",
"filter-on-desc": "Filtratz las cartas dins aqueste tablèu. Picar aquí per editar los filtres", "filter-on-desc": "Filtratz las cartas dins aqueste tablèu. Picar aquí per editar los filtres",
"filter-to-selection": "Filtrar la seleccion", "filter-to-selection": "Filtrar la seleccion",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtre avançat", "advanced-filter-label": "Filtre avançat",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nom complet", "fullname": "Nom complet",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Bolegar cap al naut", "moveCardToTop-title": "Bolegar cap al naut",
"moveSelectionPopup-title": "Bolegar la seleccion", "moveSelectionPopup-title": "Bolegar la seleccion",
"multi-selection": "Multi-seleccion", "multi-selection": "Multi-seleccion",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Silenciós", "muted": "Silenciós",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtruj karty i listy", "filter-cards": "Filtruj karty i listy",
"list-filter-label": "Filtruj listy względem tytułu", "list-filter-label": "Filtruj listy względem tytułu",
"filter-clear": "Usuń filter", "filter-clear": "Usuń filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Brak etykiety", "filter-no-label": "Brak etykiety",
"filter-member-label": "Filter by member",
"filter-no-member": "Brak użytkowników", "filter-no-member": "Brak użytkowników",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Nieprzypisane ", "filter-no-assignee": "Nieprzypisane ",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Brak niestandardowych pól", "filter-no-custom-fields": "Brak niestandardowych pól",
"filter-show-archive": "Pokaż zarchiwizowane listy", "filter-show-archive": "Pokaż zarchiwizowane listy",
"filter-hide-empty": "Ukryj puste listy", "filter-hide-empty": "Ukryj puste listy",
"filter-on": "Filtr jest włączony", "filter-on": "Filtr jest włączony",
"filter-on-desc": "Filtrujesz karty na tej tablicy. Kliknij tutaj by edytować filtr.", "filter-on-desc": "Filtrujesz karty na tej tablicy. Kliknij tutaj by edytować filtr.",
"filter-to-selection": "Odfiltruj zaznaczenie", "filter-to-selection": "Odfiltruj zaznaczenie",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Zaawansowane filtry", "advanced-filter-label": "Zaawansowane filtry",
"advanced-filter-description": "Zaawansowane filtry pozwalają na wykorzystanie ciągu znaków wraz z następującymi operatorami: == != <= >= && || (). Spacja jest używana jako separator pomiędzy operatorami. Możesz przefiltrowywać wszystkie niestandardowe pola wpisując ich nazwy lub wartości, na przykład: Pole1 == Wartość1.\nUwaga: Jeśli pola lub wartości zawierają spację, musisz je zawrzeć w pojedyncze cudzysłowie, na przykład: 'Pole 1' == 'Wartość 1'. Dla pojedynczych znaków, które powinny być pominięte należy użyć \\, na przykład Pole1 == I\\'m. Możesz także wykorzystywać mieszane warunki, na przykład P1 == W1 || P1 == W2. Standardowo wszystkie operatory są interpretowane od lewej do prawej. Możesz także zmienić kolejność interpretacji wykorzystując nawiasy, na przykład P1 == W1 && (P2 == W2 || P2 == W3). Możesz także wyszukiwać tekstowo wykorzystując wyrażenia regularne, na przykład: P1 == /Tes.*/i", "advanced-filter-description": "Zaawansowane filtry pozwalają na wykorzystanie ciągu znaków wraz z następującymi operatorami: == != <= >= && || (). Spacja jest używana jako separator pomiędzy operatorami. Możesz przefiltrowywać wszystkie niestandardowe pola wpisując ich nazwy lub wartości, na przykład: Pole1 == Wartość1.\nUwaga: Jeśli pola lub wartości zawierają spację, musisz je zawrzeć w pojedyncze cudzysłowie, na przykład: 'Pole 1' == 'Wartość 1'. Dla pojedynczych znaków, które powinny być pominięte należy użyć \\, na przykład Pole1 == I\\'m. Możesz także wykorzystywać mieszane warunki, na przykład P1 == W1 || P1 == W2. Standardowo wszystkie operatory są interpretowane od lewej do prawej. Możesz także zmienić kolejność interpretacji wykorzystując nawiasy, na przykład P1 == W1 && (P2 == W2 || P2 == W3). Możesz także wyszukiwać tekstowo wykorzystując wyrażenia regularne, na przykład: P1 == /Tes.*/i",
"fullname": "Pełna nazwa", "fullname": "Pełna nazwa",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Przenieś na górę", "moveCardToTop-title": "Przenieś na górę",
"moveSelectionPopup-title": "Przenieś zaznaczone", "moveSelectionPopup-title": "Przenieś zaznaczone",
"multi-selection": "Wielokrotne zaznaczenie", "multi-selection": "Wielokrotne zaznaczenie",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Wielokrotne zaznaczenie jest włączone", "multi-selection-on": "Wielokrotne zaznaczenie jest włączone",
"muted": "Wycisz", "muted": "Wycisz",
"muted-info": "Nie dostaniesz powiadomienia o zmianach w tej tablicy.", "muted-info": "Nie dostaniesz powiadomienia o zmianach w tej tablicy.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrar Cartões ou Listas", "filter-cards": "Filtrar Cartões ou Listas",
"list-filter-label": "Filtrar Lista por Título", "list-filter-label": "Filtrar Lista por Título",
"filter-clear": "Limpar filtro", "filter-clear": "Limpar filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sem etiquetas", "filter-no-label": "Sem etiquetas",
"filter-member-label": "Filter by member",
"filter-no-member": "Sem membros", "filter-no-member": "Sem membros",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Não atribuído", "filter-no-assignee": "Não atribuído",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Não há campos customizados", "filter-no-custom-fields": "Não há campos customizados",
"filter-show-archive": "Mostrar listas arquivadas", "filter-show-archive": "Mostrar listas arquivadas",
"filter-hide-empty": "Esconder listas vazias", "filter-hide-empty": "Esconder listas vazias",
"filter-on": "Filtro está ativo", "filter-on": "Filtro está ativo",
"filter-on-desc": "Você está filtrando cartões neste quadro. Clique aqui para editar o filtro.", "filter-on-desc": "Você está filtrando cartões neste quadro. Clique aqui para editar o filtro.",
"filter-to-selection": "Filtrar esta seleção", "filter-to-selection": "Filtrar esta seleção",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtro avançado", "advanced-filter-label": "Filtro avançado",
"advanced-filter-description": "Filtros avançados permitem escrever uma \"string\" contendo os seguintes operadores: == != <= >= && || (). Um espaco é utilizado como separador entre os operadores. Você pode filtrar para todos os campos personalizados escrevendo os nomes e valores. Exemplo: Campo1 == Valor1. Nota^Se o campo ou valor tiver espaços você precisa encapsular eles em citações sozinhas. Exemplo: Campo1 == Eu\\sou. Também você pode combinar múltiplas condições. Exemplo: C1 == V1 || C1 == V2. Normalmente todos os operadores são interpretados da esquerda para direita. Você pode alterar a ordem colocando parênteses - como ma expressão matemática. Exemplo: C1 == V1 && (C2 == V2 || C2 == V3). Você tamb~em pode pesquisar campos de texto usando regex: C1 == /Tes.*/i", "advanced-filter-description": "Filtros avançados permitem escrever uma \"string\" contendo os seguintes operadores: == != <= >= && || (). Um espaco é utilizado como separador entre os operadores. Você pode filtrar para todos os campos personalizados escrevendo os nomes e valores. Exemplo: Campo1 == Valor1. Nota^Se o campo ou valor tiver espaços você precisa encapsular eles em citações sozinhas. Exemplo: Campo1 == Eu\\sou. Também você pode combinar múltiplas condições. Exemplo: C1 == V1 || C1 == V2. Normalmente todos os operadores são interpretados da esquerda para direita. Você pode alterar a ordem colocando parênteses - como ma expressão matemática. Exemplo: C1 == V1 && (C2 == V2 || C2 == V3). Você tamb~em pode pesquisar campos de texto usando regex: C1 == /Tes.*/i",
"fullname": "Nome Completo", "fullname": "Nome Completo",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover para o topo", "moveCardToTop-title": "Mover para o topo",
"moveSelectionPopup-title": "Mover seleção", "moveSelectionPopup-title": "Mover seleção",
"multi-selection": "Multi-Seleção", "multi-selection": "Multi-Seleção",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-seleção está ativo", "multi-selection-on": "Multi-seleção está ativo",
"muted": "Silenciar", "muted": "Silenciar",
"muted-info": "Você nunca receberá qualquer notificação desse board", "muted-info": "Você nunca receberá qualquer notificação desse board",

View file

@ -64,7 +64,7 @@
"activity-unchecked-item": "desmarcou %s na lista de verificação %s de %s", "activity-unchecked-item": "desmarcou %s na lista de verificação %s de %s",
"activity-checklist-added": "adicionou a lista de verificação a %s", "activity-checklist-added": "adicionou a lista de verificação a %s",
"activity-checklist-removed": "removeu a lista de verificação de %s", "activity-checklist-removed": "removeu a lista de verificação de %s",
"activity-checklist-completed": "completed checklist %s of %s", "activity-checklist-completed": "completou a lista de verificação %s de %s",
"activity-checklist-uncompleted": "descompletou a lista de verificação %s de %s", "activity-checklist-uncompleted": "descompletou a lista de verificação %s de %s",
"activity-checklist-item-added": "adicionou o item a '%s' em %s", "activity-checklist-item-added": "adicionou o item a '%s' em %s",
"activity-checklist-item-removed": "removeu o item de '%s' na %s", "activity-checklist-item-removed": "removeu o item de '%s' na %s",
@ -161,18 +161,18 @@
"cardAttachmentsPopup-title": "Anexar a partir de", "cardAttachmentsPopup-title": "Anexar a partir de",
"cardCustomField-datePopup-title": "Alterar a data", "cardCustomField-datePopup-title": "Alterar a data",
"cardCustomFieldsPopup-title": "Editar campos personalizados", "cardCustomFieldsPopup-title": "Editar campos personalizados",
"cardStartVotingPopup-title": "Start a vote", "cardStartVotingPopup-title": "Iniciar uma votação",
"positiveVoteMembersPopup-title": "Proponents", "positiveVoteMembersPopup-title": "Proponentes",
"negativeVoteMembersPopup-title": "Opponents", "negativeVoteMembersPopup-title": "Oponentes",
"card-edit-voting": "Alterar voto", "card-edit-voting": "Alterar votação",
"editVoteEndDatePopup-title": "Change vote end date", "editVoteEndDatePopup-title": "Alterar data de fim da votação",
"allowNonBoardMembers": "Allow all logged in users", "allowNonBoardMembers": "Permitir todos os utilizadores com sessão iniciada",
"vote-question": "Voting question", "vote-question": "Questão da votação",
"vote-public": "Show who voted what", "vote-public": "Mostrar quem votou o quê",
"vote-for-it": "for it", "vote-for-it": "a favor",
"vote-against": "against", "vote-against": "contra",
"deleteVotePopup-title": "Apagar voto?", "deleteVotePopup-title": "Apagar votação?",
"vote-delete-pop": "Deleting is permanent. You will lose all actions associated with this vote.", "vote-delete-pop": "Apagar é permanente. Irá perder todas as ações associadas a este voto.",
"cardDeletePopup-title": "Apagar Cartão?", "cardDeletePopup-title": "Apagar Cartão?",
"cardDetailsActionsPopup-title": "Acções do Cartão", "cardDetailsActionsPopup-title": "Acções do Cartão",
"cardLabelsPopup-title": "Etiquetas", "cardLabelsPopup-title": "Etiquetas",
@ -235,8 +235,8 @@
"comment-only-desc": "Pode comentar apenas em cartões.", "comment-only-desc": "Pode comentar apenas em cartões.",
"no-comments": "Sem comentários", "no-comments": "Sem comentários",
"no-comments-desc": "Não pode ver comentários nem actividades.", "no-comments-desc": "Não pode ver comentários nem actividades.",
"worker": "Worker", "worker": "Trabalhador",
"worker-desc": "Can only move cards, assign itself to card and comment.", "worker-desc": "Apenas pode mover cartões, atribuir-se a si próprio ao cartão e comentar.",
"computer": "Computador", "computer": "Computador",
"confirm-subtask-delete-dialog": "Tem certeza que deseja apagar a sub-tarefa?", "confirm-subtask-delete-dialog": "Tem certeza que deseja apagar a sub-tarefa?",
"confirm-checklist-delete-dialog": "Tem certeza que quer apagar a lista de verificação?", "confirm-checklist-delete-dialog": "Tem certeza que quer apagar a lista de verificação?",
@ -311,7 +311,7 @@
"error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso", "error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso",
"error-json-malformed": "O seu texto não é um JSON válido", "error-json-malformed": "O seu texto não é um JSON válido",
"error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto", "error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format", "error-csv-schema": "O seu CSV(Comma Separated Values)/TSV (Tab Separated Values) não inclui a informação apropriada no formato correto",
"error-list-doesNotExist": "Esta lista não existe", "error-list-doesNotExist": "Esta lista não existe",
"error-user-doesNotExist": "Este utilizador não existe", "error-user-doesNotExist": "Este utilizador não existe",
"error-user-notAllowSelf": "Não se pode convidar a si mesmo", "error-user-notAllowSelf": "Não se pode convidar a si mesmo",
@ -319,17 +319,17 @@
"error-username-taken": "Esse nome de utilizador já existe", "error-username-taken": "Esse nome de utilizador já existe",
"error-email-taken": "Endereço de e-mail já está em uso", "error-email-taken": "Endereço de e-mail já está em uso",
"export-board": "Exportar quadro", "export-board": "Exportar quadro",
"export-board-json": "Export board to JSON", "export-board-json": "Exportar quadro para JSON",
"export-board-csv": "Export board to CSV", "export-board-csv": "Exportar quadro para CSV",
"export-board-tsv": "Export board to TSV", "export-board-tsv": "Exportar quadro para TSV",
"export-board-html": "Export board to HTML", "export-board-html": "Exportar quadro para HTML",
"exportBoardPopup-title": "Exportar quadro", "exportBoardPopup-title": "Exportar quadro",
"sort": "Ordenar", "sort": "Ordenar",
"sort-desc": "Clique para ordenar a Lista", "sort-desc": "Clique para ordenar a Lista",
"list-sort-by": "Ordenar a Lista por:", "list-sort-by": "Ordenar a Lista por:",
"list-label-modifiedAt": "Last Access Time", "list-label-modifiedAt": "Data do Último Acesso",
"list-label-title": "Nome da Lista", "list-label-title": "Nome da Lista",
"list-label-sort": "Your Manual Order", "list-label-sort": "A Sua Ordem Manual",
"list-label-short-modifiedAt": "(L)", "list-label-short-modifiedAt": "(L)",
"list-label-short-title": "(N)", "list-label-short-title": "(N)",
"list-label-short-sort": "(M)", "list-label-short-sort": "(M)",
@ -337,15 +337,20 @@
"filter-cards": "Filtrar Cartões ou Listas", "filter-cards": "Filtrar Cartões ou Listas",
"list-filter-label": "Filtrar Lista por Título", "list-filter-label": "Filtrar Lista por Título",
"filter-clear": "Limpar filtro", "filter-clear": "Limpar filtro",
"filter-labels-label": "Filter by label",
"filter-no-label": "Sem etiquetas", "filter-no-label": "Sem etiquetas",
"filter-member-label": "Filter by member",
"filter-no-member": "Sem membros", "filter-no-member": "Sem membros",
"filter-no-assignee": "No assignee", "filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Sem responsável",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Sem Campos Personalizados", "filter-no-custom-fields": "Sem Campos Personalizados",
"filter-show-archive": "Mostrar listas arquivadas", "filter-show-archive": "Mostrar listas arquivadas",
"filter-hide-empty": "Ocultar listas vazias", "filter-hide-empty": "Ocultar listas vazias",
"filter-on": "Filtro está activo", "filter-on": "Filtro está activo",
"filter-on-desc": "Está a filtrar cartões neste quadro. Clique aqui para editar o filtro.", "filter-on-desc": "Está a filtrar cartões neste quadro. Clique aqui para editar o filtro.",
"filter-to-selection": "Filtrar esta selecção", "filter-to-selection": "Filtrar esta selecção",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Filtro Avançado", "advanced-filter-label": "Filtro Avançado",
"advanced-filter-description": "Filtro Avançado permite escrever uma \"string\" contendo os seguintes operadores: == != <= >= && || ( ). Um espaço é usado como separador entre Operadores. Pode filtrar em todos os Campos Personalizados escreventos os seus nomes e valores. Por Exemplo: Campo1 == Valor1. Nota: Se os campos ou valores contiverem espaços, tem de os encapsular em apóstrofes. Por Exemplo: 'Campo 1' == 'Valor 1'. Para que caracteres de controlo únicos (' \\/) sejam ignorados, pode usar \\. Por exemplo: Campo1 == I\\'m. Pode também combinar múltiplas condições. Por Exemplo: F1 == V1 || F1 == V2. Normalmente todos os operadores são interpretados da esquerda para a direita. Pode alterar a ordem inserindo parênteses. Por Exemplo: F1 == V1 && ( F2 == V2 || F2 == V3 ). Pode também procurar em campos de texto utilizando uma expressão regular: F1 == /Tes.*/i", "advanced-filter-description": "Filtro Avançado permite escrever uma \"string\" contendo os seguintes operadores: == != <= >= && || ( ). Um espaço é usado como separador entre Operadores. Pode filtrar em todos os Campos Personalizados escreventos os seus nomes e valores. Por Exemplo: Campo1 == Valor1. Nota: Se os campos ou valores contiverem espaços, tem de os encapsular em apóstrofes. Por Exemplo: 'Campo 1' == 'Valor 1'. Para que caracteres de controlo únicos (' \\/) sejam ignorados, pode usar \\. Por exemplo: Campo1 == I\\'m. Pode também combinar múltiplas condições. Por Exemplo: F1 == V1 || F1 == V2. Normalmente todos os operadores são interpretados da esquerda para a direita. Pode alterar a ordem inserindo parênteses. Por Exemplo: F1 == V1 && ( F2 == V2 || F2 == V3 ). Pode também procurar em campos de texto utilizando uma expressão regular: F1 == /Tes.*/i",
"fullname": "Nome Completo", "fullname": "Nome Completo",
@ -359,12 +364,12 @@
"import-board-c": "Importar quadro", "import-board-c": "Importar quadro",
"import-board-title-trello": "Importar quadro do Trello", "import-board-title-trello": "Importar quadro do Trello",
"import-board-title-wekan": "Importar quadro a partir de exportação prévia", "import-board-title-wekan": "Importar quadro a partir de exportação prévia",
"import-board-title-csv": "Import board from CSV/TSV", "import-board-title-csv": "Importar quadro de CSV/TSV",
"from-trello": "Do Trello", "from-trello": "Do Trello",
"from-wekan": "A partir de exportação prévia", "from-wekan": "A partir de exportação prévia",
"from-csv": "De CSV/TSV", "from-csv": "De CSV/TSV",
"import-board-instruction-trello": "No seu quadro do Trello, vá em 'Menu', depois em 'Mais', 'Imprimir e Exportar', 'Exportar JSON', e copie o texto resultante.", "import-board-instruction-trello": "No seu quadro do Trello, vá em 'Menu', depois em 'Mais', 'Imprimir e Exportar', 'Exportar JSON', e copie o texto resultante.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .", "import-board-instruction-csv": "Cole o seu Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "No seu quadro vá para 'Menu', depois 'Exportar quadro' e copie o texto no ficheiro descarregado.", "import-board-instruction-wekan": "No seu quadro vá para 'Menu', depois 'Exportar quadro' e copie o texto no ficheiro descarregado.",
"import-board-instruction-about-errors": "Se receber erros ao importar o quadro, às vezes a importação ainda funciona e o quadro está na página Todos os Quadros.", "import-board-instruction-about-errors": "Se receber erros ao importar o quadro, às vezes a importação ainda funciona e o quadro está na página Todos os Quadros.",
"import-json-placeholder": "Cole seus dados JSON válidos aqui", "import-json-placeholder": "Cole seus dados JSON válidos aqui",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Mover para o Topo", "moveCardToTop-title": "Mover para o Topo",
"moveSelectionPopup-title": "Mover a selecção", "moveSelectionPopup-title": "Mover a selecção",
"multi-selection": "Selecção Múltipla", "multi-selection": "Selecção Múltipla",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Selecção Múltipla está activa", "multi-selection-on": "Selecção Múltipla está activa",
"muted": "Silenciado", "muted": "Silenciado",
"muted-info": "Nunca será notificado de quaisquer alterações neste quadro", "muted-info": "Nunca será notificado de quaisquer alterações neste quadro",
@ -464,8 +471,8 @@
"save": "Guardar", "save": "Guardar",
"search": "Procurar", "search": "Procurar",
"rules": "Regras", "rules": "Regras",
"search-cards": "Search from card/list titles, descriptions and custom fields on this board", "search-cards": "Procurar nos títulos, descrições e campos personalizados de cartões/listas neste quadro",
"search-example": "Write text you search and press Enter", "search-example": "Escreva o texto a pesquisar e pressione Enter",
"select-color": "Seleccionar Cor", "select-color": "Seleccionar Cor",
"set-wip-limit-value": "Defina um limite máximo para o número de tarefas nesta lista", "set-wip-limit-value": "Defina um limite máximo para o número de tarefas nesta lista",
"setWipLimitPopup-title": "Definir Limite WIP", "setWipLimitPopup-title": "Definir Limite WIP",
@ -548,14 +555,14 @@
"email-smtp-test-text": "Enviou um e-mail com sucesso", "email-smtp-test-text": "Enviou um e-mail com sucesso",
"error-invitation-code-not-exist": "O código do convite não existe", "error-invitation-code-not-exist": "O código do convite não existe",
"error-notAuthorized": "Não tem autorização para ver esta página.", "error-notAuthorized": "Não tem autorização para ver esta página.",
"webhook-title": "Webhook Name", "webhook-title": "Nome do Webhook",
"webhook-token": "Token (Optional for Authentication)", "webhook-token": "Token (Opcional para Autenticação)",
"outgoing-webhooks": "Webhooks de saída", "outgoing-webhooks": "Webhooks de saída",
"bidirectional-webhooks": "Two-Way Webhooks", "bidirectional-webhooks": "Webhooks de Dois Sentidos",
"outgoingWebhooksPopup-title": "Webhooks de saída", "outgoingWebhooksPopup-title": "Webhooks de saída",
"boardCardTitlePopup-title": "Filtro do Título do Cartão", "boardCardTitlePopup-title": "Filtro do Título do Cartão",
"disable-webhook": "Disable This Webhook", "disable-webhook": "Desativar Este Webhook",
"global-webhook": "Global Webhooks", "global-webhook": "Webhooks Globais",
"new-outgoing-webhook": "Novo Webhook de saída", "new-outgoing-webhook": "Novo Webhook de saída",
"no-name": "(Desconhecido)", "no-name": "(Desconhecido)",
"Node_version": "Versão do Node", "Node_version": "Versão do Node",
@ -607,9 +614,9 @@
"default": "Omissão", "default": "Omissão",
"queue": "Fila", "queue": "Fila",
"subtask-settings": "Configurações de Sub-tarefas", "subtask-settings": "Configurações de Sub-tarefas",
"card-settings": "Card Settings", "card-settings": "Definições do Cartão",
"boardSubtaskSettingsPopup-title": "Configurações das Sub-tarefas do Quadro", "boardSubtaskSettingsPopup-title": "Configurações das Sub-tarefas do Quadro",
"boardCardSettingsPopup-title": "Card Settings", "boardCardSettingsPopup-title": "Definições do Cartão",
"deposit-subtasks-board": "Depositar sub-tarefas neste quadro:", "deposit-subtasks-board": "Depositar sub-tarefas neste quadro:",
"deposit-subtasks-list": "Lista de destino para sub-tarefas depositadas aqui:", "deposit-subtasks-list": "Lista de destino para sub-tarefas depositadas aqui:",
"show-parent-in-minicard": "Mostrar pai no mini-cartão:", "show-parent-in-minicard": "Mostrar pai no mini-cartão:",
@ -638,8 +645,8 @@
"r-delete-rule": "Apagar regra", "r-delete-rule": "Apagar regra",
"r-new-rule-name": "Título da nova regra", "r-new-rule-name": "Título da nova regra",
"r-no-rules": "Sem regras", "r-no-rules": "Sem regras",
"r-trigger": "Trigger", "r-trigger": "Gatilho",
"r-action": "Action", "r-action": "Ação",
"r-when-a-card": "Quando um cartão", "r-when-a-card": "Quando um cartão",
"r-is": "é", "r-is": "é",
"r-is-moved": "é movido", "r-is-moved": "é movido",
@ -770,20 +777,20 @@
"almostdue": "a data limite actual %s está-se a aproximar", "almostdue": "a data limite actual %s está-se a aproximar",
"pastdue": "a data limite actual %s já passou", "pastdue": "a data limite actual %s já passou",
"duenow": "a data limite actual %s é hoje", "duenow": "a data limite actual %s é hoje",
"act-newDue": "__list__/__card__ has 1st due reminder [__board__]", "act-newDue": "__list__/__card__ tem o 1º lembrete de prazo [__board__]",
"act-withDue": "__list__/__card__ due reminders [__board__]", "act-withDue": "__list__/__card__ lembretes de prazo [__board__]",
"act-almostdue": "estava a lembrar que a data limite actual (__timeValue__) de __card__ está-se a aproximar", "act-almostdue": "estava a lembrar que a data limite actual (__timeValue__) de __card__ está-se a aproximar",
"act-pastdue": "estava a lembrar que a data limite (__timeValue__) de __card__ já passou", "act-pastdue": "estava a lembrar que a data limite (__timeValue__) de __card__ já passou",
"act-duenow": "estava a lembrar que a data limite (__timeValue__) de __card__ é agora", "act-duenow": "estava a lembrar que a data limite (__timeValue__) de __card__ é agora",
"act-atUserComment": "You were mentioned in [__board__] __list__/__card__", "act-atUserComment": "Foi mencionado em [__board__] __list__/__card__",
"delete-user-confirm-popup": "Tem a certeza que pretende apagar esta conta? Não há como desfazer.", "delete-user-confirm-popup": "Tem a certeza que pretende apagar esta conta? Não há como desfazer.",
"accounts-allowUserDelete": "Permitir aos utilizadores apagar as suas próprias contas", "accounts-allowUserDelete": "Permitir aos utilizadores apagar as suas próprias contas",
"hide-minicard-label-text": "Ocultar texto das etiquetas dos mini-cartões", "hide-minicard-label-text": "Ocultar texto das etiquetas dos mini-cartões",
"show-desktop-drag-handles": "Show desktop drag handles", "show-desktop-drag-handles": "Mostrar alças de arrasto do desktop",
"assignee": "Assignee", "assignee": "Responsável",
"cardAssigneesPopup-title": "Assignee", "cardAssigneesPopup-title": "Responsável",
"addmore-detail": "Adicionar uma descrição mais detalhada", "addmore-detail": "Adicionar uma descrição mais detalhada",
"show-on-card": "Show on Card", "show-on-card": "Mostrar no Cartão",
"new": "Novo", "new": "Novo",
"editUserPopup-title": "Editar Utilizador", "editUserPopup-title": "Editar Utilizador",
"newUserPopup-title": "Novo Utilizador", "newUserPopup-title": "Novo Utilizador",
@ -794,7 +801,7 @@
"remove-all-read": "Apagar todos os lidos", "remove-all-read": "Apagar todos os lidos",
"allow-rename": "Permitir Renomear", "allow-rename": "Permitir Renomear",
"allowRenamePopup-title": "Permitir Renomear", "allowRenamePopup-title": "Permitir Renomear",
"start-day-of-week": "Set day of the week start", "start-day-of-week": "Definir dia de início da semana",
"monday": "Segunda-feira", "monday": "Segunda-feira",
"tuesday": "Terça-feira", "tuesday": "Terça-feira",
"wednesday": "Quarta-feira", "wednesday": "Quarta-feira",
@ -802,14 +809,14 @@
"friday": "Sexta-feira", "friday": "Sexta-feira",
"saturday": "Sábado", "saturday": "Sábado",
"sunday": "Domingo", "sunday": "Domingo",
"status": "Status", "status": "Estado",
"swimlane": "Swimlane", "swimlane": "Pista",
"owner": "Owner", "owner": "Dono",
"last-modified-at": "Modificado pela última vez em", "last-modified-at": "Modificado pela última vez em",
"last-activity": "Última actividade", "last-activity": "Última actividade",
"voting": "Voting", "voting": "Votação",
"archived": "Arquivado", "archived": "Arquivado",
"delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has", "delete-linked-card-before-this-card": "Não pode apagar este cartão sem primeiro apagar o cartão ligado que tem",
"delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list", "delete-linked-cards-before-this-list": "Não pode apagar esta lista sem primeiro apagar cartões ligados que apontam para cartões nesta lista",
"hide-checked-items": "Hide checked items" "hide-checked-items": "Ocultar items marcados"
} }

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Фильтр Карточек или Списков", "filter-cards": "Фильтр Карточек или Списков",
"list-filter-label": "Фильтровать Список по Названию", "list-filter-label": "Фильтровать Список по Названию",
"filter-clear": "Очистить фильтр", "filter-clear": "Очистить фильтр",
"filter-labels-label": "Filter by label",
"filter-no-label": "Нет метки", "filter-no-label": "Нет метки",
"filter-member-label": "Filter by member",
"filter-no-member": "Нет участников", "filter-no-member": "Нет участников",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Не применимо", "filter-no-assignee": "Не применимо",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Нет настраиваемых полей", "filter-no-custom-fields": "Нет настраиваемых полей",
"filter-show-archive": "Показать архивные списки", "filter-show-archive": "Показать архивные списки",
"filter-hide-empty": "Скрыть пустые списки", "filter-hide-empty": "Скрыть пустые списки",
"filter-on": "Включен фильтр", "filter-on": "Включен фильтр",
"filter-on-desc": "Показываются карточки, соответствующие настройкам фильтра. Нажмите для редактирования.", "filter-on-desc": "Показываются карточки, соответствующие настройкам фильтра. Нажмите для редактирования.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Расширенный фильтр", "advanced-filter-label": "Расширенный фильтр",
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \\/), которые нужно пропустить, следует использовать \\. Например: Field1 = I\\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i", "advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \\/), которые нужно пропустить, следует использовать \\. Например: Field1 = I\\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
"fullname": "Полное имя", "fullname": "Полное имя",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Переместить вверх", "moveCardToTop-title": "Переместить вверх",
"moveSelectionPopup-title": "Переместить выделение", "moveSelectionPopup-title": "Переместить выделение",
"multi-selection": "Выбрать несколько", "multi-selection": "Выбрать несколько",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Выбрать несколько из", "multi-selection-on": "Выбрать несколько из",
"muted": "Не беспокоить", "muted": "Не беспокоить",
"muted-info": "Вы НИКОГДА не будете уведомлены ни о каких изменениях в этой доске.", "muted-info": "Вы НИКОГДА не будете уведомлены ни о каких изменениях в этой доске.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtriraj kartice ali sezname", "filter-cards": "Filtriraj kartice ali sezname",
"list-filter-label": "Filtriraj seznam po imenu", "list-filter-label": "Filtriraj seznam po imenu",
"filter-clear": "Počisti filter", "filter-clear": "Počisti filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Brez oznake", "filter-no-label": "Brez oznake",
"filter-member-label": "Filter by member",
"filter-no-member": "Brez člana", "filter-no-member": "Brez člana",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Brez poljubnih polj", "filter-no-custom-fields": "Brez poljubnih polj",
"filter-show-archive": "Prikaži arhivirane sezname", "filter-show-archive": "Prikaži arhivirane sezname",
"filter-hide-empty": "Skrij prazne sezname", "filter-hide-empty": "Skrij prazne sezname",
"filter-on": "Filter vklopljen", "filter-on": "Filter vklopljen",
"filter-on-desc": "Filtrirane kartice na tej tabli. Kliknite tukaj za urejanje filtra.", "filter-on-desc": "Filtrirane kartice na tej tabli. Kliknite tukaj za urejanje filtra.",
"filter-to-selection": "Filtriraj izbrane", "filter-to-selection": "Filtriraj izbrane",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Napredni filter", "advanced-filter-label": "Napredni filter",
"advanced-filter-description": "Napredni filter omogoča pripravo niza, ki vsebuje naslednje operaterje: == != <= >= && || () Preslednica se uporablja kot ločilo med operatorji. Vsa polja po meri lahko filtrirate tako, da vtipkate njihova imena in vrednosti. Na primer: Polje1 == Vrednost1. Opomba: Če polja ali vrednosti vsebujejo presledke, jih morate postaviti v enojne narekovaje. Primer: 'Polje 1' == 'Vrednost 1'. Če želite preskočiti posamezne kontrolne znake (' \\/), lahko uporabite \\. Na primer: Polje1 == I\\'m. Prav tako lahko kombinirate več pogojev. Na primer: F1 == V1 || F1 == V2. Običajno se vsi operaterji interpretirajo od leve proti desni. Vrstni red lahko spremenite tako, da postavite oklepaje. Na primer: F1 == V1 && ( F2 == V2 || F2 == V3 ). Prav tako lahko po besedilu iščete z uporabo pravil regex: F1 == /Tes.*/i", "advanced-filter-description": "Napredni filter omogoča pripravo niza, ki vsebuje naslednje operaterje: == != <= >= && || () Preslednica se uporablja kot ločilo med operatorji. Vsa polja po meri lahko filtrirate tako, da vtipkate njihova imena in vrednosti. Na primer: Polje1 == Vrednost1. Opomba: Če polja ali vrednosti vsebujejo presledke, jih morate postaviti v enojne narekovaje. Primer: 'Polje 1' == 'Vrednost 1'. Če želite preskočiti posamezne kontrolne znake (' \\/), lahko uporabite \\. Na primer: Polje1 == I\\'m. Prav tako lahko kombinirate več pogojev. Na primer: F1 == V1 || F1 == V2. Običajno se vsi operaterji interpretirajo od leve proti desni. Vrstni red lahko spremenite tako, da postavite oklepaje. Na primer: F1 == V1 && ( F2 == V2 || F2 == V3 ). Prav tako lahko po besedilu iščete z uporabo pravil regex: F1 == /Tes.*/i",
"fullname": "Polno Ime", "fullname": "Polno Ime",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Premakni na vrh", "moveCardToTop-title": "Premakni na vrh",
"moveSelectionPopup-title": "Premakni izbiro", "moveSelectionPopup-title": "Premakni izbiro",
"multi-selection": "Multi-Izbira", "multi-selection": "Multi-Izbira",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Izbira je omogočena", "multi-selection-on": "Multi-Izbira je omogočena",
"muted": "Utišano", "muted": "Utišano",
"muted-info": "O spremembah na tej tabli ne boste prejemali obvestil.", "muted-info": "O spremembah na tej tabli ne boste prejemali obvestil.",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtriraj kartice ili liste", "filter-cards": "Filtriraj kartice ili liste",
"list-filter-label": "Filtriraj liste po naslovu", "list-filter-label": "Filtriraj liste po naslovu",
"filter-clear": "Očisti filter", "filter-clear": "Očisti filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Nema oznake", "filter-no-label": "Nema oznake",
"filter-member-label": "Filter by member",
"filter-no-member": "Nema člana", "filter-no-member": "Nema člana",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Nema zastupnika", "filter-no-assignee": "Nema zastupnika",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Prikaži arhivirane liste", "filter-show-archive": "Prikaži arhivirane liste",
"filter-hide-empty": "Sakrij prazne liste", "filter-hide-empty": "Sakrij prazne liste",
"filter-on": "Filter je uključen", "filter-on": "Filter je uključen",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Napredni filter", "advanced-filter-label": "Napredni filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Puno ime", "fullname": "Puno ime",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Premesti na vrh", "moveCardToTop-title": "Premesti na vrh",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Utišano", "muted": "Utišano",
"muted-info": "Nećete biti obavešteni o promenama u ovoj tabli", "muted-info": "Nećete biti obavešteni o promenama u ovoj tabli",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filtrera kort eller listor", "filter-cards": "Filtrera kort eller listor",
"list-filter-label": "Filtrera lista efter titel", "list-filter-label": "Filtrera lista efter titel",
"filter-clear": "Rensa filter", "filter-clear": "Rensa filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "Ingen etikett", "filter-no-label": "Ingen etikett",
"filter-member-label": "Filter by member",
"filter-no-member": "Ingen medlem", "filter-no-member": "Ingen medlem",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Inte tilldelad", "filter-no-assignee": "Inte tilldelad",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Inga anpassade fält", "filter-no-custom-fields": "Inga anpassade fält",
"filter-show-archive": "Visa arkiverade listor", "filter-show-archive": "Visa arkiverade listor",
"filter-hide-empty": "Dölj tomma listor", "filter-hide-empty": "Dölj tomma listor",
"filter-on": "Filter är på", "filter-on": "Filter är på",
"filter-on-desc": "Du filtrerar kort på denna tavla. Klicka här för att redigera filter.", "filter-on-desc": "Du filtrerar kort på denna tavla. Klicka här för att redigera filter.",
"filter-to-selection": "Filter till val", "filter-to-selection": "Filter till val",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Avancerat filter", "advanced-filter-label": "Avancerat filter",
"advanced-filter-description": "Avancerade filter låter dig skriva en sträng innehållande följande operatorer: == != <= >= && || ( ). Ett mellanslag används som separator mellan operatorerna. Du kan filtrera alla specialfält genom att skriva dess namn och värde. Till exempel: Fält1 == Vårde1. Notera: om fälten eller värden innehåller mellanrum behöver du innesluta dem med enkla citatstecken. Till exempel: 'Fält 1' == 'Värde 1'. För att skippa enkla kontrolltecken (' \\/) kan du använda \\. Till exempel: Fält1 == I\\'m. Du kan även kombinera fler villkor. TIll exempel: F1 == V1 || F1 == V2. Vanligtvis läses operatorerna från vänster till höger. Du kan ändra ordning genom att använda paranteser. TIll exempel: F1 == V1 && ( F2 == V2 || F2 == V3 ). Du kan även söka efter textfält med hjälp av regex: F1 == /Tes.*/i", "advanced-filter-description": "Avancerade filter låter dig skriva en sträng innehållande följande operatorer: == != <= >= && || ( ). Ett mellanslag används som separator mellan operatorerna. Du kan filtrera alla specialfält genom att skriva dess namn och värde. Till exempel: Fält1 == Vårde1. Notera: om fälten eller värden innehåller mellanrum behöver du innesluta dem med enkla citatstecken. Till exempel: 'Fält 1' == 'Värde 1'. För att skippa enkla kontrolltecken (' \\/) kan du använda \\. Till exempel: Fält1 == I\\'m. Du kan även kombinera fler villkor. TIll exempel: F1 == V1 || F1 == V2. Vanligtvis läses operatorerna från vänster till höger. Du kan ändra ordning genom att använda paranteser. TIll exempel: F1 == V1 && ( F2 == V2 || F2 == V3 ). Du kan även söka efter textfält med hjälp av regex: F1 == /Tes.*/i",
"fullname": "Namn", "fullname": "Namn",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Flytta högst upp", "moveCardToTop-title": "Flytta högst upp",
"moveSelectionPopup-title": "Flytta vald", "moveSelectionPopup-title": "Flytta vald",
"multi-selection": "Flerval", "multi-selection": "Flerval",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Flerval är på", "multi-selection-on": "Flerval är på",
"muted": "Tystad", "muted": "Tystad",
"muted-info": "Du kommer aldrig att få notiser om eventuella ändringar i denna tavla", "muted-info": "Du kommer aldrig att få notiser om eventuella ändringar i denna tavla",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "முழு பெயர் ", "fullname": "முழு பெயர் ",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "ล้างตัวกรอง", "filter-clear": "ล้างตัวกรอง",
"filter-labels-label": "Filter by label",
"filter-no-label": "ไม่มีฉลาก", "filter-no-label": "ไม่มีฉลาก",
"filter-member-label": "Filter by member",
"filter-no-member": "ไม่มีสมาชิก", "filter-no-member": "ไม่มีสมาชิก",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "กรองบน", "filter-on": "กรองบน",
"filter-on-desc": "คุณกำลังกรองการ์ดในบอร์ดนี้ คลิกที่นี่เพื่อแก้ไขตัวกรอง", "filter-on-desc": "คุณกำลังกรองการ์ดในบอร์ดนี้ คลิกที่นี่เพื่อแก้ไขตัวกรอง",
"filter-to-selection": "กรองตัวเลือก", "filter-to-selection": "กรองตัวเลือก",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "ชื่อ นามสกุล", "fullname": "ชื่อ นามสกุล",
@ -420,6 +425,8 @@
"moveCardToTop-title": "ย้ายไปบน", "moveCardToTop-title": "ย้ายไปบน",
"moveSelectionPopup-title": "เลือกย้าย", "moveSelectionPopup-title": "เลือกย้าย",
"multi-selection": "เลือกหลายรายการ", "multi-selection": "เลือกหลายรายการ",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "เลือกหลายรายการเมื่อ", "multi-selection-on": "เลือกหลายรายการเมื่อ",
"muted": "ไม่ออกเสียง", "muted": "ไม่ออกเสียง",
"muted-info": "คุณจะไม่ได้รับแจ้งการเปลี่ยนแปลงใด ๆ ในบอร์ดนี้", "muted-info": "คุณจะไม่ได้รับแจ้งการเปลี่ยนแปลงใด ๆ ในบอร์ดนี้",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Filtreyi temizle", "filter-clear": "Filtreyi temizle",
"filter-labels-label": "Filter by label",
"filter-no-label": "Etiket yok", "filter-no-label": "Etiket yok",
"filter-member-label": "Filter by member",
"filter-no-member": "Üyesi olmayan", "filter-no-member": "Üyesi olmayan",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "Atanmayan", "filter-no-assignee": "Atanmayan",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "Hiç özel alan yok", "filter-no-custom-fields": "Hiç özel alan yok",
"filter-show-archive": "Arşivlenmiş listeleri göster", "filter-show-archive": "Arşivlenmiş listeleri göster",
"filter-hide-empty": "Boş listeleri gizle", "filter-hide-empty": "Boş listeleri gizle",
"filter-on": "Filtre aktif", "filter-on": "Filtre aktif",
"filter-on-desc": "Bu panodaki kartları filtreliyorsunuz. Fitreyi düzenlemek için tıklayın.", "filter-on-desc": "Bu panodaki kartları filtreliyorsunuz. Fitreyi düzenlemek için tıklayın.",
"filter-to-selection": "Seçime göre filtreleme yap", "filter-to-selection": "Seçime göre filtreleme yap",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Gelişmiş Filtreleme", "advanced-filter-label": "Gelişmiş Filtreleme",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Ad Soyad", "fullname": "Ad Soyad",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Yukarı taşı", "moveCardToTop-title": "Yukarı taşı",
"moveSelectionPopup-title": "Seçimi taşı", "moveSelectionPopup-title": "Seçimi taşı",
"multi-selection": "Çoklu seçim", "multi-selection": "Çoklu seçim",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Çoklu seçim açık", "multi-selection-on": "Çoklu seçim açık",
"muted": "Sessiz", "muted": "Sessiz",
"muted-info": "Bu panodaki hiçbir değişiklik hakkında bildirim almayacaksınız", "muted-info": "Bu panodaki hiçbir değişiklik hakkında bildirim almayacaksınız",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "过滤卡片或列表", "filter-cards": "过滤卡片或列表",
"list-filter-label": "以标题过滤列表", "list-filter-label": "以标题过滤列表",
"filter-clear": "清空过滤器", "filter-clear": "清空过滤器",
"filter-labels-label": "Filter by label",
"filter-no-label": "无标签", "filter-no-label": "无标签",
"filter-member-label": "Filter by member",
"filter-no-member": "无成员", "filter-no-member": "无成员",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "没有代理人", "filter-no-assignee": "没有代理人",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "无自定义字段", "filter-no-custom-fields": "无自定义字段",
"filter-show-archive": "显示归档的列表", "filter-show-archive": "显示归档的列表",
"filter-hide-empty": "隐藏空列表", "filter-hide-empty": "隐藏空列表",
"filter-on": "过滤器启用", "filter-on": "过滤器启用",
"filter-on-desc": "你正在过滤该看板上的卡片,点此编辑过滤。", "filter-on-desc": "你正在过滤该看板上的卡片,点此编辑过滤。",
"filter-to-selection": "要选择的过滤器", "filter-to-selection": "要选择的过滤器",
"other-filters-label": "Other Filters",
"advanced-filter-label": "高级过滤器", "advanced-filter-label": "高级过滤器",
"advanced-filter-description": "高级过滤器可以使用包含如下操作符的字符串进行过滤:== != <= >= && || ( ) 。操作符之间用空格隔开。输入字段名和数值就可以过滤所有自定义字段。例如Field1 == Value1。注意如果字段名或数值包含空格需要用单引号。例如: 'Field 1' == 'Value 1'。要跳过单个控制字符(' \\/),请使用 \\ 转义字符。例如: Field1 = I\\'m。支持组合使用多个条件例如: F1 == V1 || F1 == V2。通常以从左到右的顺序进行判断。可以通过括号修改顺序,例如F1 == V1 && ( F2 == V2 || F2 == V3 )。也支持使用正则表达式搜索文本字段。", "advanced-filter-description": "高级过滤器可以使用包含如下操作符的字符串进行过滤:== != <= >= && || ( ) 。操作符之间用空格隔开。输入字段名和数值就可以过滤所有自定义字段。例如Field1 == Value1。注意如果字段名或数值包含空格需要用单引号。例如: 'Field 1' == 'Value 1'。要跳过单个控制字符(' \\/),请使用 \\ 转义字符。例如: Field1 = I\\'m。支持组合使用多个条件例如: F1 == V1 || F1 == V2。通常以从左到右的顺序进行判断。可以通过括号修改顺序,例如F1 == V1 && ( F2 == V2 || F2 == V3 )。也支持使用正则表达式搜索文本字段。",
"fullname": "全称", "fullname": "全称",
@ -420,6 +425,8 @@
"moveCardToTop-title": "移动至顶端", "moveCardToTop-title": "移动至顶端",
"moveSelectionPopup-title": "移动选择", "moveSelectionPopup-title": "移动选择",
"multi-selection": "多选", "multi-selection": "多选",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "多选启用", "multi-selection-on": "多选启用",
"muted": "静默", "muted": "静默",
"muted-info": "你将不会收到此看板的任何变更通知", "muted-info": "你将不会收到此看板的任何变更通知",

View file

@ -337,15 +337,20 @@
"filter-cards": "Filter Cards or Lists", "filter-cards": "Filter Cards or Lists",
"list-filter-label": "Filter List by Title", "list-filter-label": "Filter List by Title",
"filter-clear": "Clear filter", "filter-clear": "Clear filter",
"filter-labels-label": "Filter by label",
"filter-no-label": "No label", "filter-no-label": "No label",
"filter-member-label": "Filter by member",
"filter-no-member": "No member", "filter-no-member": "No member",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "No Custom Fields", "filter-no-custom-fields": "No Custom Fields",
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "Filter is on", "filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
@ -420,6 +425,8 @@
"moveCardToTop-title": "Move to Top", "moveCardToTop-title": "Move to Top",
"moveSelectionPopup-title": "Move selection", "moveSelectionPopup-title": "Move selection",
"multi-selection": "Multi-Selection", "multi-selection": "Multi-Selection",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "Multi-Selection is on", "multi-selection-on": "Multi-Selection is on",
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",

View file

@ -337,15 +337,20 @@
"filter-cards": "篩選卡片或清單", "filter-cards": "篩選卡片或清單",
"list-filter-label": "篩選清單依據標題", "list-filter-label": "篩選清單依據標題",
"filter-clear": "清除篩選條件", "filter-clear": "清除篩選條件",
"filter-labels-label": "Filter by label",
"filter-no-label": "沒有標籤", "filter-no-label": "沒有標籤",
"filter-member-label": "Filter by member",
"filter-no-member": "沒有成員", "filter-no-member": "沒有成員",
"filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "沒有代理人", "filter-no-assignee": "沒有代理人",
"filter-custom-fields-label": "Filter by Custom Fields",
"filter-no-custom-fields": "沒有自訂欄位", "filter-no-custom-fields": "沒有自訂欄位",
"filter-show-archive": "顯示封存的清單", "filter-show-archive": "顯示封存的清單",
"filter-hide-empty": "隱藏空清單", "filter-hide-empty": "隱藏空清單",
"filter-on": "篩選器已開啟", "filter-on": "篩選器已開啟",
"filter-on-desc": "你正在篩選該看板上的卡片,點此編輯篩選條件。", "filter-on-desc": "你正在篩選該看板上的卡片,點此編輯篩選條件。",
"filter-to-selection": "選擇的篩選條件", "filter-to-selection": "選擇的篩選條件",
"other-filters-label": "Other Filters",
"advanced-filter-label": "進階篩選", "advanced-filter-label": "進階篩選",
"advanced-filter-description": "進階篩選可以使用包含如下運算子的字串進行過濾:== != <= >= && || ( ) 。運算子之間用空格隔開。輸入文字和數值就可以過濾所有自訂內容。例如Field1 == Value1。注意如果內容或數值包含空格需要用單引號。例如 'Field 1' == 'Value 1'。要跳過單個控制字元(' \\/),請使用 \\ 跳脫字元。例如: Field1 = I\\'m。支援組合使用多個條件例如: F1 == V1 || F1 == V2。通常以從左到右的順序進行判斷。可以透過括號修改順序,例如F1 == V1 && ( F2 == V2 || F2 == V3 )。也支援使用 正規表示式 (Regex) 搜尋內容。", "advanced-filter-description": "進階篩選可以使用包含如下運算子的字串進行過濾:== != <= >= && || ( ) 。運算子之間用空格隔開。輸入文字和數值就可以過濾所有自訂內容。例如Field1 == Value1。注意如果內容或數值包含空格需要用單引號。例如 'Field 1' == 'Value 1'。要跳過單個控制字元(' \\/),請使用 \\ 跳脫字元。例如: Field1 = I\\'m。支援組合使用多個條件例如: F1 == V1 || F1 == V2。通常以從左到右的順序進行判斷。可以透過括號修改順序,例如F1 == V1 && ( F2 == V2 || F2 == V3 )。也支援使用 正規表示式 (Regex) 搜尋內容。",
"fullname": "全稱", "fullname": "全稱",
@ -420,6 +425,8 @@
"moveCardToTop-title": "移至最上面", "moveCardToTop-title": "移至最上面",
"moveSelectionPopup-title": "移動選取的項目", "moveSelectionPopup-title": "移動選取的項目",
"multi-selection": "多選", "multi-selection": "多選",
"multi-selection-label": "Set label for selection",
"multi-selection-member": "Set member for selection",
"multi-selection-on": "多選啟用", "multi-selection-on": "多選啟用",
"muted": "取消任何通知", "muted": "取消任何通知",
"muted-info": "您將不會收到有關這個看板的任何訊息", "muted-info": "您將不會收到有關這個看板的任何訊息",