diff --git a/i18n/ar.i18n.json b/i18n/ar.i18n.json index 64ff1d3e9..8d586d3fa 100644 --- a/i18n/ar.i18n.json +++ b/i18n/ar.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "مسح التصفية", + "filter-labels-label": "Filter by label", "filter-no-label": "لا يوجد ملصق", + "filter-member-label": "Filter by member", "filter-no-member": "ليس هناك أي عضو", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "التصفية تشتغل", "filter-on-desc": "أنت بصدد تصفية بطاقات هذه اللوحة. اضغط هنا لتعديل التصفية.", "filter-to-selection": "تصفية بالتحديد", + "other-filters-label": "Other Filters", "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", "fullname": "الإسم الكامل", @@ -420,6 +425,8 @@ "moveCardToTop-title": "التحرك إلى الأعلى", "moveSelectionPopup-title": "Move selection", "multi-selection": "تحديد أكثر من واحدة", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Multi-Selection is on", "muted": "مكتوم", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/bg.i18n.json b/i18n/bg.i18n.json index 107030e6a..8d3e7d6e5 100644 --- a/i18n/bg.i18n.json +++ b/i18n/bg.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Премахване на филтрите", + "filter-labels-label": "Filter by label", "filter-no-label": "без етикет", + "filter-member-label": "Filter by member", "filter-no-member": "без член", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Няма Собствени полета", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Има приложени филтри", "filter-on-desc": "В момента филтрирате картите в това табло. Моля, натиснете тук, за да промените филтъра.", "filter-to-selection": "Филтрирай избраните", + "other-filters-label": "Other Filters", "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", "fullname": "Име", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Премести в началото", "moveSelectionPopup-title": "Move selection", "multi-selection": "Множествен избор", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Множественият избор е приложен", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/br.i18n.json b/i18n/br.i18n.json index 379d8d1a0..f50055e2f 100644 --- a/i18n/br.i18n.json +++ b/i18n/br.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index b2f9a49a4..d8f231e6d 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Elimina filtre", + "filter-labels-label": "Filter by label", "filter-no-label": "Sense etiqueta", + "filter-member-label": "Filter by member", "filter-no-member": "Sense membres", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filtra per", "filter-on-desc": "Estau filtrant fitxes en aquest tauler. Feu clic aquí per editar el filtre.", "filter-to-selection": "Filtra selecció", + "other-filters-label": "Other Filters", "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", "fullname": "Nom complet", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mou a la part superior", "moveSelectionPopup-title": "Move selection", "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", "muted": "En silenci", "muted-info": "No seràs notificat dels canvis en aquest tauler", diff --git a/i18n/cs.i18n.json b/i18n/cs.i18n.json index 954de691b..797dc70e6 100644 --- a/i18n/cs.i18n.json +++ b/i18n/cs.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrovat karty nebo seznamy", "list-filter-label": "Filtrovat seznam podle názvu", "filter-clear": "Vyčistit filtr", + "filter-labels-label": "Filter by label", "filter-no-label": "Žádný štítek", + "filter-member-label": "Filter by member", "filter-no-member": "Žádný člen", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Bez řešitele", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Žádné vlastní pole", "filter-show-archive": "Zobrazit archivované listy", "filter-hide-empty": "Skrýt prázdné listy", "filter-on": "Filtr je zapnut", "filter-on-desc": "Filtrujete karty tohoto tabla. Pro úpravu filtru klikni sem.", "filter-to-selection": "Filtrovat výběr", + "other-filters-label": "Other Filters", "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 )", "fullname": "Celé jméno", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Přesunout nahoru", "moveSelectionPopup-title": "Přesunout 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", "muted": "Umlčeno", "muted-info": "Nikdy nedostanete oznámení o změně v tomto tablu.", diff --git a/i18n/da.i18n.json b/i18n/da.i18n.json index 1c250d34a..15a26146e 100644 --- a/i18n/da.i18n.json +++ b/i18n/da.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrér kort eller lister", "list-filter-label": "Filtrér lister efter titel", "filter-clear": "Ryd filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Ingen etikette", + "filter-member-label": "Filter by member", "filter-no-member": "Ingen medlemmer", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Utildelt", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Ingen brugerdefinerede felter", "filter-show-archive": "Vis arkiverede lister", "filter-hide-empty": "Skjul tomme lister", "filter-on": "Filter er slået til", "filter-on-desc": "Du filtrerer kort på denne tavle. Klik her for at redigere filteret.", "filter-to-selection": "Filtrér til valgte", + "other-filters-label": "Other Filters", "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", "fullname": "Fuldt navn", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Flyt til toppen", "moveSelectionPopup-title": "Flyt valgte", "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", "muted": "Slukket", "muted-info": "Du vil aldrig få notifikationer om ændringer i denne tavle", diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json index d3ffc2406..5b63c73e4 100644 --- a/i18n/de.i18n.json +++ b/i18n/de.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Karten oder Listen filtern", "list-filter-label": "Liste nach Titel filtern", "filter-clear": "Filter entfernen", + "filter-labels-label": "Filter by label", "filter-no-label": "Kein Label", + "filter-member-label": "Filter by member", "filter-no-member": "Kein Mitglied", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Nicht zugewiesen", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Keine benutzerdefinierten Felder", "filter-show-archive": "Archivierte Listen anzeigen", "filter-hide-empty": "Leere Listen verstecken", "filter-on": "Filter ist aktiv", "filter-on-desc": "Sie filtern die Karten in diesem Board. Klicken Sie, um den Filter zu bearbeiten.", "filter-to-selection": "Ergebnisse auswählen", + "other-filters-label": "Other Filters", "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", "fullname": "Vollständiger Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Zum Anfang verschieben", "moveSelectionPopup-title": "Auswahl verschieben", "multi-selection": "Mehrfachauswahl", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Mehrfachauswahl ist aktiv", "muted": "Stumm", "muted-info": "Sie werden nicht über Änderungen auf diesem Board benachrichtigt", diff --git a/i18n/el.i18n.json b/i18n/el.i18n.json index 7132a067a..fac83ba71 100644 --- a/i18n/el.i18n.json +++ b/i18n/el.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "Κανένα μέλος", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Πλήρες Όνομα", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json index 9cc5e02f0..42ccf3391 100644 --- a/i18n/en-GB.i18n.json +++ b/i18n/en-GB.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/eo.i18n.json b/i18n/eo.i18n.json index 2a2da44f0..76434a703 100644 --- a/i18n/eo.i18n.json +++ b/i18n/eo.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Nenia etikedo", + "filter-member-label": "Filter by member", "filter-no-member": "Nenia membro", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Plena nomo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Movi supren", "moveSelectionPopup-title": "Movi elekton", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/es-AR.i18n.json b/i18n/es-AR.i18n.json index 31ddf69b6..df628fb74 100644 --- a/i18n/es-AR.i18n.json +++ b/i18n/es-AR.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Sacar filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Sin etiqueta", + "filter-member-label": "Filter by member", "filter-no-member": "No es miembro", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "El filtro está activado", "filter-on-desc": "Estás filtrando cartas en este tablero. Clickeá acá para editar el filtro.", "filter-to-selection": "Filtrar en la selección", + "other-filters-label": "Other Filters", "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", "fullname": "Nombre Completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover al Tope", "moveSelectionPopup-title": "Mover 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", "muted": "Silenciado", "muted-info": "No serás notificado de ningún cambio en este tablero", diff --git a/i18n/es-CL.i18n.json b/i18n/es-CL.i18n.json index 19fee4318..b1f050a5d 100644 --- a/i18n/es-CL.i18n.json +++ b/i18n/es-CL.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrar tarjetas o listas", "list-filter-label": "Filtrar listas por título", "filter-clear": "Limpiar el filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Sin etiqueta", + "filter-member-label": "Filter by member", "filter-no-member": "Sin miembro", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No asignado", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Sin campos personalizados", "filter-show-archive": "Mostrar las listas archivadas", "filter-hide-empty": "Ocultar las listas vacías", "filter-on": "Filtrado activado", "filter-on-desc": "Estás filtrando tarjetas en este tablero. Haz clic aquí para editar el filtro.", "filter-to-selection": "Filtrar la selección", + "other-filters-label": "Other Filters", "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", "fullname": "Nombre completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover al principio", "moveSelectionPopup-title": "Mover la selección", "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", "muted": "Silenciado", "muted-info": "No serás notificado de ningún cambio en este tablero", diff --git a/i18n/es-PE.i18n.json b/i18n/es-PE.i18n.json index 0f9903203..fbef7a1ca 100644 --- a/i18n/es-PE.i18n.json +++ b/i18n/es-PE.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrar tarjetas o listas", "list-filter-label": "Filtrar listas por título", "filter-clear": "Limpiar el filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Sin etiqueta", + "filter-member-label": "Filter by member", "filter-no-member": "Sin miembro", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No asignado", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Sin campos personalizados", "filter-show-archive": "Mostrar las listas archivadas", "filter-hide-empty": "Ocultar las listas vacías", "filter-on": "Filtrado activado", "filter-on-desc": "Está filtrando las tarjetas en este tablero. Haga clic aquí para editar el filtro.", "filter-to-selection": "Filtrar la selección", + "other-filters-label": "Other Filters", "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", "fullname": "Nombre completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover al principio", "moveSelectionPopup-title": "Mover la selección", "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", "muted": "Silenciado", "muted-info": "Nunca se le notificará ningún cambio en este tablero", @@ -465,7 +472,7 @@ "search": "Buscar", "rules": "Reglas", "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", "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", diff --git a/i18n/es.i18n.json b/i18n/es.i18n.json index 4586ab047..82e50442b 100644 --- a/i18n/es.i18n.json +++ b/i18n/es.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrar tarjetas o listas", "list-filter-label": "Filtrar listas por título", "filter-clear": "Limpiar el filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Sin etiqueta", + "filter-member-label": "Filter by member", "filter-no-member": "Sin miembro", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No asignado", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Sin campos personalizados", "filter-show-archive": "Mostrar las listas archivadas", "filter-hide-empty": "Ocultar las listas vacías", "filter-on": "Filtrado activado", "filter-on-desc": "Estás filtrando tarjetas en este tablero. Haz clic aquí para editar el filtro.", "filter-to-selection": "Filtrar la selección", + "other-filters-label": "Other Filters", "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", "fullname": "Nombre completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover al principio", "moveSelectionPopup-title": "Mover la selección", "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", "muted": "Silenciado", "muted-info": "No serás notificado de ningún cambio en este tablero", diff --git a/i18n/eu.i18n.json b/i18n/eu.i18n.json index b88f5937a..4437cdda5 100644 --- a/i18n/eu.i18n.json +++ b/i18n/eu.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Garbitu iragazkia", + "filter-labels-label": "Filter by label", "filter-no-label": "Etiketarik ez", + "filter-member-label": "Filter by member", "filter-no-member": "Kiderik ez", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Iragazkia gaituta dago", "filter-on-desc": "Arbel honetako txartela iragazten ari zara. Egin klik hemen iragazkia editatzeko.", "filter-to-selection": "Iragazketa aukerara", + "other-filters-label": "Other Filters", "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", "fullname": "Izen abizenak", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Eraman gora", "moveSelectionPopup-title": "Lekuz aldatu hautaketa", "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", "muted": "Mututua", "muted-info": "Ez zaizkizu jakinaraziko arbel honi egindako aldaketak", diff --git a/i18n/fa.i18n.json b/i18n/fa.i18n.json index f1992aca0..259507a2f 100644 --- a/i18n/fa.i18n.json +++ b/i18n/fa.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "فیلتر کارت‌ها یا لیست‌ها", "list-filter-label": "فیلتر لیست بر اساس عنوان", "filter-clear": "حذف صافی ـ فیلتر ـ", + "filter-labels-label": "Filter by label", "filter-no-label": "بدون لیبل", + "filter-member-label": "Filter by member", "filter-no-member": "بدون عضو", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "الحاق نشده", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "هیچ فیلدشخصی ای وجود ندارد", "filter-show-archive": "نمایش لیست‌های آرشیو شده", "filter-hide-empty": "مخفی کردن لیست‌های خالی", "filter-on": "صافی ـ فیلتر ـ فعال است", "filter-on-desc": "شما درحال صافی ـ فیلتر ـ کارت‌های این برد هستید. برای ویرایش فیلتر کلیک نمایید.", "filter-to-selection": "صافی ـ فیلتر ـ برای موارد انتخابی", + "other-filters-label": "Other Filters", "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", "fullname": "نام و نام خانوادگی", @@ -420,6 +425,8 @@ "moveCardToTop-title": "انتقال به بالا", "moveSelectionPopup-title": "حرکت مورد انتخابی", "multi-selection": "امکان چند انتخابی", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "حالت چند انتخابی روشن است", "muted": "بی صدا", "muted-info": "شما هیچگاه از تغییرات این برد مطلع نخواهید شد", diff --git a/i18n/fi.i18n.json b/i18n/fi.i18n.json index 9feacbd2a..751081e88 100644 --- a/i18n/fi.i18n.json +++ b/i18n/fi.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Suodata kortit tai listat", "list-filter-label": "Suodata listat otsikon mukaan", "filter-clear": "Poista suodatin", + "filter-labels-label": "Suodata nimilappu", "filter-no-label": "Ei nimilappua", + "filter-member-label": "Suodata jäsen", "filter-no-member": "Ei jäseniä", + "filter-assignee-label": "Suodata käsittelijä", "filter-no-assignee": "Ei käsittelijää", + "filter-custom-fields-label": "Suodata mukautettu kenttä", "filter-no-custom-fields": "Ei mukautettuja kenttiä", "filter-show-archive": "Näytä arkistoidut listat", "filter-hide-empty": "Näytä tyhjät listat", "filter-on": "Suodatus on päällä", "filter-on-desc": "Suodatat kortteja tällä taululla. Klikkaa tästä muokataksesi suodatinta.", "filter-to-selection": "Suodata valintaan", + "other-filters-label": "Muut suodattimet", "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", "fullname": "Koko nimi", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Siirrä ylimmäiseksi", "moveSelectionPopup-title": "Siirrä valinta", "multi-selection": "Monivalinta", + "multi-selection-label": "Aseta nimilappu valinnalle", + "multi-selection-member": "Aseta jäsen valinnalle", "multi-selection-on": "Monivalinta on päällä", "muted": "Vaimennettu", "muted-info": "Et saa koskaan ilmoituksia tämän taulun muutoksista", diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 800f503ed..353adabe2 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrer les cartes ou listes", "list-filter-label": "Filtrer la liste par titre", "filter-clear": "Supprimer les filtres", + "filter-labels-label": "Filter by label", "filter-no-label": "Aucune étiquette", + "filter-member-label": "Filter by member", "filter-no-member": "Aucun participant", + "filter-assignee-label": "Filter by assignee", "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-show-archive": "Montrer les listes archivées", "filter-hide-empty": "Cacher les listes vides", "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-to-selection": "Filtre vers la sélection", + "other-filters-label": "Other Filters", "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", "fullname": "Nom complet", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Déplacer tout en haut", "moveSelectionPopup-title": "Déplacer la sélection", "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", "muted": "Silencieux", "muted-info": "Vous ne serez jamais averti des modifications effectuées dans ce tableau", diff --git a/i18n/gl.i18n.json b/i18n/gl.i18n.json index 064a98625..f26361754 100644 --- a/i18n/gl.i18n.json +++ b/i18n/gl.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Limpar filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Non hai etiquetas", + "filter-member-label": "Filter by member", "filter-no-member": "Non hai membros", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "O filtro está activado", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Nome completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover arriba de todo", "moveSelectionPopup-title": "Mover selección", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/he.i18n.json b/i18n/he.i18n.json index dce1d1f62..4e9830bab 100644 --- a/i18n/he.i18n.json +++ b/i18n/he.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "סינון כרטיסים או רשימות", "list-filter-label": "סינון רשימה לפי כותרת", "filter-clear": "ניקוי המסנן", + "filter-labels-label": "Filter by label", "filter-no-label": "אין תווית", + "filter-member-label": "Filter by member", "filter-no-member": "אין חבר כזה", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "אין אחראי", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "אין שדות מותאמים אישית", "filter-show-archive": "הצגת רשימות שהועברו לארכיון", "filter-hide-empty": "הסתרת רשימות ריקות", "filter-on": "המסנן פועל", "filter-on-desc": "מסנן כרטיסים פעיל בלוח זה. יש ללחוץ כאן לעריכת המסנן.", "filter-to-selection": "סינון לבחירה", + "other-filters-label": "Other Filters", "advanced-filter-label": "מסנן מתקדם", "advanced-filter-description": "המסנן המתקדם מאפשר לך לכתוב מחרוזת שמכילה את הפעולות הבאות: == != <= >= && || ( ) רווח מכהן כמפריד בין הפעולות. ניתן לסנן את כל השדות המותאמים אישית על ידי הקלדת שמם והערך שלהם. למשל: שדה1 == ערך1. לתשומת לבך: אם שדות או ערכים מכילים רווח, יש לעטוף אותם במירכא מכל צד. למשל: 'שדה 1' == 'ערך 1'. ניתן גם לשלב מגוון תנאים. למשל: F1 == V1 || F1 == V2. על פי רוב כל הפעולות מפוענחות משמאל לימין. ניתן לשנות את הסדר על ידי הצבת סוגריים. למשל: ( F1 == V1 && ( F2 == V2 || F2 == V3. כמו כן, ניתן לחפש בשדה טקסט באופן הבא: F1 == /Tes.*/i", "fullname": "שם מלא", @@ -420,6 +425,8 @@ "moveCardToTop-title": "העברה לראש הרשימה", "moveSelectionPopup-title": "העברת בחירה", "multi-selection": "בחירה מרובה", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "בחירה מרובה פועלת", "muted": "מושתק", "muted-info": "מעתה לא תתקבלנה אצלך התרעות על שינויים בלוח זה", diff --git a/i18n/hi.i18n.json b/i18n/hi.i18n.json index cb3adba00..1cc9bc66d 100644 --- a/i18n/hi.i18n.json +++ b/i18n/hi.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "निस्पंदन पत्ते या सूची", "list-filter-label": "शीर्षक द्वारा निस्पंदन सूची", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No सदस्य", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "कोई अभिहस्तांकिती नहीं", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No प्रचलन क्षेत्र", "filter-show-archive": "संग्रहित सूची दिखाएं", "filter-hide-empty": "खाली सूची छिपाएं", "filter-on": "Filter is on", "filter-on-desc": "You are filtering कार्ड इस पर बोर्ड. Click here तक संपादित करें filter.", "filter-to-selection": "Filter तक selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "स्थानांतरित तक Top", "moveSelectionPopup-title": "स्थानांतरित 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", "muted": "Muted", "muted-info": "आप किसी भी परिवर्तन के अधिसूचित नहीं किया जाएगा अंदर में यह बोर्ड", diff --git a/i18n/hu.i18n.json b/i18n/hu.i18n.json index 69178862e..6899e44c2 100644 --- a/i18n/hu.i18n.json +++ b/i18n/hu.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Szűrő törlése", + "filter-labels-label": "Filter by label", "filter-no-label": "Nincs címke", + "filter-member-label": "Filter by member", "filter-no-member": "Nincs tag", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Nincsenek egyéni mezők", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "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-to-selection": "Szűrés a kijelöléshez", + "other-filters-label": "Other Filters", "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", "fullname": "Teljes név", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Áthelyezés a tetejére", "moveSelectionPopup-title": "Kijelölés áthelyezése", "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", "muted": "Némítva", "muted-info": "Soha sem lesz értesítve a táblán lévő semmilyen változásról.", diff --git a/i18n/hy.i18n.json b/i18n/hy.i18n.json index d687d2ebc..d9b6bd1ed 100644 --- a/i18n/hy.i18n.json +++ b/i18n/hy.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/id.i18n.json b/i18n/id.i18n.json index d574a78e0..22a5576ef 100644 --- a/i18n/id.i18n.json +++ b/i18n/id.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Bersihkan penyaringan", + "filter-labels-label": "Filter by label", "filter-no-label": "Tidak ada label", + "filter-member-label": "Filter by member", "filter-no-member": "Tidak ada anggota", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Penyaring aktif", "filter-on-desc": "Anda memfilter kartu di panel ini. Klik di sini untuk menyunting filter", "filter-to-selection": "Saring berdasarkan yang dipilih", + "other-filters-label": "Other Filters", "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", "fullname": "Nama Lengkap", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Pindahkan ke atas", "moveSelectionPopup-title": "Pindahkan yang dipilih", "multi-selection": "Multi Pilihan", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Multi Pilihan aktif", "muted": "Pemberitahuan tidak aktif", "muted-info": "Anda tidak akan pernah dinotifikasi semua perubahan di panel ini", diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index 1c555e9f3..fa612e943 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index 79a2174f5..3e1fcbdd5 100644 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtra schede o liste", "list-filter-label": "Filtra lista per titolo", "filter-clear": "Pulisci filtri", + "filter-labels-label": "Filter by label", "filter-no-label": "Nessuna etichetta", + "filter-member-label": "Filter by member", "filter-no-member": "Nessun membro", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Nessun assegnatario", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Nessun campo personalizzato", "filter-show-archive": "Mostra le liste archiviate", "filter-hide-empty": "Nascondi liste vuote", "filter-on": "Il filtro è attivo", "filter-on-desc": "Stai filtrando le schede su questa bacheca. Clicca qui per modificare il filtro,", "filter-to-selection": "Seleziona", + "other-filters-label": "Other Filters", "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", "fullname": "Nome completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Sposta in alto", "moveSelectionPopup-title": "Sposta 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", "muted": "Silenziato", "muted-info": "Non sarai mai notificato delle modifiche in questa bacheca", diff --git a/i18n/ja.i18n.json b/i18n/ja.i18n.json index a1f2f6f63..1d845a9d6 100644 --- a/i18n/ja.i18n.json +++ b/i18n/ja.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "カードまたはリストをフィルタ", "list-filter-label": "タイトルでリストをフィルタ", "filter-clear": "フィルターの解除", + "filter-labels-label": "Filter by label", "filter-no-label": "ラベルなし", + "filter-member-label": "Filter by member", "filter-no-member": "メンバーなし", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "担当者なし", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "カスタムフィールドなし", "filter-show-archive": "アーカイブされたリストを表示", "filter-hide-empty": "空のリストを隠す", "filter-on": "フィルター有効", "filter-on-desc": "このボードのカードをフィルターしています。フィルターを編集するにはこちらをクリックしてください。", "filter-to-selection": "フィルターした項目を全選択", + "other-filters-label": "Other Filters", "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", "fullname": "フルネーム", @@ -420,6 +425,8 @@ "moveCardToTop-title": "先頭に移動", "moveSelectionPopup-title": "選択箇所に移動", "multi-selection": "複数選択", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "複数選択有効", "muted": "ミュート", "muted-info": "このボードの変更は通知されません", diff --git a/i18n/ka.i18n.json b/i18n/ka.i18n.json index e1ac640fd..e89362549 100644 --- a/i18n/ka.i18n.json +++ b/i18n/ka.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "ფილტრის გასუფთავება", + "filter-labels-label": "Filter by label", "filter-no-label": "ნიშანი არ გვაქვს", + "filter-member-label": "Filter by member", "filter-no-member": "არ არის წევრები ", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "არა მომხმარებლის ველი", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "ფილტრი ჩართულია", "filter-on-desc": "თქვენ ფილტრავთ ბარათებს ამ დაფაზე. დააკლიკეთ აქ ფილტრაციის შესწორებისთვის. ", "filter-to-selection": "მონიშნულის გაფილტვრა", + "other-filters-label": "Other Filters", "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", "fullname": "სახელი და გვარი", @@ -420,6 +425,8 @@ "moveCardToTop-title": "ზევით აწევა", "moveSelectionPopup-title": "მონიშნულის მოძრაობა", "multi-selection": "რამდენიმეს მონიშვნა", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "რამდენიმეს მონიშვნა ჩართულია", "muted": "ხმა გათიშულია", "muted-info": "თქვენ აღარ მიიღებთ შეტყობინებას ამ დაფაზე მიმდინარე ცვლილებების შესახებ. ", diff --git a/i18n/km.i18n.json b/i18n/km.i18n.json index 195a5e685..1fdd449ca 100644 --- a/i18n/km.i18n.json +++ b/i18n/km.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/ko.i18n.json b/i18n/ko.i18n.json index d9b6b4139..e5fac89f1 100644 --- a/i18n/ko.i18n.json +++ b/i18n/ko.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "필터 초기화", + "filter-labels-label": "Filter by label", "filter-no-label": "라벨 없음", + "filter-member-label": "Filter by member", "filter-no-member": "멤버 없음", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "필터 사용", "filter-on-desc": "보드에서 카드를 필터링합니다. 여기를 클릭하여 필터를 수정합니다.", "filter-to-selection": "선택 항목으로 필터링", + "other-filters-label": "Other Filters", "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", "fullname": "실명", @@ -420,6 +425,8 @@ "moveCardToTop-title": "최상단으로 이동", "moveSelectionPopup-title": "선택 항목 이동", "multi-selection": "다중 선택", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "다중 선택 사용", "muted": "알림 해제", "muted-info": "보드의 변경된 사항들의 알림을 받지 않습니다.", diff --git a/i18n/lv.i18n.json b/i18n/lv.i18n.json index 20620de8c..0251f5906 100644 --- a/i18n/lv.i18n.json +++ b/i18n/lv.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrēt kartiņas vai sarakstus", "list-filter-label": "Filtrēt sarakstus pēc virsraksta", "filter-clear": "Notīrīt filtru", + "filter-labels-label": "Filter by label", "filter-no-label": "Nav birkas", + "filter-member-label": "Filter by member", "filter-no-member": "Nav dalībnieku", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Nav atbildīgā", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Nav papildu lauku", "filter-show-archive": "Rādīt arhivētos sarakstus", "filter-hide-empty": "Slēpt tukšus sarakstus", "filter-on": "Filtrs ir ieslēgts", "filter-on-desc": "Kartiņas šajā dēlī ir filtrētas. Spiediet šeit, lai labotu filtru.", "filter-to-selection": "Filtrs uz iezīmēto", + "other-filters-label": "Other Filters", "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", "fullname": "Pilnais vārds un uzvārds", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Pārvietot uz augšu", "moveSelectionPopup-title": "Pārvietot atzīmēto", "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", "muted": "Apklusināts", "muted-info": "Nekad nesaņemsiet ziņojumus par izmaiņām šajā dēlī", diff --git a/i18n/mk.i18n.json b/i18n/mk.i18n.json index 545170e7d..763f21114 100644 --- a/i18n/mk.i18n.json +++ b/i18n/mk.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Премахване на филтрите", + "filter-labels-label": "Filter by label", "filter-no-label": "без етикет", + "filter-member-label": "Filter by member", "filter-no-member": "без член", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Няма Собствени полета", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Има приложени филтри", "filter-on-desc": "В момента филтрирате картите в това табло. Моля, натиснете тук, за да промените филтъра.", "filter-to-selection": "Филтрирай избраните", + "other-filters-label": "Other Filters", "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", "fullname": "Име", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Премести в началото", "moveSelectionPopup-title": "Move selection", "multi-selection": "Множествен избор", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Множественият избор е приложен", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/mn.i18n.json b/i18n/mn.i18n.json index f9ab5ac9c..90f96a5a2 100644 --- a/i18n/mn.i18n.json +++ b/i18n/mn.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/nb.i18n.json b/i18n/nb.i18n.json index eeb4ddd52..4fddd7af0 100644 --- a/i18n/nb.i18n.json +++ b/i18n/nb.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/nl.i18n.json b/i18n/nl.i18n.json index 2abb1bdf9..c38aac1c5 100644 --- a/i18n/nl.i18n.json +++ b/i18n/nl.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter kaarten of lijsten", "list-filter-label": "Filter lijst op titel", "filter-clear": "Wis filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Geen label", + "filter-member-label": "Filter by member", "filter-no-member": "Geen lid", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Niemand toegewezen", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Geen maatwerkvelden", "filter-show-archive": "Toon gearchiveerde lijsten", "filter-hide-empty": "Verberg lege lijsten", "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-to-selection": "Filter zoals selectie", + "other-filters-label": "Other Filters", "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", "fullname": "Volledige naam", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Verplaats naar boven", "moveSelectionPopup-title": "Verplaats 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", "muted": "Stil", "muted-info": "Je zal nooit meer geïnformeerd worden bij veranderingen in dit bord.", diff --git a/i18n/oc.i18n.json b/i18n/oc.i18n.json index a457fa489..e8cce6907 100644 --- a/i18n/oc.i18n.json +++ b/i18n/oc.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Escafar lo filtre", + "filter-labels-label": "Filter by label", "filter-no-label": "Pas cap d'etiqueta", + "filter-member-label": "Filter by member", "filter-no-member": "Pas cap de participant", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Pas de camp personalizat", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Lo filtre es activat", "filter-on-desc": "Filtratz las cartas dins aqueste tablèu. Picar aquí per editar los filtres", "filter-to-selection": "Filtrar la seleccion", + "other-filters-label": "Other Filters", "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", "fullname": "Nom complet", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Bolegar cap al naut", "moveSelectionPopup-title": "Bolegar la 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", "muted": "Silenciós", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/pl.i18n.json b/i18n/pl.i18n.json index 4a0d18383..e1cd6b6c5 100644 --- a/i18n/pl.i18n.json +++ b/i18n/pl.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtruj karty i listy", "list-filter-label": "Filtruj listy względem tytułu", "filter-clear": "Usuń filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Brak etykiety", + "filter-member-label": "Filter by member", "filter-no-member": "Brak użytkowników", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Nieprzypisane ", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Brak niestandardowych pól", "filter-show-archive": "Pokaż zarchiwizowane listy", "filter-hide-empty": "Ukryj puste listy", "filter-on": "Filtr jest włączony", "filter-on-desc": "Filtrujesz karty na tej tablicy. Kliknij tutaj by edytować filtr.", "filter-to-selection": "Odfiltruj zaznaczenie", + "other-filters-label": "Other Filters", "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", "fullname": "Pełna nazwa", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Przenieś na górę", "moveSelectionPopup-title": "Przenieś zaznaczone", "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", "muted": "Wycisz", "muted-info": "Nie dostaniesz powiadomienia o zmianach w tej tablicy.", diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json index 8b54cdfd0..0662c5207 100644 --- a/i18n/pt-BR.i18n.json +++ b/i18n/pt-BR.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrar Cartões ou Listas", "list-filter-label": "Filtrar Lista por Título", "filter-clear": "Limpar filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Sem etiquetas", + "filter-member-label": "Filter by member", "filter-no-member": "Sem membros", + "filter-assignee-label": "Filter by assignee", "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-show-archive": "Mostrar listas arquivadas", "filter-hide-empty": "Esconder listas vazias", "filter-on": "Filtro está ativo", "filter-on-desc": "Você está filtrando cartões neste quadro. Clique aqui para editar o filtro.", "filter-to-selection": "Filtrar esta seleção", + "other-filters-label": "Other Filters", "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", "fullname": "Nome Completo", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover para o topo", "moveSelectionPopup-title": "Mover 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", "muted": "Silenciar", "muted-info": "Você nunca receberá qualquer notificação desse board", diff --git a/i18n/pt.i18n.json b/i18n/pt.i18n.json index 949272c4b..283727377 100644 --- a/i18n/pt.i18n.json +++ b/i18n/pt.i18n.json @@ -64,7 +64,7 @@ "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-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-item-added": "adicionou o item a '%s' em %s", "activity-checklist-item-removed": "removeu o item de '%s' na %s", @@ -161,18 +161,18 @@ "cardAttachmentsPopup-title": "Anexar a partir de", "cardCustomField-datePopup-title": "Alterar a data", "cardCustomFieldsPopup-title": "Editar campos personalizados", - "cardStartVotingPopup-title": "Start a vote", - "positiveVoteMembersPopup-title": "Proponents", - "negativeVoteMembersPopup-title": "Opponents", - "card-edit-voting": "Alterar voto", - "editVoteEndDatePopup-title": "Change vote end date", - "allowNonBoardMembers": "Allow all logged in users", - "vote-question": "Voting question", - "vote-public": "Show who voted what", - "vote-for-it": "for it", - "vote-against": "against", - "deleteVotePopup-title": "Apagar voto?", - "vote-delete-pop": "Deleting is permanent. You will lose all actions associated with this vote.", + "cardStartVotingPopup-title": "Iniciar uma votação", + "positiveVoteMembersPopup-title": "Proponentes", + "negativeVoteMembersPopup-title": "Oponentes", + "card-edit-voting": "Alterar votação", + "editVoteEndDatePopup-title": "Alterar data de fim da votação", + "allowNonBoardMembers": "Permitir todos os utilizadores com sessão iniciada", + "vote-question": "Questão da votação", + "vote-public": "Mostrar quem votou o quê", + "vote-for-it": "a favor", + "vote-against": "contra", + "deleteVotePopup-title": "Apagar votação?", + "vote-delete-pop": "Apagar é permanente. Irá perder todas as ações associadas a este voto.", "cardDeletePopup-title": "Apagar Cartão?", "cardDetailsActionsPopup-title": "Acções do Cartão", "cardLabelsPopup-title": "Etiquetas", @@ -235,8 +235,8 @@ "comment-only-desc": "Pode comentar apenas em cartões.", "no-comments": "Sem comentários", "no-comments-desc": "Não pode ver comentários nem actividades.", - "worker": "Worker", - "worker-desc": "Can only move cards, assign itself to card and comment.", + "worker": "Trabalhador", + "worker-desc": "Apenas pode mover cartões, atribuir-se a si próprio ao cartão e comentar.", "computer": "Computador", "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?", @@ -311,7 +311,7 @@ "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-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-user-doesNotExist": "Este utilizador não existe", "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-email-taken": "Endereço de e-mail já está em uso", "export-board": "Exportar quadro", - "export-board-json": "Export board to JSON", - "export-board-csv": "Export board to CSV", - "export-board-tsv": "Export board to TSV", - "export-board-html": "Export board to HTML", + "export-board-json": "Exportar quadro para JSON", + "export-board-csv": "Exportar quadro para CSV", + "export-board-tsv": "Exportar quadro para TSV", + "export-board-html": "Exportar quadro para HTML", "exportBoardPopup-title": "Exportar quadro", "sort": "Ordenar", "sort-desc": "Clique para ordenar a Lista", "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-sort": "Your Manual Order", + "list-label-sort": "A Sua Ordem Manual", "list-label-short-modifiedAt": "(L)", "list-label-short-title": "(N)", "list-label-short-sort": "(M)", @@ -337,15 +337,20 @@ "filter-cards": "Filtrar Cartões ou Listas", "list-filter-label": "Filtrar Lista por Título", "filter-clear": "Limpar filtro", + "filter-labels-label": "Filter by label", "filter-no-label": "Sem etiquetas", + "filter-member-label": "Filter by member", "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-show-archive": "Mostrar listas arquivadas", "filter-hide-empty": "Ocultar listas vazias", "filter-on": "Filtro está activo", "filter-on-desc": "Está a filtrar cartões neste quadro. Clique aqui para editar o filtro.", "filter-to-selection": "Filtrar esta selecção", + "other-filters-label": "Other Filters", "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", "fullname": "Nome Completo", @@ -359,12 +364,12 @@ "import-board-c": "Importar quadro", "import-board-title-trello": "Importar quadro do Trello", "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-wekan": "A partir de exportação prévia", "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-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-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", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Mover para o Topo", "moveSelectionPopup-title": "Mover a selecção", "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", "muted": "Silenciado", "muted-info": "Nunca será notificado de quaisquer alterações neste quadro", @@ -464,8 +471,8 @@ "save": "Guardar", "search": "Procurar", "rules": "Regras", - "search-cards": "Search from card/list titles, descriptions and custom fields on this board", - "search-example": "Write text you search and press Enter", + "search-cards": "Procurar nos títulos, descrições e campos personalizados de cartões/listas neste quadro", + "search-example": "Escreva o texto a pesquisar e pressione Enter", "select-color": "Seleccionar Cor", "set-wip-limit-value": "Defina um limite máximo para o número de tarefas nesta lista", "setWipLimitPopup-title": "Definir Limite WIP", @@ -548,14 +555,14 @@ "email-smtp-test-text": "Enviou um e-mail com sucesso", "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.", - "webhook-title": "Webhook Name", - "webhook-token": "Token (Optional for Authentication)", + "webhook-title": "Nome do Webhook", + "webhook-token": "Token (Opcional para Autenticação)", "outgoing-webhooks": "Webhooks de saída", - "bidirectional-webhooks": "Two-Way Webhooks", + "bidirectional-webhooks": "Webhooks de Dois Sentidos", "outgoingWebhooksPopup-title": "Webhooks de saída", "boardCardTitlePopup-title": "Filtro do Título do Cartão", - "disable-webhook": "Disable This Webhook", - "global-webhook": "Global Webhooks", + "disable-webhook": "Desativar Este Webhook", + "global-webhook": "Webhooks Globais", "new-outgoing-webhook": "Novo Webhook de saída", "no-name": "(Desconhecido)", "Node_version": "Versão do Node", @@ -607,9 +614,9 @@ "default": "Omissão", "queue": "Fila", "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", - "boardCardSettingsPopup-title": "Card Settings", + "boardCardSettingsPopup-title": "Definições do Cartão", "deposit-subtasks-board": "Depositar sub-tarefas neste quadro:", "deposit-subtasks-list": "Lista de destino para sub-tarefas depositadas aqui:", "show-parent-in-minicard": "Mostrar pai no mini-cartão:", @@ -638,8 +645,8 @@ "r-delete-rule": "Apagar regra", "r-new-rule-name": "Título da nova regra", "r-no-rules": "Sem regras", - "r-trigger": "Trigger", - "r-action": "Action", + "r-trigger": "Gatilho", + "r-action": "Ação", "r-when-a-card": "Quando um cartão", "r-is": "é", "r-is-moved": "é movido", @@ -770,20 +777,20 @@ "almostdue": "a data limite actual %s está-se a aproximar", "pastdue": "a data limite actual %s já passou", "duenow": "a data limite actual %s é hoje", - "act-newDue": "__list__/__card__ has 1st due reminder [__board__]", - "act-withDue": "__list__/__card__ due reminders [__board__]", + "act-newDue": "__list__/__card__ tem o 1º lembrete de prazo [__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-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-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.", "accounts-allowUserDelete": "Permitir aos utilizadores apagar as suas próprias contas", "hide-minicard-label-text": "Ocultar texto das etiquetas dos mini-cartões", - "show-desktop-drag-handles": "Show desktop drag handles", - "assignee": "Assignee", - "cardAssigneesPopup-title": "Assignee", + "show-desktop-drag-handles": "Mostrar alças de arrasto do desktop", + "assignee": "Responsável", + "cardAssigneesPopup-title": "Responsável", "addmore-detail": "Adicionar uma descrição mais detalhada", - "show-on-card": "Show on Card", + "show-on-card": "Mostrar no Cartão", "new": "Novo", "editUserPopup-title": "Editar Utilizador", "newUserPopup-title": "Novo Utilizador", @@ -794,7 +801,7 @@ "remove-all-read": "Apagar todos os lidos", "allow-rename": "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", "tuesday": "Terça-feira", "wednesday": "Quarta-feira", @@ -802,14 +809,14 @@ "friday": "Sexta-feira", "saturday": "Sábado", "sunday": "Domingo", - "status": "Status", - "swimlane": "Swimlane", - "owner": "Owner", + "status": "Estado", + "swimlane": "Pista", + "owner": "Dono", "last-modified-at": "Modificado pela última vez em", "last-activity": "Última actividade", - "voting": "Voting", + "voting": "Votação", "archived": "Arquivado", - "delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has", - "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", - "hide-checked-items": "Hide checked items" + "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": "Não pode apagar esta lista sem primeiro apagar cartões ligados que apontam para cartões nesta lista", + "hide-checked-items": "Ocultar items marcados" } diff --git a/i18n/ro.i18n.json b/i18n/ro.i18n.json index c1249c116..8475d220a 100644 --- a/i18n/ro.i18n.json +++ b/i18n/ro.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/ru.i18n.json b/i18n/ru.i18n.json index 15fe1c4df..119f5fca0 100644 --- a/i18n/ru.i18n.json +++ b/i18n/ru.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Фильтр Карточек или Списков", "list-filter-label": "Фильтровать Список по Названию", "filter-clear": "Очистить фильтр", + "filter-labels-label": "Filter by label", "filter-no-label": "Нет метки", + "filter-member-label": "Filter by member", "filter-no-member": "Нет участников", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Не применимо", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Нет настраиваемых полей", "filter-show-archive": "Показать архивные списки", "filter-hide-empty": "Скрыть пустые списки", "filter-on": "Включен фильтр", "filter-on-desc": "Показываются карточки, соответствующие настройкам фильтра. Нажмите для редактирования.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Полное имя", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Переместить вверх", "moveSelectionPopup-title": "Переместить выделение", "multi-selection": "Выбрать несколько", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Выбрать несколько из", "muted": "Не беспокоить", "muted-info": "Вы НИКОГДА не будете уведомлены ни о каких изменениях в этой доске.", diff --git a/i18n/sl.i18n.json b/i18n/sl.i18n.json index 9eae8c4b9..bf825b15f 100644 --- a/i18n/sl.i18n.json +++ b/i18n/sl.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtriraj kartice ali sezname", "list-filter-label": "Filtriraj seznam po imenu", "filter-clear": "Počisti filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Brez oznake", + "filter-member-label": "Filter by member", "filter-no-member": "Brez člana", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Brez poljubnih polj", "filter-show-archive": "Prikaži arhivirane sezname", "filter-hide-empty": "Skrij prazne sezname", "filter-on": "Filter vklopljen", "filter-on-desc": "Filtrirane kartice na tej tabli. Kliknite tukaj za urejanje filtra.", "filter-to-selection": "Filtriraj izbrane", + "other-filters-label": "Other Filters", "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", "fullname": "Polno Ime", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Premakni na vrh", "moveSelectionPopup-title": "Premakni izbiro", "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", "muted": "Utišano", "muted-info": "O spremembah na tej tabli ne boste prejemali obvestil.", diff --git a/i18n/sr.i18n.json b/i18n/sr.i18n.json index 5583c5ac0..a1bb4df74 100644 --- a/i18n/sr.i18n.json +++ b/i18n/sr.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtriraj kartice ili liste", "list-filter-label": "Filtriraj liste po naslovu", "filter-clear": "Očisti filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Nema oznake", + "filter-member-label": "Filter by member", "filter-no-member": "Nema člana", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Nema zastupnika", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Prikaži arhivirane liste", "filter-hide-empty": "Sakrij prazne liste", "filter-on": "Filter je uključen", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Puno ime", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Premesti na vrh", "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", "muted": "Utišano", "muted-info": "Nećete biti obavešteni o promenama u ovoj tabli", diff --git a/i18n/sv.i18n.json b/i18n/sv.i18n.json index d0290cf5f..c1d8e36bd 100644 --- a/i18n/sv.i18n.json +++ b/i18n/sv.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filtrera kort eller listor", "list-filter-label": "Filtrera lista efter titel", "filter-clear": "Rensa filter", + "filter-labels-label": "Filter by label", "filter-no-label": "Ingen etikett", + "filter-member-label": "Filter by member", "filter-no-member": "Ingen medlem", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Inte tilldelad", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Inga anpassade fält", "filter-show-archive": "Visa arkiverade listor", "filter-hide-empty": "Dölj tomma listor", "filter-on": "Filter är på", "filter-on-desc": "Du filtrerar kort på denna tavla. Klicka här för att redigera filter.", "filter-to-selection": "Filter till val", + "other-filters-label": "Other Filters", "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", "fullname": "Namn", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Flytta högst upp", "moveSelectionPopup-title": "Flytta vald", "multi-selection": "Flerval", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "Flerval är på", "muted": "Tystad", "muted-info": "Du kommer aldrig att få notiser om eventuella ändringar i denna tavla", diff --git a/i18n/sw.i18n.json b/i18n/sw.i18n.json index 929308eeb..89cbd959e 100644 --- a/i18n/sw.i18n.json +++ b/i18n/sw.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/ta.i18n.json b/i18n/ta.i18n.json index 9cf79542c..b8b9f05b5 100644 --- a/i18n/ta.i18n.json +++ b/i18n/ta.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "முழு பெயர் ", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/th.i18n.json b/i18n/th.i18n.json index 7e62716c1..21d587851 100644 --- a/i18n/th.i18n.json +++ b/i18n/th.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "ล้างตัวกรอง", + "filter-labels-label": "Filter by label", "filter-no-label": "ไม่มีฉลาก", + "filter-member-label": "Filter by member", "filter-no-member": "ไม่มีสมาชิก", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "กรองบน", "filter-on-desc": "คุณกำลังกรองการ์ดในบอร์ดนี้ คลิกที่นี่เพื่อแก้ไขตัวกรอง", "filter-to-selection": "กรองตัวเลือก", + "other-filters-label": "Other Filters", "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", "fullname": "ชื่อ นามสกุล", @@ -420,6 +425,8 @@ "moveCardToTop-title": "ย้ายไปบน", "moveSelectionPopup-title": "เลือกย้าย", "multi-selection": "เลือกหลายรายการ", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "เลือกหลายรายการเมื่อ", "muted": "ไม่ออกเสียง", "muted-info": "คุณจะไม่ได้รับแจ้งการเปลี่ยนแปลงใด ๆ ในบอร์ดนี้", diff --git a/i18n/tr.i18n.json b/i18n/tr.i18n.json index 357e98a17..b14f2e709 100644 --- a/i18n/tr.i18n.json +++ b/i18n/tr.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Filtreyi temizle", + "filter-labels-label": "Filter by label", "filter-no-label": "Etiket yok", + "filter-member-label": "Filter by member", "filter-no-member": "Üyesi olmayan", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "Atanmayan", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "Hiç özel alan yok", "filter-show-archive": "Arşivlenmiş listeleri göster", "filter-hide-empty": "Boş listeleri gizle", "filter-on": "Filtre aktif", "filter-on-desc": "Bu panodaki kartları filtreliyorsunuz. Fitreyi düzenlemek için tıklayın.", "filter-to-selection": "Seçime göre filtreleme yap", + "other-filters-label": "Other Filters", "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", "fullname": "Ad Soyad", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Yukarı taşı", "moveSelectionPopup-title": "Seçimi taşı", "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", "muted": "Sessiz", "muted-info": "Bu panodaki hiçbir değişiklik hakkında bildirim almayacaksınız", diff --git a/i18n/uk.i18n.json b/i18n/uk.i18n.json index 021d7b438..66b5c0657 100644 --- a/i18n/uk.i18n.json +++ b/i18n/uk.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/vi.i18n.json b/i18n/vi.i18n.json index 78b5e380c..6ef5a9db8 100644 --- a/i18n/vi.i18n.json +++ b/i18n/vi.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 5f879fa44..0dfaf804b 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "过滤卡片或列表", "list-filter-label": "以标题过滤列表", "filter-clear": "清空过滤器", + "filter-labels-label": "Filter by label", "filter-no-label": "无标签", + "filter-member-label": "Filter by member", "filter-no-member": "无成员", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "没有代理人", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "无自定义字段", "filter-show-archive": "显示归档的列表", "filter-hide-empty": "隐藏空列表", "filter-on": "过滤器启用", "filter-on-desc": "你正在过滤该看板上的卡片,点此编辑过滤。", "filter-to-selection": "要选择的过滤器", + "other-filters-label": "Other Filters", "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 )。也支持使用正则表达式搜索文本字段。", "fullname": "全称", @@ -420,6 +425,8 @@ "moveCardToTop-title": "移动至顶端", "moveSelectionPopup-title": "移动选择", "multi-selection": "多选", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "多选启用", "muted": "静默", "muted-info": "你将不会收到此看板的任何变更通知", diff --git a/i18n/zh-HK.i18n.json b/i18n/zh-HK.i18n.json index 8caceb996..daaab3ea3 100644 --- a/i18n/zh-HK.i18n.json +++ b/i18n/zh-HK.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "Filter Cards or Lists", "list-filter-label": "Filter List by Title", "filter-clear": "Clear filter", + "filter-labels-label": "Filter by label", "filter-no-label": "No label", + "filter-member-label": "Filter by member", "filter-no-member": "No member", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "No assignee", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "No Custom Fields", "filter-show-archive": "Show archived lists", "filter-hide-empty": "Hide empty lists", "filter-on": "Filter is on", "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.", "filter-to-selection": "Filter to selection", + "other-filters-label": "Other Filters", "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", "fullname": "Full Name", @@ -420,6 +425,8 @@ "moveCardToTop-title": "Move to Top", "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", "muted": "Muted", "muted-info": "You will never be notified of any changes in this board", diff --git a/i18n/zh-TW.i18n.json b/i18n/zh-TW.i18n.json index ff82db901..91b077b5d 100644 --- a/i18n/zh-TW.i18n.json +++ b/i18n/zh-TW.i18n.json @@ -337,15 +337,20 @@ "filter-cards": "篩選卡片或清單", "list-filter-label": "篩選清單依據標題", "filter-clear": "清除篩選條件", + "filter-labels-label": "Filter by label", "filter-no-label": "沒有標籤", + "filter-member-label": "Filter by member", "filter-no-member": "沒有成員", + "filter-assignee-label": "Filter by assignee", "filter-no-assignee": "沒有代理人", + "filter-custom-fields-label": "Filter by Custom Fields", "filter-no-custom-fields": "沒有自訂欄位", "filter-show-archive": "顯示封存的清單", "filter-hide-empty": "隱藏空清單", "filter-on": "篩選器已開啟", "filter-on-desc": "你正在篩選該看板上的卡片,點此編輯篩選條件。", "filter-to-selection": "選擇的篩選條件", + "other-filters-label": "Other Filters", "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) 搜尋內容。", "fullname": "全稱", @@ -420,6 +425,8 @@ "moveCardToTop-title": "移至最上面", "moveSelectionPopup-title": "移動選取的項目", "multi-selection": "多選", + "multi-selection-label": "Set label for selection", + "multi-selection-member": "Set member for selection", "multi-selection-on": "多選啟用", "muted": "取消任何通知", "muted-info": "您將不會收到有關這個看板的任何訊息",