Updated translations.

This commit is contained in:
Lauri Ojansivu 2023-02-02 14:18:22 +02:00
parent f049a44280
commit 2ae344e685
126 changed files with 139521 additions and 148066 deletions

View file

@ -1,10 +1,55 @@
# This is the configuration of the Transifex tool that we use to manage the
# translations on Wekan. Documentation at: http://docs.transifex.com/client.
#
# Push
# ====
#
# It is recommended that contributors use the Transifex web UI to create and
# edit translated strings. However in case a contributor has directly jumped
# into the code and made its translations in the corresponding i18n.json file
# we can push it using
#
# > tx push -t -l ar
#
# Where `ar` is the language identifier. In addition, the project maintainer
# should push the English source file to Transifex at least before each release
# candidate using:
#
# > tx push -s
#
# Pull
# ====
#
# The set of accepted language is directly managed in Transifex, the only
# restriction we define to bundle a new language in the application, is that its
# completion is at least at 75%.
#
# We use:
#
# > tx pull
#
# to download new versions of existing translations, and
#
# > tx pull -a --minimum-perc=75
#
# to download new sufficiently advanced translations.
[main] [main]
host = https://www.transifex.com host = https://www.transifex.com
lang_map = az@latin: az-LA, ja-Hira: ja-HI, fi_FI: fi, zh_Hans: zh-Hans, ar_DZ: ar-DZ, en_MY: en-MY, ms_MY: ms-MY, ru_UA: ru-UA, vep: ve-PP, hu_HU: hu, war: wa-RR, es_TX: es-TX, gu_IN: gu-IN, mn_MN: mn, ko_KR: ko-KR, uz@Arab: uz-AR, es_CL: es-CL, es_PY: es-PY, uk_UA: uk-UA, vec: ve-CC, gl_ES: gl-ES, hi_IN: hi-IN, ro_RO: ro-RO, vls: vl-SS, el_GR: el-GR, sl_SI: sl, uz_UZ: uz-UZ, en_BR: en-BR, pt_BR: pt-BR, de_AT: de-AT, en_DE: en-DE, en_IT: en-IT, et_EE: et-EE, ast_ES: ast-ES, es_MX: es-MX, zh_HK: zh-HK, az_AZ: az-AZ, ja_JP: ja, he_IL: he-IL, id_ID: id, nl_NL: nl-NL, cs_CZ: cs-CZ, en_GB: en-GB, ar_EG: ar-EG, bg_BG: bg, en@ysv: en-YS, es_PE: es-PE, zh_TW: zh-TW, de_CH: de-CH, zu_ZA: zu-ZA, fr_FR: fr-FR, lv_LV: lv, pl_PL: pl-PL, uz@Latn: uz-LA, vi_VN: vi-VN, zh_CN: zh-CN, es_AR: es-AR, fr_CH: fr-CH, fy_NL: fy-NL, cy_GB: cy-GB, es_419: es-LA, fa_IR: fa-IR # tap:i18n requires us to use `-` separator in the language identifiers whereas
# Transifex uses a `_` separator, without an option to customize it on one side
# or the other, so we need to do a Manual mapping.
lang_map = ar_DZ:ar-DZ, ar_EG:ar-EG, az_AZ:az-AZ, az@latin:az-LA, bg_BG:bg, cs_CZ:cs-CZ, cy_GB:cy-GB, de_AT:de-AT, de_CH:de-CH, en_BR:en-BR, en_DE:en-DE, en_IT:en-IT, en_GB:en-GB, en_MY:en-MY, et_EE:et-EE, ast_ES:ast-ES, es_AR:es-AR, en@ysv:en-YS, es_CL:es-CL, es_419:es-LA, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el-GR, fa_IR:fa-IR, ja-Hira:ja-HI, ja_JP:ja, fi_FI:fi, fr_FR:fr-FR, fr_CH:fr-CH, fy_NL:fy-NL, gl_ES:gl-ES, gu_IN:gu-IN, he_IL:he-IL, hi_IN:hi-IN, hu_HU:hu, id_ID:id, mn_MN:mn, ms_MY:ms-MY, nl_NL:nl-NL, ko_KR:ko-KR, lv_LV:lv, pl_PL:pl-PL, pt_BR:pt-BR, ro_RO:ro-RO, ru_UA:ru-UA, sl_SI:sl, uk_UA:uk-UA, uz@Arab:uz-AR, uz@Latn:uz-LA, uz_UZ:uz-UZ, vec:ve-CC, vep:ve-PP, vls:vl-SS, war:wa-RR, vi_VN:vi-VN, zh_CN:zh-CN, zh_TW:zh-TW, zh_Hans:zh-Hans, zh_HK:zh-HK, zu_ZA:zu-ZA
[o:wekan:p:wekan:r:application] [wekan.application]
file_filter = imports/i18n/data/<lang>.i18n.json file_filter = imports/i18n/data/<lang>.i18n.json
source_file = imports/i18n/data/en.i18n.json
source_lang = en source_lang = en
type = KEYVALUEJSON type = KEYVALUEJSON
# We might have a dedicated second resource later to translate the “Welcome
# Board” data.
#
# [wekan.welcomeBoard]
# file_filter = private/welcomeBoard/<lang>.json
# source_lang = en
# type = KEYVALUEJSON

View file

@ -1,55 +0,0 @@
# This is the configuration of the Transifex tool that we use to manage the
# translations on Wekan. Documentation at: http://docs.transifex.com/client.
#
# Push
# ====
#
# It is recommended that contributors use the Transifex web UI to create and
# edit translated strings. However in case a contributor has directly jumped
# into the code and made its translations in the corresponding i18n.json file
# we can push it using
#
# > tx push -t -l ar
#
# Where `ar` is the language identifier. In addition, the project maintainer
# should push the English source file to Transifex at least before each release
# candidate using:
#
# > tx push -s
#
# Pull
# ====
#
# The set of accepted language is directly managed in Transifex, the only
# restriction we define to bundle a new language in the application, is that its
# completion is at least at 75%.
#
# We use:
#
# > tx pull
#
# to download new versions of existing translations, and
#
# > tx pull -a --minimum-perc=75
#
# to download new sufficiently advanced translations.
[main]
host = https://www.transifex.com
# tap:i18n requires us to use `-` separator in the language identifiers whereas
# Transifex uses a `_` separator, without an option to customize it on one side
# or the other, so we need to do a Manual mapping.
lang_map = ar_DZ:ar-DZ, ar_EG:ar-EG, az_AZ:az-AZ, az@latin:az-LA, bg_BG:bg, cs_CZ:cs-CZ, cy_GB:cy-GB, de_AT:de-AT, de_CH:de-CH, en_BR:en-BR, en_DE:en-DE, en_IT:en-IT, en_GB:en-GB, en_MY:en-MY, et_EE:et-EE, ast_ES:ast-ES, es_AR:es-AR, en@ysv:en-YS, es_CL:es-CL, es_419:es-LA, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el-GR, fa_IR:fa-IR, ja-Hira:ja-HI, ja_JP:ja, fi_FI:fi, fr_FR:fr-FR, fr_CH:fr-CH, fy_NL:fy-NL, gl_ES:gl-ES, gu_IN:gu-IN, he_IL:he-IL, hi_IN:hi-IN, hu_HU:hu, id_ID:id, mn_MN:mn, ms_MY:ms-MY, nl_NL:nl-NL, ko_KR:ko-KR, lv_LV:lv, pl_PL:pl-PL, pt_BR:pt-BR, ro_RO:ro-RO, ru_UA:ru-UA, sl_SI:sl, uk_UA:uk-UA, uz@Arab:uz-AR, uz@Latn:uz-LA, uz_UZ:uz-UZ, vec:ve-CC, vep:ve-PP, vls:vl-SS, war:wa-RR, vi_VN:vi-VN, zh_CN:zh-CN, zh_TW:zh-TW, zh_Hans:zh-Hans, zh_HK:zh-HK, zu_ZA:zu-ZA
[wekan.application]
file_filter = imports/i18n/data/<lang>.i18n.json
source_lang = en
type = KEYVALUEJSON
# We might have a dedicated second resource later to translate the “Welcome
# Board” data.
#
# [wekan.welcomeBoard]
# file_filter = private/welcomeBoard/<lang>.json
# source_lang = en
# type = KEYVALUEJSON

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -10,7 +10,7 @@
"act-removedLabel": "العلامة المحذوفة__العلامة__من الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-removedLabel": "العلامة المحذوفة__العلامة__من الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-addChecklist": "قائمة التأكد المضافة__قائمة التأكد__للكرت__كرت__في قائمة__قائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-addChecklist": "قائمة التأكد المضافة__قائمة التأكد__للكرت__كرت__في قائمة__قائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-addChecklistItem": "عنصر قائمة التأكد المضافة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-addChecklistItem": "عنصر قائمة التأكد المضافة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-removeChecklist": "قائمة التأكد المحذوفة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-removeChecklist": " قائمة التأكد المحذوفة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-removeChecklistItem": "عنصر قائمة التأكد المحذوف__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-removeChecklistItem": "عنصر قائمة التأكد المحذوف__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-checkedItem": "مختار__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-checkedItem": "مختار__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-uncheckedItem": "غير مختار__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-uncheckedItem": "غير مختار__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
@ -33,7 +33,7 @@
"act-archivedSwimlane": "المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__ منقول الى الارشيف", "act-archivedSwimlane": "المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__ منقول الى الارشيف",
"act-importBoard": "اللوح المستورد__اللوح__", "act-importBoard": "اللوح المستورد__اللوح__",
"act-importCard": "الكرت المستورد__الكرت__في القائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-importCard": "الكرت المستورد__الكرت__في القائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-importList": "القائمة المستوردة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-importList": " القائمة المستوردة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-joinMember": "العضو المضاف__العضو__للكرت_الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "act-joinMember": "العضو المضاف__العضو__للكرت_الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"act-moveCard": "الكرت المحذوف__الكرت__في اللوح_اللوح__من قائمة__قائمة قديمة__في المنطقة العائمة__منطقة عائمة قديمة__في القائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__", "act-moveCard": "الكرت المحذوف__الكرت__في اللوح_اللوح__من قائمة__قائمة قديمة__في المنطقة العائمة__منطقة عائمة قديمة__في القائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__",
"act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__", "act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__",
@ -71,7 +71,7 @@
"add": "أضف", "add": "أضف",
"activity-checked-item-card": "checked %s in checklist %s", "activity-checked-item-card": "checked %s in checklist %s",
"activity-unchecked-item-card": "unchecked %s in checklist %s", "activity-unchecked-item-card": "unchecked %s in checklist %s",
"activity-checklist-completed-card": "قائمة تأكد مكتملة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__", "activity-checklist-completed-card": "قائمة تأكد مكتماة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
"activity-checklist-uncompleted-card": "uncompleted the checklist %s", "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
"activity-editComment": "edited comment %s", "activity-editComment": "edited comment %s",
"activity-deleteComment": "تعليق محذوف %s", "activity-deleteComment": "تعليق محذوف %s",
@ -97,7 +97,7 @@
"add-list": "إضافة قائمة", "add-list": "إضافة قائمة",
"add-members": "إضافة أعضاء", "add-members": "إضافة أعضاء",
"added": "أُضيف", "added": "أُضيف",
"addMemberPopup-title": "أعضاء", "addMemberPopup-title": "الأعضاء",
"memberPopup-title": "أفضليات الأعضاء", "memberPopup-title": "أفضليات الأعضاء",
"admin": "المدير", "admin": "المدير",
"admin-desc": "إمكانية مشاهدة و تعديل و حذف أعضاء ، و تعديل إعدادات اللوحة أيضا.", "admin-desc": "إمكانية مشاهدة و تعديل و حذف أعضاء ، و تعديل إعدادات اللوحة أيضا.",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "رجوع", "back": "رجوع",
"board-change-color": "تغيير اللومr", "board-change-color": "تغيير اللومr",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "جميع إعدادات اللوحات", "board-info-on-my-boards": "جميع إعدادات اللوحات",
"boardInfoOnMyBoardsPopup-title" : "جميع إعدادات اللوحات", "boardInfoOnMyBoardsPopup-title": "جميع إعدادات اللوحات",
"boardInfoOnMyBoards-title": "جميع إعدادات اللوحات", "boardInfoOnMyBoards-title": "جميع إعدادات اللوحات",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -352,7 +352,7 @@
"email-fail-text": "Error trying to send email", "email-fail-text": "Error trying to send email",
"email-invalid": "Invalid email", "email-invalid": "Invalid email",
"email-invite": "Invite via Email", "email-invite": "Invite via Email",
"email-invite-subject": "__inviter__ أرسل دعوة لك", "email-invite-subject": "__inviter__ sent you an invitation",
"email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.", "email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.",
"email-resetPassword-subject": "Reset your password on __siteName__", "email-resetPassword-subject": "Reset your password on __siteName__",
"email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.", "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "لا يمكنك دعوة نفسك", "error-user-notAllowSelf": "لا يمكنك دعوة نفسك",
@ -422,7 +422,7 @@
"filter-to-selection": "تصفية بالتحديد", "filter-to-selection": "تصفية بالتحديد",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "الإسم الكامل", "fullname": "الإسم الكامل",
"header-logo-title": "الرجوع إلى صفحة اللوحات", "header-logo-title": "الرجوع إلى صفحة اللوحات",
"hide-system-messages": "إخفاء رسائل النظام", "hide-system-messages": "إخفاء رسائل النظام",
@ -545,7 +545,7 @@
"restore": "استعادة", "restore": "استعادة",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "حفظ", "save": "حفظ",
"search": "بحث", "search": "بحث",
"rules": "قواعد", "rules": "قواعد",
@ -655,7 +655,7 @@
"boardCardTitlePopup-title": "Card Title Filter", "boardCardTitlePopup-title": "Card Title Filter",
"disable-webhook": "Disable This Webhook", "disable-webhook": "Disable This Webhook",
"global-webhook": "Global Webhooks", "global-webhook": "Global Webhooks",
"new-outgoing-webhook": "ويبهوك جديدة", "new-outgoing-webhook": "ويبهوك جديدة ",
"no-name": "(غير معروف)", "no-name": "(غير معروف)",
"Node_version": "إصدار النود", "Node_version": "إصدار النود",
"Meteor_version": "Meteor version", "Meteor_version": "Meteor version",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "السماح بتغيير البريد الإلكتروني", "accounts-allowEmailChange": "السماح بتغيير البريد الإلكتروني",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "قائمة", "r-list": "قائمة",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "شخص", "person": "شخص",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "بطاقة", "card": "بطاقة",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -40,7 +40,7 @@
"act-removeBoardMember": "removed member __member__ from board __board__", "act-removeBoardMember": "removed member __member__ from board __board__",
"act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__", "act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-withBoardTitle": "__board__", "act-withBoardTitle": "__board__ ",
"act-withCardTitle": "[__board__] __card__", "act-withCardTitle": "[__board__] __card__",
"actions": "Действия", "actions": "Действия",
"activities": "Действия", "activities": "Действия",
@ -137,9 +137,9 @@
"avatar-too-big": "Аватарът е прекалено голям (максимум 520KB)", "avatar-too-big": "Аватарът е прекалено голям (максимум 520KB)",
"back": "Назад", "back": "Назад",
"board-change-color": "Промени цвета", "board-change-color": "Промени цвета",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -236,7 +236,7 @@
"change-avatar": "Промени аватара", "change-avatar": "Промени аватара",
"change-password": "Промени паролата", "change-password": "Промени паролата",
"change-permissions": "Промени правата", "change-permissions": "Промени правата",
"change-settings": "Промяна на настройките", "change-settings": "Промени настройките",
"changeAvatarPopup-title": "Промени аватара", "changeAvatarPopup-title": "Промени аватара",
"changeLanguagePopup-title": "Промени езика", "changeLanguagePopup-title": "Промени езика",
"changePasswordPopup-title": "Промени паролата", "changePasswordPopup-title": "Промени паролата",
@ -365,7 +365,7 @@
"error-board-notAMember": "За да направите това трябва да сте член на това табло", "error-board-notAMember": "За да направите това трябва да сте член на това табло",
"error-json-malformed": "Текстът Ви не е валиден JSON", "error-json-malformed": "Текстът Ви не е валиден JSON",
"error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат", "error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Този списък не съществува", "error-list-doesNotExist": "Този списък не съществува",
"error-user-doesNotExist": "Този потребител не съществува", "error-user-doesNotExist": "Този потребител не съществува",
"error-user-notAllowSelf": "Не можете да поканите себе си", "error-user-notAllowSelf": "Не можете да поканите себе си",
@ -422,7 +422,7 @@
"filter-to-selection": "Филтрирай избраните", "filter-to-selection": "Филтрирай избраните",
"other-filters-label": "Други филтри", "other-filters-label": "Други филтри",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Име", "fullname": "Име",
"header-logo-title": "Назад към страницата с Вашите табла.", "header-logo-title": "Назад към страницата с Вашите табла.",
"hide-system-messages": "Скриване на системните съобщения", "hide-system-messages": "Скриване на системните съобщения",
@ -456,10 +456,10 @@
"invalid-date": "Невалидна дата", "invalid-date": "Невалидна дата",
"invalid-time": "Невалиден час", "invalid-time": "Невалиден час",
"invalid-user": "Невалиден потребител", "invalid-user": "Невалиден потребител",
"joined": "присъедини", "joined": "присъедини ",
"just-invited": "Бяхте поканени в това табло", "just-invited": "Бяхте поканени в това табло",
"keyboard-shortcuts": "Преки пътища с клавиатурата", "keyboard-shortcuts": "Преки пътища с клавиатурата",
"label-create": "Създай Табло", "label-create": "Създай етикет",
"label-default": "%s етикет (по подразбиране)", "label-default": "%s етикет (по подразбиране)",
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.", "label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
"labels": "Етикети", "labels": "Етикети",
@ -545,7 +545,7 @@
"restore": "Възстанови", "restore": "Възстанови",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Настройки на Карта", "card-settings": "Настройки на Карта",
"save": "Запази", "save": "Запази",
"search": "Търсене", "search": "Търсене",
"rules": "Правила", "rules": "Правила",
@ -577,7 +577,7 @@
"this-board": "това табло", "this-board": "това табло",
"this-card": "картата", "this-card": "картата",
"spent-time-hours": "Изработено време (часа)", "spent-time-hours": "Изработено време (часа)",
"overtime-hours": "Overtime (hours)", "overtime-hours": "Оувъртайм (часа)",
"overtime": "Оувъртайм", "overtime": "Оувъртайм",
"has-overtime-cards": "Има карти с оувъртайм", "has-overtime-cards": "Има карти с оувъртайм",
"has-spenttime-cards": "Има карти с изработено време", "has-spenttime-cards": "Има карти с изработено време",
@ -609,7 +609,7 @@
"watch": "Наблюдавай", "watch": "Наблюдавай",
"watching": "Наблюдава", "watching": "Наблюдава",
"watching-info": "You will be notified of any change in this board", "watching-info": "You will be notified of any change in this board",
"welcome-board": "Табло за добре дошли", "welcome-board": "Табло за добре дошли ",
"welcome-swimlane": "Milestone 1", "welcome-swimlane": "Milestone 1",
"welcome-list1": "Основни", "welcome-list1": "Основни",
"welcome-list2": "Напреднали", "welcome-list2": "Напреднали",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Разреши промяна на имейла", "accounts-allowEmailChange": "Разреши промяна на имейла",
"accounts-allowUserNameChange": "Позволи смяна на потребителско име", "accounts-allowUserNameChange": "Позволи смяна на потребителско име",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Създаден на", "createdAt": "Създаден на",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Потвърден", "verified": "Потвърден",
@ -754,6 +754,7 @@
"r-removed-from": "премахната от", "r-removed-from": "премахната от",
"r-the-board": "таблото", "r-the-board": "таблото",
"r-list": "списък", "r-list": "списък",
"list": "Списък",
"set-filter": "Задай филтър", "set-filter": "Задай филтър",
"r-moved-to": "Преместено в", "r-moved-to": "Преместено в",
"r-moved-from": "Преместено от", "r-moved-from": "Преместено от",
@ -763,7 +764,7 @@
"r-when-a-label-is": "When a label is", "r-when-a-label-is": "When a label is",
"r-when-the-label": "When the label", "r-when-the-label": "When the label",
"r-list-name": "име на списъка", "r-list-name": "име на списъка",
"r-when-a-member": "Когато някой член", "r-when-a-member": "Когато някой член ",
"r-when-the-member": "Когато членът", "r-when-the-member": "Когато членът",
"r-name": "име", "r-name": "име",
"r-when-a-attach": "Когато някой прикачен файл", "r-when-a-attach": "Когато някой прикачен файл",
@ -787,7 +788,7 @@
"r-label": "етикет", "r-label": "етикет",
"r-member": "член", "r-member": "член",
"r-remove-all": "Премахнете всички членове от картата", "r-remove-all": "Премахнете всички членове от картата",
"r-set-color": "Задай следния цвят:", "r-set-color": "Задай следния цвят: ",
"r-checklist": "списък със задачи", "r-checklist": "списък със задачи",
"r-check-all": "Маркирай всички като завършени", "r-check-all": "Маркирай всички като завършени",
"r-uncheck-all": "Отмаркирай всички като незавършени", "r-uncheck-all": "Отмаркирай всички като незавършени",
@ -832,7 +833,7 @@
"r-items-list": очка1,точка2,точка3", "r-items-list": очка1,точка2,точка3",
"r-add-swimlane": "Добави коридор", "r-add-swimlane": "Добави коридор",
"r-swimlane-name": "име на коридора", "r-swimlane-name": "име на коридора",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Копирай таблото", "duplicate-board": "Копирай таблото",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Възстанови всичко", "restore-all": "Възстанови всичко",
@ -944,9 +945,8 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Карта", "card": "Карта",
"list": "Списък",
"board": "Табло", "board": "Табло",
"context-separator": "/", "context-separator": " / ",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
"myCardsViewChangePopup-title": "My Cards View", "myCardsViewChangePopup-title": "My Cards View",
"myCardsViewChange-choice-boards": "Табла", "myCardsViewChange-choice-boards": "Табла",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Kemmañ al liv", "board-change-color": "Kemmañ al liv",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -108,7 +108,7 @@
"and-n-other-card": "And __count__ other card", "and-n-other-card": "And __count__ other card",
"and-n-other-card_plural": "And __count__ other cards", "and-n-other-card_plural": "And __count__ other cards",
"apply": "Aplica", "apply": "Aplica",
"app-is-offline": "Carregant. Per favor, espereu. Actualitzar la pàgina pot comportar pèrdua de dades. Si la càrrega no funciona, comproveu que el servidor no s'ha aturat.", "app-is-offline": "Carregant. Per favor, espereu. Actualitzar la pàgina pot comportar pèrdua de dades. Si la càrrega no funciona, comproveu que el servidor no s'ha aturat. ",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "Moure al arxiu", "archive": "Moure al arxiu",
"archive-all": "Moure tot al arxiu", "archive-all": "Moure tot al arxiu",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Enrere", "back": "Enrere",
"board-change-color": "Canvia el color", "board-change-color": "Canvia el color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -149,7 +149,7 @@
"board-public-info": "Aquest tauler serà <strong> públic.", "board-public-info": "Aquest tauler serà <strong> públic.",
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.", "board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
"boardChangeColorPopup-title": "Canvia fons del tauler", "boardChangeColorPopup-title": "Canvia fons del tauler",
"boardChangeTitlePopup-title": "Canvia el nom del tauler", "boardChangeTitlePopup-title": "Canvia el nom tauler",
"boardChangeVisibilityPopup-title": "Canvia visibilitat", "boardChangeVisibilityPopup-title": "Canvia visibilitat",
"boardChangeWatchPopup-title": "Canvia seguiment", "boardChangeWatchPopup-title": "Canvia seguiment",
"boardMenuPopup-title": "Configuració del tauler", "boardMenuPopup-title": "Configuració del tauler",
@ -234,7 +234,7 @@
"cardType-linkedBoard": "Linked Board", "cardType-linkedBoard": "Linked Board",
"change": "Canvia", "change": "Canvia",
"change-avatar": "Canvia Avatar", "change-avatar": "Canvia Avatar",
"change-password": "Canvia la contrasenya", "change-password": "Canvia la clau",
"change-permissions": "Canvia permisos", "change-permissions": "Canvia permisos",
"change-settings": "Canvia configuració", "change-settings": "Canvia configuració",
"changeAvatarPopup-title": "Canvia Avatar", "changeAvatarPopup-title": "Canvia Avatar",
@ -302,7 +302,7 @@
"copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primera fitxa\", \"description\":\"Descripció de la primera fitxa\"}, {\"title\":\"Títol de la segona fitxa\",\"description\":\"Descripció de la segona fitxa\"},{\"title\":\"Títol de l'última fitxa\",\"description\":\"Descripció de l'última fitxa\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primera fitxa\", \"description\":\"Descripció de la primera fitxa\"}, {\"title\":\"Títol de la segona fitxa\",\"description\":\"Descripció de la segona fitxa\"},{\"title\":\"Títol de l'última fitxa\",\"description\":\"Descripció de l'última fitxa\"} ]",
"create": "Crea", "create": "Crea",
"createBoardPopup-title": "Crea tauler", "createBoardPopup-title": "Crea tauler",
"chooseBoardSourcePopup-title": "Importa tauler", "chooseBoardSourcePopup-title": "Importa Tauler",
"createLabelPopup-title": "Crea etiqueta", "createLabelPopup-title": "Crea etiqueta",
"createCustomField": "Crear camp", "createCustomField": "Crear camp",
"createCustomFieldPopup-title": "Crear camp", "createCustomFieldPopup-title": "Crear camp",
@ -334,7 +334,7 @@
"download": "Descarrega", "download": "Descarrega",
"edit": "Edita", "edit": "Edita",
"edit-avatar": "Canvia Avatar", "edit-avatar": "Canvia Avatar",
"edit-profile": "Edita teu Perfil", "edit-profile": "Edita el teu Perfil",
"edit-wip-limit": "Edita el Límit de Treball en Progrès", "edit-wip-limit": "Edita el Límit de Treball en Progrès",
"soft-wip-limit": "Soft WIP Limit", "soft-wip-limit": "Soft WIP Limit",
"editCardStartDatePopup-title": "Canvia data d'inici", "editCardStartDatePopup-title": "Canvia data d'inici",
@ -365,7 +365,7 @@
"error-board-notAMember": "Necessites ser membre d'aquest tauler per dur a terme aquesta acció", "error-board-notAMember": "Necessites ser membre d'aquest tauler per dur a terme aquesta acció",
"error-json-malformed": "El text no és JSON vàlid", "error-json-malformed": "El text no és JSON vàlid",
"error-json-schema": "La dades JSON no contenen la informació en el format correcte", "error-json-schema": "La dades JSON no contenen la informació en el format correcte",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "La llista no existeix", "error-list-doesNotExist": "La llista no existeix",
"error-user-doesNotExist": "L'usuari no existeix", "error-user-doesNotExist": "L'usuari no existeix",
"error-user-notAllowSelf": "No et pots convidar a tu mateix", "error-user-notAllowSelf": "No et pots convidar a tu mateix",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtra selecció", "filter-to-selection": "Filtra selecció",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Filtre avançat", "advanced-filter-label": "Filtre avançat",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nom complet", "fullname": "Nom complet",
"header-logo-title": "Torna a la teva pàgina de taulers", "header-logo-title": "Torna a la teva pàgina de taulers",
"hide-system-messages": "Oculta missatges del sistema", "hide-system-messages": "Oculta missatges del sistema",
@ -489,7 +489,7 @@
"lists": "Llistes", "lists": "Llistes",
"swimlanes": "Carrils de Natació", "swimlanes": "Carrils de Natació",
"log-out": "Finalitza la sessió", "log-out": "Finalitza la sessió",
"log-in": "Inicia sessió", "log-in": "Ingresa",
"loginPopup-title": "Inicia sessió", "loginPopup-title": "Inicia sessió",
"memberMenuPopup-title": "Configura membres", "memberMenuPopup-title": "Configura membres",
"members": "Membres", "members": "Membres",
@ -545,7 +545,7 @@
"restore": "Restaura", "restore": "Restaura",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Configuració de targeta", "card-settings": "Configuració de targeta",
"save": "Desa", "save": "Desa",
"search": "Cerca", "search": "Cerca",
"rules": "Regles", "rules": "Regles",
@ -602,7 +602,7 @@
"custom-help-link-url": "Custom Help Link URL", "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo", "text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line", "automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nom d'usuari", "username": "Nom d'Usuari",
"import-usernames": "Import Usernames", "import-usernames": "Import Usernames",
"view-it": "Vist", "view-it": "Vist",
"warn-list-archived": "warning: this card is in an list at Archive", "warn-list-archived": "warning: this card is in an list at Archive",
@ -686,8 +686,8 @@
"accounts-allowEmailChange": "Permet modificar correu electrònic", "accounts-allowEmailChange": "Permet modificar correu electrònic",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Creat", "createdAt": "Creat ",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificat", "verified": "Verificat",
"active": "Actiu", "active": "Actiu",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "Quan una targeta es mou a una altra llista", "r-when-a-card-is-moved": "Quan una targeta es mou a una altra llista",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Fitxa", "card": "Fitxa",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

File diff suppressed because it is too large Load diff

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Avatar je příliš velký (520KB max)", "avatar-too-big": "Avatar je příliš velký (520KB max)",
"back": "Zpět", "back": "Zpět",
"board-change-color": "Změnit barvu", "board-change-color": "Změnit barvu",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla", "error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
"error-json-malformed": "Tvůj text není validní JSON", "error-json-malformed": "Tvůj text není validní JSON",
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu", "error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
"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": "Vaše CSV (hodnoty oddělené čárkami) / TSV (hodnoty oddělené tabulátory) neobsahují ssprávné informace ve správném formátu",
"error-list-doesNotExist": "Tento sloupec ;neexistuje", "error-list-doesNotExist": "Tento sloupec ;neexistuje",
"error-user-doesNotExist": "Tento uživatel neexistuje", "error-user-doesNotExist": "Tento uživatel neexistuje",
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe", "error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
@ -545,7 +545,7 @@
"restore": "Obnovit", "restore": "Obnovit",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Nastavení karet", "card-settings": "Nastavení karet",
"save": "Uložit", "save": "Uložit",
"search": "Hledat", "search": "Hledat",
"rules": "Pravidla", "rules": "Pravidla",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Povolit změnu Emailu", "accounts-allowEmailChange": "Povolit změnu Emailu",
"accounts-allowUserNameChange": "Povolit změnu uživatelského jména", "accounts-allowUserNameChange": "Povolit změnu uživatelského jména",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Vytvořeno v", "createdAt": "Vytvořeno v",
"modifiedAt": "Modifikováno", "modifiedAt": "Modifikováno",
"verified": "Ověřen", "verified": "Ověřen",
@ -754,6 +754,7 @@
"r-removed-from": "Odstraněno z", "r-removed-from": "Odstraněno z",
"r-the-board": "tablo", "r-the-board": "tablo",
"r-list": "sloupce", "r-list": "sloupce",
"list": "Seznam",
"set-filter": "Nastavit filtr", "set-filter": "Nastavit filtr",
"r-moved-to": "Přesunuto do", "r-moved-to": "Přesunuto do",
"r-moved-from": "Přesunuto z", "r-moved-from": "Přesunuto z",
@ -832,7 +833,7 @@
"r-items-list": "položka1,položka2,položka3", "r-items-list": "položka1,položka2,položka3",
"r-add-swimlane": "Přidat swimlane", "r-add-swimlane": "Přidat swimlane",
"r-swimlane-name": "Název swimlane", "r-swimlane-name": "Název swimlane",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "Když je karta přesunuta do jiného sloupce", "r-when-a-card-is-moved": "Když je karta přesunuta do jiného sloupce",
"r-set": "Nastavit", "r-set": "Nastavit",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Zobraz způsob ověřování", "default-authentication-method": "Zobraz způsob ověřování",
"duplicate-board": "Duplikovat tablo", "duplicate-board": "Duplikovat tablo",
"org-number": "The number of organizations is: ", "org-number": "Počet organizací je:",
"team-number": "The number of teams is: ", "team-number": "Počet týmů je:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Smazat Swimlane ?", "swimlaneDeletePopup-title": "Smazat Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Osoba", "person": "Osoba",
"my-cards": "Moje karty", "my-cards": "Moje karty",
"card": "Karta", "card": "Karta",
"list": "Seznam",
"board": "Tablo", "board": "Tablo",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Avatar je příliš velký (520KB max)", "avatar-too-big": "Avatar je příliš velký (520KB max)",
"back": "Zpět", "back": "Zpět",
"board-change-color": "Změnit barvu", "board-change-color": "Změnit barvu",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla", "error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
"error-json-malformed": "Tvůj text není validní JSON", "error-json-malformed": "Tvůj text není validní JSON",
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu", "error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
"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": "Vaše CSV (hodnoty oddělené čárkami) / TSV (hodnoty oddělené tabulátory) neobsahují ssprávné informace ve správném formátu",
"error-list-doesNotExist": "Tento sloupec ;neexistuje", "error-list-doesNotExist": "Tento sloupec ;neexistuje",
"error-user-doesNotExist": "Tento uživatel neexistuje", "error-user-doesNotExist": "Tento uživatel neexistuje",
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe", "error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
@ -545,7 +545,7 @@
"restore": "Obnovit", "restore": "Obnovit",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Nastavení karet", "card-settings": "Nastavení karet",
"save": "Uložit", "save": "Uložit",
"search": "Hledat", "search": "Hledat",
"rules": "Pravidla", "rules": "Pravidla",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Povolit změnu Emailu", "accounts-allowEmailChange": "Povolit změnu Emailu",
"accounts-allowUserNameChange": "Povolit změnu uživatelského jména", "accounts-allowUserNameChange": "Povolit změnu uživatelského jména",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Vytvořeno v", "createdAt": "Vytvořeno v",
"modifiedAt": "Modifikováno", "modifiedAt": "Modifikováno",
"verified": "Ověřen", "verified": "Ověřen",
@ -754,6 +754,7 @@
"r-removed-from": "Odstraněno z", "r-removed-from": "Odstraněno z",
"r-the-board": "tablo", "r-the-board": "tablo",
"r-list": "sloupce", "r-list": "sloupce",
"list": "Seznam",
"set-filter": "Nastavit filtr", "set-filter": "Nastavit filtr",
"r-moved-to": "Přesunuto do", "r-moved-to": "Přesunuto do",
"r-moved-from": "Přesunuto z", "r-moved-from": "Přesunuto z",
@ -832,7 +833,7 @@
"r-items-list": "položka1,položka2,položka3", "r-items-list": "položka1,položka2,položka3",
"r-add-swimlane": "Přidat swimlane", "r-add-swimlane": "Přidat swimlane",
"r-swimlane-name": "Název swimlane", "r-swimlane-name": "Název swimlane",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "Když je karta přesunuta do jiného sloupce", "r-when-a-card-is-moved": "Když je karta přesunuta do jiného sloupce",
"r-set": "Nastavit", "r-set": "Nastavit",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Zobraz způsob ověřování", "default-authentication-method": "Zobraz způsob ověřování",
"duplicate-board": "Duplikovat tablo", "duplicate-board": "Duplikovat tablo",
"org-number": "The number of organizations is: ", "org-number": "Počet organizací je:",
"team-number": "The number of teams is: ", "team-number": "Počet týmů je:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Smazat Swimlane ?", "swimlaneDeletePopup-title": "Smazat Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -876,7 +877,7 @@
"act-a-endAt": "změnil(a) čas ukončení na __timeValue__ z (__timeOldValue__)", "act-a-endAt": "změnil(a) čas ukončení na __timeValue__ z (__timeOldValue__)",
"act-a-startAt": "změnil(a) čas zahájení na __timeValue__ z (__timeOldValue__)", "act-a-startAt": "změnil(a) čas zahájení na __timeValue__ z (__timeOldValue__)",
"act-a-receivedAt": "změnil(a) čas přijetí na __timeValue__ z (__timeOldValue__)", "act-a-receivedAt": "změnil(a) čas přijetí na __timeValue__ z (__timeOldValue__)",
"a-dueAt": "Změnil(a) požadovaný termín dokončení", "a-dueAt": "Změnil(a) požadovaný termín dokončení ",
"a-endAt": "změnil(a) čas ukončení", "a-endAt": "změnil(a) čas ukončení",
"a-startAt": "změnil(a) čas zahájení", "a-startAt": "změnil(a) čas zahájení",
"a-receivedAt": "změnil(a) čas přijetí", "a-receivedAt": "změnil(a) čas přijetí",
@ -944,7 +945,6 @@
"person": "Osoba", "person": "Osoba",
"my-cards": "Moje karty", "my-cards": "Moje karty",
"card": "Karta", "card": "Karta",
"list": "Seznam",
"board": "Tablo", "board": "Tablo",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1053,7 +1053,7 @@
"globalSearch-instructions-operator-team": "`__operator_team__:<display name|short name>` - cards belonging to a board assigned to team *<name>*", "globalSearch-instructions-operator-team": "`__operator_team__:<display name|short name>` - cards belonging to a board assigned to team *<name>*",
"globalSearch-instructions-operator-due": "`__operator_due__:<n>` - karty, které jsou *<n>* dny před termínem. `__operator_due__:__predicate_overdue__ zobrazí všechny karty po termínu.", "globalSearch-instructions-operator-due": "`__operator_due__:<n>` - karty, které jsou *<n>* dny před termínem. `__operator_due__:__predicate_overdue__ zobrazí všechny karty po termínu.",
"globalSearch-instructions-operator-created": "`__operator_created__:<n>` - karty, které byly vytvořeny před *<n>* nebo méně dny", "globalSearch-instructions-operator-created": "`__operator_created__:<n>` - karty, které byly vytvořeny před *<n>* nebo méně dny",
"globalSearch-instructions-operator-modified": "`__operator_modified__:<n>` - katry, které byly upraveny před *<n>* nebo méně dny", "globalSearch-instructions-operator-modified": "`__operator_modified__:<n>` - katry, které byly upraveny před *<n>* nebo méně dny ",
"globalSearch-instructions-operator-status": "`__operator_status__:<status>` - kde *<status>* je jedno z následujících:", "globalSearch-instructions-operator-status": "`__operator_status__:<status>` - kde *<status>* je jedno z následujících:",
"globalSearch-instructions-status-archived": "`__predicate_archived__` - archivované karty", "globalSearch-instructions-status-archived": "`__predicate_archived__` - archivované karty",
"globalSearch-instructions-status-all": "`__predicate_all__` - všechny archivované a nearchivované karty", "globalSearch-instructions-status-all": "`__predicate_all__` - všechny archivované a nearchivované karty",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -71,7 +71,7 @@
"add": "Tilføj", "add": "Tilføj",
"activity-checked-item-card": "markerede %s i tjeklisten %s", "activity-checked-item-card": "markerede %s i tjeklisten %s",
"activity-unchecked-item-card": "afmarkerede %s i tjeklisten %s", "activity-unchecked-item-card": "afmarkerede %s i tjeklisten %s",
"activity-checklist-completed-card": "afsluttet tjekliste __checklist__ i kortet __card__ på listen __list__ i svømmebanen __swimlane__ på tavlen __board__", "activity-checklist-completed-card": "udført tjekliste __checklist__ i kortet __card__ på listen __list__ i svømmebanen __swimlane__ på tavlen __board__",
"activity-checklist-uncompleted-card": "gjorde tjeklisten ukomplet %s", "activity-checklist-uncompleted-card": "gjorde tjeklisten ukomplet %s",
"activity-editComment": "redigerede kommentar %s", "activity-editComment": "redigerede kommentar %s",
"activity-deleteComment": "slettede kommentar %s", "activity-deleteComment": "slettede kommentar %s",
@ -108,7 +108,7 @@
"and-n-other-card": "Samt __count__ andre kort", "and-n-other-card": "Samt __count__ andre kort",
"and-n-other-card_plural": "Samt __count__ andre kort", "and-n-other-card_plural": "Samt __count__ andre kort",
"apply": "Anvend", "apply": "Anvend",
"app-is-offline": "Indlæser, vent venligst. Genopfriskes siden er der risiko for tab af data. Fungerer indlæsningen ikke, så tjek venligst om serveren er stoppet.", "app-is-offline": "Indlæser, vent venligst. Genopfriskes siden er der risiko for tab af data. Fungerer indlæsningen ikke, så tjek venligst om serveren er stoppet. ",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "Flyt til arkiv", "archive": "Flyt til arkiv",
"archive-all": "Flyt alle til arkiv", "archive-all": "Flyt alle til arkiv",
@ -130,21 +130,21 @@
"assign-member": "Tilknyt medlem", "assign-member": "Tilknyt medlem",
"attached": "vedhæftet", "attached": "vedhæftet",
"attachment": "Vedhæftning", "attachment": "Vedhæftning",
"attachment-delete-pop": "Slettes en vedhæftning sker det permanent. Det kan ikke omgøres.", "attachment-delete-pop": "Slettes en vedhæftning sker det permanent. Det kan ikke omgøres. ",
"attachmentDeletePopup-title": "Slet vedhæftning?", "attachmentDeletePopup-title": "Slet vedhæftning?",
"attachments": "Vedhæftninger", "attachments": "Vedhæftninger",
"auto-watch": "Følg automatisk tavler når de oprettes", "auto-watch": "Følg automatisk tavler når de oprettes ",
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Tilbage", "back": "Tilbage",
"board-change-color": "Skift farve", "board-change-color": "Skift farve",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
"board-nb-stars": "%s stjerner", "board-nb-stars": "%s stjerner",
"board-not-found": "Fandt ikke tavle", "board-not-found": "Fandt ikke tavle ",
"board-private-info": "Denne tavle vil være <strong>privat</strong>.", "board-private-info": "Denne tavle vil være <strong>privat</strong>.",
"board-public-info": "Denne tavle vil være <strong>offentlig</strong>.", "board-public-info": "Denne tavle vil være <strong>offentlig</strong>.",
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.", "board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
@ -292,7 +292,7 @@
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?", "confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
"subtaskDeletePopup-title": "Delete Subtask?", "subtaskDeletePopup-title": "Delete Subtask?",
"checklistDeletePopup-title": "Delete Checklist?", "checklistDeletePopup-title": "Delete Checklist?",
"copy-card-link-to-clipboard": "Kopiér link til kort til udklipsholder", "copy-card-link-to-clipboard": "Kopiér link til kort til udklipsholder ",
"copy-text-to-clipboard": "Copy text to clipboard", "copy-text-to-clipboard": "Copy text to clipboard",
"linkCardPopup-title": "Sammenkæd kort", "linkCardPopup-title": "Sammenkæd kort",
"searchElementPopup-title": "Søg", "searchElementPopup-title": "Søg",
@ -365,7 +365,7 @@
"error-board-notAMember": "Du skal være medlem af denne tavle for at gøre dette", "error-board-notAMember": "Du skal være medlem af denne tavle for at gøre dette",
"error-json-malformed": "Din tekst er ikke gyldig JSON", "error-json-malformed": "Din tekst er ikke gyldig JSON",
"error-json-schema": "Dine JSON-data indeholder ikke den rette information i det rette format", "error-json-schema": "Dine JSON-data indeholder ikke den rette information i det rette format",
"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": "Din CSV (kommaseparerede værdier)/TSV (Tabulatorseparerede værdier) indeholder ikke den rette information i det korrekte format",
"error-list-doesNotExist": "Listen findes ikke", "error-list-doesNotExist": "Listen findes ikke",
"error-user-doesNotExist": "Brugeren findes ikke", "error-user-doesNotExist": "Brugeren findes ikke",
"error-user-notAllowSelf": "Du kan ikke invitere dig selv", "error-user-notAllowSelf": "Du kan ikke invitere dig selv",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrér til valgte", "filter-to-selection": "Filtrér til valgte",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Avanceret filter", "advanced-filter-label": "Avanceret filter",
"advanced-filter-description": "Avanceret filter gør det muligt at skrive en tekststreng indeholdende følgende operatører: == != <= >= && || ( ) Mellemrum anvendes som adskillelsestegn mellem operatørerne. Du kan filtrere alle Brugerdefinerede felter ved at taste deres navne og værdier. Som eksempel: Felt1 == Værdi1. Bemærk: Hvis felter eller værdier indeholder mellemrum, så skal du indkapsle dem i enkeltcitationstegn. Som eksempel: 'Felt 1' == 'Værdi1'. For at springe over enkelte kontroltegn (' \/), så kan \ benyttes. Som eksempel: Felt1 == Så\'n. Du kan også kombinere flere betingelser. Som eksempel: F1 == V1 || F1 == V2. Normalt vil alle operatører blive fortolket fra venstre mod højre. Du kan ændre rækkefølgen ved brug af parenteser. Som eksempel: F1 == V1 && (F2 == V2 || F2 == V3). Du kan også søge i tekstfelter med brug af regulære udtryk: F1 == /Tes.*/i", "advanced-filter-description": "Avanceret filter gør det muligt at skrive en tekststreng indeholdende følgende operatører: == != <= >= && || ( ) Mellemrum anvendes som adskillelsestegn mellem operatørerne. Du kan filtrere alle Brugerdefinerede felter ved at taste deres navne og værdier. Som eksempel: Felt1 == Værdi1. Bemærk: Hvis felter eller værdier indeholder mellemrum, så skal du indkapsle dem i enkeltcitationstegn. Som eksempel: 'Felt 1' == 'Værdi1'. For at springe over enkelte kontroltegn (' \\/), så kan \\ benyttes. Som eksempel: Felt1 == Så\\'n. Du kan også kombinere flere betingelser. Som eksempel: F1 == V1 || F1 == V2. Normalt vil alle operatører blive fortolket fra venstre mod højre. Du kan ændre rækkefølgen ved brug af parenteser. Som eksempel: F1 == V1 && (F2 == V2 || F2 == V3). Du kan også søge i tekstfelter med brug af regulære udtryk: F1 == /Tes.*/i",
"fullname": "Fuldt navn", "fullname": "Fuldt navn",
"header-logo-title": "Gå tilbage til siden med dine tavler", "header-logo-title": "Gå tilbage til siden med dine tavler",
"hide-system-messages": "Skjul systembeskeder", "hide-system-messages": "Skjul systembeskeder",
@ -484,7 +484,7 @@
"listImportCardsTsvPopup-title": "Importér Excel CSV/TSV", "listImportCardsTsvPopup-title": "Importér Excel CSV/TSV",
"listMorePopup-title": "Mere", "listMorePopup-title": "Mere",
"link-list": "Link til denne liste", "link-list": "Link til denne liste",
"list-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet og du vil ikke have mulighed for at genskabe listen. Der er ingen måder at fortryde.", "list-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet og du vil ikke have mulighed for at genskabe listen. Der er ingen måder at fortryde. ",
"list-delete-suggest-archive": "Du kan flytte en liste til arkivet for at fjerne det fra tavlen og bevare dets aktivitet.", "list-delete-suggest-archive": "Du kan flytte en liste til arkivet for at fjerne det fra tavlen og bevare dets aktivitet.",
"lists": "Lister", "lists": "Lister",
"swimlanes": "Svømmebaner", "swimlanes": "Svømmebaner",
@ -515,7 +515,7 @@
"normal-desc": "Du kan se og redigere kort. Indstillinger kan ikke ændres.", "normal-desc": "Du kan se og redigere kort. Indstillinger kan ikke ændres.",
"not-accepted-yet": "Invitation er endnu ikke accepteret", "not-accepted-yet": "Invitation er endnu ikke accepteret",
"notify-participate": "Receive updates to any cards you participate as creator or member", "notify-participate": "Receive updates to any cards you participate as creator or member",
"notify-watch": "Modtag opdateringer for alle tavler eller kort som du følger", "notify-watch": "Modtag opdateringer for alle tavler eller kort som du følger ",
"optional": "valgfri", "optional": "valgfri",
"or": "eller", "or": "eller",
"page-maybe-private": "Denne side kan være privat. Du kan eventuelt se den ved at <a href='%s'>logge ind</a>.", "page-maybe-private": "Denne side kan være privat. Du kan eventuelt se den ved at <a href='%s'>logge ind</a>.",
@ -527,10 +527,10 @@
"previewAttachedImagePopup-title": "Forhåndsvisning", "previewAttachedImagePopup-title": "Forhåndsvisning",
"previewClipboardImagePopup-title": "Forhåndsvisning", "previewClipboardImagePopup-title": "Forhåndsvisning",
"private": "Privat", "private": "Privat",
"private-desc": "Denne tavle er privat. Det er kun tilføjede personer som kan se og redigere den.", "private-desc": "Denne tavle er privat. Det er kun tilføjede personer som kan se og redigere den. ",
"profile": "Profil", "profile": "Profil",
"public": "Offentlig", "public": "Offentlig",
"public-desc": "Denne tavle er offentlig. Den er synlig for alle med linket og vil blive vist i søgemaskiner som Google. Det er kun personer tilføjet til tavlen, der kan redigere.", "public-desc": "Denne tavle er offentlig. Den er synlig for alle med linket og vil blive vist i søgemaskiner som Google. Det er kun personer tilføjet til tavlen, der kan redigere. ",
"quick-access-description": "Stjernemarkér en tavle for at tilføje genvej i denne bjælke.", "quick-access-description": "Stjernemarkér en tavle for at tilføje genvej i denne bjælke.",
"remove-cover": "Fjern omslag", "remove-cover": "Fjern omslag",
"remove-from-board": "Fjern fra tavle", "remove-from-board": "Fjern fra tavle",
@ -545,11 +545,11 @@
"restore": "Genskab", "restore": "Genskab",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Indstillinger for kort", "card-settings": "Indstillinger for kort",
"save": "Gem", "save": "Gem",
"search": "Søg", "search": "Søg",
"rules": "Regler", "rules": "Regler",
"search-cards": "Søg ud fra titler i kort/lister, beskrivelser og brugerdefinerede felter på denne tavle.", "search-cards": "Søg ud fra titler i kort/lister, beskrivelser og brugerdefinerede felter på denne tavle. ",
"search-example": "Write text you search and press Enter", "search-example": "Write text you search and press Enter",
"select-color": "Vælg farve", "select-color": "Vælg farve",
"select-board": "Select Board", "select-board": "Select Board",
@ -631,7 +631,7 @@
"to-boards": "Til tavle(r)", "to-boards": "Til tavle(r)",
"email-addresses": "E-mailadresser", "email-addresses": "E-mailadresser",
"smtp-host-description": "Adressen på SMTP-serveren som håndterer din e-mail.", "smtp-host-description": "Adressen på SMTP-serveren som håndterer din e-mail.",
"smtp-port-description": "Den port som din SMTP-server benytter til udgående e-mail.", "smtp-port-description": "Den port som din SMTP-server benytter til udgående e-mail. ",
"smtp-tls-description": "Slå TLS-understøttelse til for SMTP-serveren", "smtp-tls-description": "Slå TLS-understøttelse til for SMTP-serveren",
"smtp-host": "SMTP-vært", "smtp-host": "SMTP-vært",
"smtp-port": "SMTP-port", "smtp-port": "SMTP-port",
@ -644,7 +644,7 @@
"email-invite-register-subject": "__inviter__ sendte dig en invitation", "email-invite-register-subject": "__inviter__ sendte dig en invitation",
"email-invite-register-text": "Kære __user__,\n\n__inviter__ inviterer dig til at samarbejde på kanbantavlen.\n\nFølg venligst linket nedenfor:\n__url__\n\nDin invitationskode er: __icode__\n\nTak.", "email-invite-register-text": "Kære __user__,\n\n__inviter__ inviterer dig til at samarbejde på kanbantavlen.\n\nFølg venligst linket nedenfor:\n__url__\n\nDin invitationskode er: __icode__\n\nTak.",
"email-smtp-test-subject": "SMTP for e-mailtest", "email-smtp-test-subject": "SMTP for e-mailtest",
"email-smtp-test-text": "Afsendelse af e-mail blev udført", "email-smtp-test-text": "Afsendelse af e-mail blev udført ",
"error-invitation-code-not-exist": "Invitationskoden findes ikke", "error-invitation-code-not-exist": "Invitationskoden findes ikke",
"error-notAuthorized": "Du har ikke tilladelse til at se denne side.", "error-notAuthorized": "Du har ikke tilladelse til at se denne side.",
"webhook-title": "Navn på webhook", "webhook-title": "Navn på webhook",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Tillad ændring af e-mail", "accounts-allowEmailChange": "Tillad ændring af e-mail",
"accounts-allowUserNameChange": "Tillad ændring af brugernavn", "accounts-allowUserNameChange": "Tillad ændring af brugernavn",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Oprettet per", "createdAt": "Oprettet per",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificeret", "verified": "Verificeret",
@ -716,7 +716,7 @@
"boardSubtaskSettingsPopup-title": "Indstillinger for delopgaver i tavle", "boardSubtaskSettingsPopup-title": "Indstillinger for delopgaver i tavle",
"boardCardSettingsPopup-title": "Indstillinger for kort", "boardCardSettingsPopup-title": "Indstillinger for kort",
"boardMinicardSettingsPopup-title": "Minicard Settings", "boardMinicardSettingsPopup-title": "Minicard Settings",
"deposit-subtasks-board": "Indsæt delopgaver på denne tavle:", "deposit-subtasks-board": "Indsæt delopgaver på denne tavle: ",
"deposit-subtasks-list": "Liste som der landes på, når delopgaver indsættes her:", "deposit-subtasks-list": "Liste som der landes på, når delopgaver indsættes her:",
"show-parent-in-minicard": "Vis overordnede i minikort:", "show-parent-in-minicard": "Vis overordnede i minikort:",
"description-on-minicard": "Description on minicard", "description-on-minicard": "Description on minicard",
@ -754,6 +754,7 @@
"r-removed-from": "Fjernes fra", "r-removed-from": "Fjernes fra",
"r-the-board": "tavlen", "r-the-board": "tavlen",
"r-list": "liste", "r-list": "liste",
"list": "List",
"set-filter": "Angiv filter", "set-filter": "Angiv filter",
"r-moved-to": "Flyttet til", "r-moved-to": "Flyttet til",
"r-moved-from": "Flyttet fra", "r-moved-from": "Flyttet fra",
@ -797,7 +798,7 @@
"r-item": "element", "r-item": "element",
"r-of-checklist": "fra tjekliste", "r-of-checklist": "fra tjekliste",
"r-send-email": "Send en e-mail", "r-send-email": "Send en e-mail",
"r-to": "to", "r-to": "til",
"r-of": "af", "r-of": "af",
"r-subject": "emne", "r-subject": "emne",
"r-rule-details": "Detaljer for regel", "r-rule-details": "Detaljer for regel",
@ -806,7 +807,7 @@
"r-d-move-to-bottom-gen": "Flyt kortet til bunden af dens liste", "r-d-move-to-bottom-gen": "Flyt kortet til bunden af dens liste",
"r-d-move-to-bottom-spec": "Flyt kortet til bunden af listen", "r-d-move-to-bottom-spec": "Flyt kortet til bunden af listen",
"r-d-send-email": "Send e-mail", "r-d-send-email": "Send e-mail",
"r-d-send-email-to": "to", "r-d-send-email-to": "til",
"r-d-send-email-subject": "emne", "r-d-send-email-subject": "emne",
"r-d-send-email-message": "besked", "r-d-send-email-message": "besked",
"r-d-archive": "Flyt kortet til arkiv", "r-d-archive": "Flyt kortet til arkiv",
@ -832,7 +833,7 @@
"r-items-list": "element1,element2,element3", "r-items-list": "element1,element2,element3",
"r-add-swimlane": "Tilføj svømmebane", "r-add-swimlane": "Tilføj svømmebane",
"r-swimlane-name": "navn på svømmebane", "r-swimlane-name": "navn på svømmebane",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Bemærk: lad et felt stå tomt for at matche alle værdier.",
"r-checklist-note": "Bemærk: tjeklistens elementer skal skrives som en kommaadskilte værdier.", "r-checklist-note": "Bemærk: tjeklistens elementer skal skrives som en kommaadskilte værdier.",
"r-when-a-card-is-moved": "Når et kort flyttes til en anden liste.", "r-when-a-card-is-moved": "Når et kort flyttes til en anden liste.",
"r-set": "Angiv", "r-set": "Angiv",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Standard for godkendelsesmetode", "default-authentication-method": "Standard for godkendelsesmetode",
"duplicate-board": "Duplikér tavle", "duplicate-board": "Duplikér tavle",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "Antallet af personer er:",
"swimlaneDeletePopup-title": "Slet svømmebane?", "swimlaneDeletePopup-title": "Slet svømmebane?",
"swimlane-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet, og du vil ikke kunne genskabe svømmebanen. Dette kan ikke fortrydes.", "swimlane-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet, og du vil ikke kunne genskabe svømmebanen. Dette kan ikke fortrydes.",
"restore-all": "Genskab alle", "restore-all": "Genskab alle",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Kort", "card": "Kort",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Das Profilbild ist zu groß (520KB max)", "avatar-too-big": "Das Profilbild ist zu groß (520KB max)",
"back": "Zurück", "back": "Zurück",
"board-change-color": "Farbe ändern", "board-change-color": "Farbe ändern",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein", "error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON", "error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format", "error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
"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": "hre CSV (Comma Separated Values)/TSV (Tab Separated Values) enthalten nicht die gewünschten Informationen im richtigen Format",
"error-list-doesNotExist": "Diese Liste existiert nicht", "error-list-doesNotExist": "Diese Liste existiert nicht",
"error-user-doesNotExist": "Dieser Nutzer existiert nicht", "error-user-doesNotExist": "Dieser Nutzer existiert nicht",
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.", "error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
@ -422,7 +422,7 @@
"filter-to-selection": "Ergebnisse auswählen", "filter-to-selection": "Ergebnisse auswählen",
"other-filters-label": "Andere Filter", "other-filters-label": "Andere Filter",
"advanced-filter-label": "Erweiterter Filter", "advanced-filter-label": "Erweiterter Filter",
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \/) zu überspringen, können Sie \ verwenden. Zum Beispiel: Feld1 == Ich bin\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i", "advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
"fullname": "Vollständiger Name", "fullname": "Vollständiger Name",
"header-logo-title": "Zurück zur Board Seite.", "header-logo-title": "Zurück zur Board Seite.",
"hide-system-messages": "Systemmeldungen ausblenden", "hide-system-messages": "Systemmeldungen ausblenden",
@ -545,9 +545,9 @@
"restore": "Wiederherstellen", "restore": "Wiederherstellen",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Karten-Einstellungen", "card-settings": "Karten-Einstellungen",
"save": "Speichern", "save": "Speichern",
"search": "Suche", "search": "Suchen",
"rules": "Regeln", "rules": "Regeln",
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett", "search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett",
"search-example": "Suchtext eingeben und Enter drücken", "search-example": "Suchtext eingeben und Enter drücken",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben", "accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben",
"accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben", "accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben",
"tableVisibilityMode-allowPrivateOnly": "Board-Sichtbarkeit: Erlaube ausschließlich private Boards", "tableVisibilityMode-allowPrivateOnly": "Board-Sichtbarkeit: Erlaube ausschließlich private Boards",
"tableVisibilityMode" : "Sichtbarkeit der Boards", "tableVisibilityMode": "Sichtbarkeit der Boards",
"createdAt": "Erstellt am", "createdAt": "Erstellt am",
"modifiedAt": "Geändert am", "modifiedAt": "Geändert am",
"verified": "Geprüft", "verified": "Geprüft",
@ -754,6 +754,7 @@
"r-removed-from": "entfernt von", "r-removed-from": "entfernt von",
"r-the-board": "das Board", "r-the-board": "das Board",
"r-list": "Liste", "r-list": "Liste",
"list": "Liste",
"set-filter": "Setze Filter", "set-filter": "Setze Filter",
"r-moved-to": "verschoben nach", "r-moved-to": "verschoben nach",
"r-moved-from": "verschoben von", "r-moved-from": "verschoben von",
@ -832,7 +833,7 @@
"r-items-list": "Element1,Element2,Element3", "r-items-list": "Element1,Element2,Element3",
"r-add-swimlane": "Füge Swimlane hinzu", "r-add-swimlane": "Füge Swimlane hinzu",
"r-swimlane-name": "Swimlanename", "r-swimlane-name": "Swimlanename",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Hinweis: Lassen Sie ein Feld leer, um alle möglichen Werte zu finden.",
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.", "r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird", "r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
"r-set": "Setze", "r-set": "Setze",
@ -863,9 +864,9 @@
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche", "oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
"default-authentication-method": "Standardauthentifizierungsverfahren", "default-authentication-method": "Standardauthentifizierungsverfahren",
"duplicate-board": "Board duplizieren", "duplicate-board": "Board duplizieren",
"org-number": "The number of organizations is: ", "org-number": "Die Anzahl an Organisationen ist:",
"team-number": "The number of teams is: ", "team-number": "Die Anzahl an Teams ist:",
"people-number": "The number of people is: ", "people-number": "Anzahl der Personen:",
"swimlaneDeletePopup-title": "Swimlane löschen?", "swimlaneDeletePopup-title": "Swimlane löschen?",
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.", "swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
"restore-all": "Alles wiederherstellen", "restore-all": "Alles wiederherstellen",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "Meine Karten", "my-cards": "Meine Karten",
"card": "Karte", "card": "Karte",
"list": "Liste",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1098,7 +1098,7 @@
"rulesReportTitle": "Regeln-Bericht", "rulesReportTitle": "Regeln-Bericht",
"boardsReportTitle": "Board-Bericht", "boardsReportTitle": "Board-Bericht",
"cardsReportTitle": "Karten-Bericht", "cardsReportTitle": "Karten-Bericht",
"copy-swimlane": "Swimlane kopieren", "copy-swimlane": "Kopiere Swimlane",
"copySwimlanePopup-title": "Swimlane kopieren", "copySwimlanePopup-title": "Swimlane kopieren",
"display-card-creator": "Karten-Ersteller anzeigen", "display-card-creator": "Karten-Ersteller anzeigen",
"wait-spinner": "Warte-Symbol", "wait-spinner": "Warte-Symbol",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Das Profilbild ist zu gross (520KB max)", "avatar-too-big": "Das Profilbild ist zu gross (520KB max)",
"back": "Zurück", "back": "Zurück",
"board-change-color": "Farbe ändern", "board-change-color": "Farbe ändern",
"show-at-all-boards-page" : "Zeigen auf der Seite \"Alle Boards\"", "show-at-all-boards-page": "Zeigen auf der Seite \"Alle Boards\"",
"board-info-on-my-boards" : "Einstellungen für alle Boards", "board-info-on-my-boards": "Einstellungen für alle Boards",
"boardInfoOnMyBoardsPopup-title" : "Einstellungen für alle Boards", "boardInfoOnMyBoardsPopup-title": "Einstellungen für alle Boards",
"boardInfoOnMyBoards-title": "Einstellungen für alle Boards", "boardInfoOnMyBoards-title": "Einstellungen für alle Boards",
"show-card-counter-per-list": "Zeige Kartenanzahl pro Liste", "show-card-counter-per-list": "Zeige Kartenanzahl pro Liste",
"show-board_members-avatar": "Zeige Profilbilder der Board-Mitglieder", "show-board_members-avatar": "Zeige Profilbilder der Board-Mitglieder",
@ -365,7 +365,7 @@
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein", "error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON", "error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format", "error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
"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": "hre CSV (Comma Separated Values)/TSV (Tab Separated Values) enthalten nicht die gewünschten Informationen im richtigen Format",
"error-list-doesNotExist": "Diese Liste existiert nicht", "error-list-doesNotExist": "Diese Liste existiert nicht",
"error-user-doesNotExist": "Dieser Nutzer existiert nicht", "error-user-doesNotExist": "Dieser Nutzer existiert nicht",
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.", "error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
@ -422,7 +422,7 @@
"filter-to-selection": "Ergebnisse auswählen", "filter-to-selection": "Ergebnisse auswählen",
"other-filters-label": "Andere Filter", "other-filters-label": "Andere Filter",
"advanced-filter-label": "Erweiterter Filter", "advanced-filter-label": "Erweiterter Filter",
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \/) zu überspringen, können Sie \ verwenden. Zum Beispiel: Feld1 == Ich bin\'s. Sie können ausserdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i", "advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können ausserdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
"fullname": "Vollständiger Name", "fullname": "Vollständiger Name",
"header-logo-title": "Zurück zur Board Seite.", "header-logo-title": "Zurück zur Board Seite.",
"hide-system-messages": "Systemmeldungen ausblenden", "hide-system-messages": "Systemmeldungen ausblenden",
@ -545,9 +545,9 @@
"restore": "Wiederherstellen", "restore": "Wiederherstellen",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Karten-Einstellungen", "card-settings": "Karten-Einstellungen",
"save": "Speichern", "save": "Speichern",
"search": "Suche", "search": "Suchen",
"rules": "Regeln", "rules": "Regeln",
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett", "search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett",
"search-example": "Suchtext eingeben und Enter drücken", "search-example": "Suchtext eingeben und Enter drücken",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben", "accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben",
"accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben", "accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben",
"tableVisibilityMode-allowPrivateOnly": "Sichtbarkeit von Boards: Erlaube nur private Boards", "tableVisibilityMode-allowPrivateOnly": "Sichtbarkeit von Boards: Erlaube nur private Boards",
"tableVisibilityMode" : "Sichtbarkeit von Boards", "tableVisibilityMode": "Sichtbarkeit von Boards",
"createdAt": "Erstellt am", "createdAt": "Erstellt am",
"modifiedAt": "Geändert am", "modifiedAt": "Geändert am",
"verified": "Geprüft", "verified": "Geprüft",
@ -754,6 +754,7 @@
"r-removed-from": "entfernt von", "r-removed-from": "entfernt von",
"r-the-board": "das Board", "r-the-board": "das Board",
"r-list": "Liste", "r-list": "Liste",
"list": "Liste",
"set-filter": "Setze Filter", "set-filter": "Setze Filter",
"r-moved-to": "verschoben nach", "r-moved-to": "verschoben nach",
"r-moved-from": "verschoben von", "r-moved-from": "verschoben von",
@ -832,7 +833,7 @@
"r-items-list": "Element1,Element2,Element3", "r-items-list": "Element1,Element2,Element3",
"r-add-swimlane": "Füge Swimlane hinzu", "r-add-swimlane": "Füge Swimlane hinzu",
"r-swimlane-name": "Swimlanename", "r-swimlane-name": "Swimlanename",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Hinweis: Lassen Sie ein Feld leer, um alle möglichen Werte zu finden.",
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.", "r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird", "r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
"r-set": "Setze", "r-set": "Setze",
@ -863,9 +864,9 @@
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche", "oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
"default-authentication-method": "Standardauthentifizierungsverfahren", "default-authentication-method": "Standardauthentifizierungsverfahren",
"duplicate-board": "Board duplizieren", "duplicate-board": "Board duplizieren",
"org-number": "The number of organizations is: ", "org-number": "Die Anzahl an Organisationen ist:",
"team-number": "The number of teams is: ", "team-number": "Die Anzahl an Teams ist:",
"people-number": "The number of people is: ", "people-number": "Anzahl der Personen:",
"swimlaneDeletePopup-title": "Swimlane löschen?", "swimlaneDeletePopup-title": "Swimlane löschen?",
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.", "swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
"restore-all": "Alles wiederherstellen", "restore-all": "Alles wiederherstellen",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "Meine Karten", "my-cards": "Meine Karten",
"card": "Karte", "card": "Karte",
"list": "Liste",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Meine Kartenansicht", "myCardsViewChange-title": "Meine Kartenansicht",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Das Profilbild ist zu groß (520KB max)", "avatar-too-big": "Das Profilbild ist zu groß (520KB max)",
"back": "Zurück", "back": "Zurück",
"board-change-color": "Farbe ändern", "board-change-color": "Farbe ändern",
"show-at-all-boards-page" : "Zeige auf \"Alle Boards\" Seite", "show-at-all-boards-page": "Zeige auf \"Alle Boards\" Seite",
"board-info-on-my-boards" : "Einstellungen für Alle Boards", "board-info-on-my-boards": "\"Alle Boards\" Einstellungen",
"boardInfoOnMyBoardsPopup-title" : "Einstellungen für Alle Boards", "boardInfoOnMyBoardsPopup-title": "Einstellungen für Alle Boards",
"boardInfoOnMyBoards-title": "Einstellungen für Alle Boards", "boardInfoOnMyBoards-title": "Einstellungen für Alle Boards",
"show-card-counter-per-list": "Zeige Kartenanzahl pro Liste", "show-card-counter-per-list": "Zeige Kartenanzahl pro Liste",
"show-board_members-avatar": "Zeige Profilbilder der Board-Mitglieder", "show-board_members-avatar": "Zeige Profilbilder der Board-Mitglieder",
@ -178,7 +178,7 @@
"card-edit-custom-fields": "Benutzerdefinierte Felder editieren", "card-edit-custom-fields": "Benutzerdefinierte Felder editieren",
"card-edit-labels": "Labels ändern", "card-edit-labels": "Labels ändern",
"card-edit-members": "Mitglieder ändern", "card-edit-members": "Mitglieder ändern",
"card-labels-title": "Change the labels for the card.", "card-labels-title": "Labels für diese Karte ändern.",
"card-members-title": "Der Karte Board-Mitglieder hinzufügen oder entfernen.", "card-members-title": "Der Karte Board-Mitglieder hinzufügen oder entfernen.",
"card-start": "Start", "card-start": "Start",
"card-start-on": "Start am", "card-start-on": "Start am",
@ -365,7 +365,7 @@
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein", "error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON", "error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format", "error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
"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": "hre CSV (Comma Separated Values)/TSV (Tab Separated Values) enthalten nicht die gewünschten Informationen im richtigen Format",
"error-list-doesNotExist": "Diese Liste existiert nicht", "error-list-doesNotExist": "Diese Liste existiert nicht",
"error-user-doesNotExist": "Dieser Nutzer existiert nicht", "error-user-doesNotExist": "Dieser Nutzer existiert nicht",
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.", "error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
@ -422,7 +422,7 @@
"filter-to-selection": "Ergebnisse auswählen", "filter-to-selection": "Ergebnisse auswählen",
"other-filters-label": "Andere Filter", "other-filters-label": "Andere Filter",
"advanced-filter-label": "Erweiterter Filter", "advanced-filter-label": "Erweiterter Filter",
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \/) zu überspringen, können Sie \ verwenden. Zum Beispiel: Feld1 == Ich bin\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i", "advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
"fullname": "Vollständiger Name", "fullname": "Vollständiger Name",
"header-logo-title": "Zurück zur Board Seite.", "header-logo-title": "Zurück zur Board Seite.",
"hide-system-messages": "Systemmeldungen ausblenden", "hide-system-messages": "Systemmeldungen ausblenden",
@ -489,8 +489,8 @@
"lists": "Listen", "lists": "Listen",
"swimlanes": "Swimlanes", "swimlanes": "Swimlanes",
"log-out": "Ausloggen", "log-out": "Ausloggen",
"log-in": "Log In", "log-in": "Einloggen",
"loginPopup-title": "Log In", "loginPopup-title": "Einloggen",
"memberMenuPopup-title": "Nutzereinstellungen", "memberMenuPopup-title": "Nutzereinstellungen",
"members": "Mitglieder", "members": "Mitglieder",
"menu": "Menü", "menu": "Menü",
@ -514,7 +514,7 @@
"normal": "Normal", "normal": "Normal",
"normal-desc": "Kann Karten anzeigen und bearbeiten, aber keine Einstellungen ändern.", "normal-desc": "Kann Karten anzeigen und bearbeiten, aber keine Einstellungen ändern.",
"not-accepted-yet": "Die Einladung wurde noch nicht angenommen", "not-accepted-yet": "Die Einladung wurde noch nicht angenommen",
"notify-participate": "Benachrichtigungen zu allen Karten erhalten, bei denen Sie Ersteller oder Mitglied sind", "notify-participate": "Benachrichtigungen zu allen Karten erhalten, bei denen Sie Ersteller oder Mitglied sind ",
"notify-watch": "Benachrichtigungen über alle Boards, Listen oder Karten erhalten, die Sie beobachten", "notify-watch": "Benachrichtigungen über alle Boards, Listen oder Karten erhalten, die Sie beobachten",
"optional": "optional", "optional": "optional",
"or": "oder", "or": "oder",
@ -545,9 +545,9 @@
"restore": "Wiederherstellen", "restore": "Wiederherstellen",
"rescue-card-description": "Zeige eine Sicherheitsmeldung, bevor die Kartenbeschreibung ungespeichert geschlossen wird.", "rescue-card-description": "Zeige eine Sicherheitsmeldung, bevor die Kartenbeschreibung ungespeichert geschlossen wird.",
"rescue-card-description-dialogue": "Soll die aktuelle Kartenbeschreibung mit deinen Änderungen überschrieben werden?", "rescue-card-description-dialogue": "Soll die aktuelle Kartenbeschreibung mit deinen Änderungen überschrieben werden?",
"card-settings":"Karten-Einstellungen", "card-settings": "Karten-Einstellungen",
"save": "Speichern", "save": "Speichern",
"search": "Suche", "search": "Suchen",
"rules": "Regeln", "rules": "Regeln",
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Board", "search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Board",
"search-example": "Suchtext eingeben und Enter drücken", "search-example": "Suchtext eingeben und Enter drücken",
@ -678,7 +678,7 @@
"show-field-on-card": "Zeige dieses Feld auf der Karte", "show-field-on-card": "Zeige dieses Feld auf der Karte",
"automatically-field-on-card": "Füge Feld neuen Karten hinzu", "automatically-field-on-card": "Füge Feld neuen Karten hinzu",
"always-field-on-card": "Füge Feld allen Karten hinzu", "always-field-on-card": "Füge Feld allen Karten hinzu",
"showLabel-field-on-card": "Show field label on minicard", "showLabel-field-on-card": "Feldbezeichnung auf Minikarte anzeigen",
"showSum-field-on-list": "Zeige Summe der Felder oben in der Liste", "showSum-field-on-list": "Zeige Summe der Felder oben in der Liste",
"yes": "Ja", "yes": "Ja",
"no": "Nein", "no": "Nein",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben", "accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben",
"accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben", "accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben",
"tableVisibilityMode-allowPrivateOnly": "Board-Sichtbarkeit: Erlaube ausschließlich private Boards", "tableVisibilityMode-allowPrivateOnly": "Board-Sichtbarkeit: Erlaube ausschließlich private Boards",
"tableVisibilityMode" : "Sichtbarkeit der Boards", "tableVisibilityMode": "Sichtbarkeit der Boards",
"createdAt": "Erstellt am", "createdAt": "Erstellt am",
"modifiedAt": "Geändert am", "modifiedAt": "Geändert am",
"verified": "Geprüft", "verified": "Geprüft",
@ -739,7 +739,7 @@
"r-rule": "Regel", "r-rule": "Regel",
"r-add-trigger": "Auslöser hinzufügen", "r-add-trigger": "Auslöser hinzufügen",
"r-add-action": "Aktion hinzufügen", "r-add-action": "Aktion hinzufügen",
"r-board-rules": "Board rules", "r-board-rules": "Boardregeln",
"r-add-rule": "Regel hinzufügen", "r-add-rule": "Regel hinzufügen",
"r-view-rule": "Regel anzeigen", "r-view-rule": "Regel anzeigen",
"r-delete-rule": "Regel löschen", "r-delete-rule": "Regel löschen",
@ -749,11 +749,12 @@
"r-action": "Aktion", "r-action": "Aktion",
"r-when-a-card": "Wenn Karte", "r-when-a-card": "Wenn Karte",
"r-is": "wird", "r-is": "wird",
"r-is-moved": "is moved", "r-is-moved": "verschoben wird",
"r-added-to": "Hinzugefügt zu", "r-added-to": "Hinzugefügt zu",
"r-removed-from": "entfernt von", "r-removed-from": "entfernt von",
"r-the-board": "das Board", "r-the-board": "das Board",
"r-list": "Liste", "r-list": "Liste",
"list": "Liste",
"set-filter": "Setze Filter", "set-filter": "Setze Filter",
"r-moved-to": "verschoben nach", "r-moved-to": "verschoben nach",
"r-moved-from": "verschoben von", "r-moved-from": "verschoben von",
@ -772,7 +773,7 @@
"r-completed": "abgeschlossen", "r-completed": "abgeschlossen",
"r-made-incomplete": "unvollständig gemacht", "r-made-incomplete": "unvollständig gemacht",
"r-when-a-item": "Wenn eine Checklistenposition", "r-when-a-item": "Wenn eine Checklistenposition",
"r-when-the-item": "When the checklist item", "r-when-the-item": "Wenn die Checklistenposition",
"r-checked": "markiert wird", "r-checked": "markiert wird",
"r-unchecked": "abgewählt wird", "r-unchecked": "abgewählt wird",
"r-move-card-to": "Verschiebe Karte an", "r-move-card-to": "Verschiebe Karte an",
@ -832,7 +833,7 @@
"r-items-list": "Element1,Element2,Element3", "r-items-list": "Element1,Element2,Element3",
"r-add-swimlane": "Füge Swimlane hinzu", "r-add-swimlane": "Füge Swimlane hinzu",
"r-swimlane-name": "Swimlanename", "r-swimlane-name": "Swimlanename",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Hinweis: Lassen Sie ein Feld leer, um alle möglichen Werte zu finden.",
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.", "r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird", "r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
"r-set": "Setze", "r-set": "Setze",
@ -863,9 +864,9 @@
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche", "oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
"default-authentication-method": "Standardauthentifizierungsverfahren", "default-authentication-method": "Standardauthentifizierungsverfahren",
"duplicate-board": "Board duplizieren", "duplicate-board": "Board duplizieren",
"org-number": "The number of organizations is: ", "org-number": "Die Anzahl an Organisationen ist:",
"team-number": "The number of teams is: ", "team-number": "Die Anzahl an Teams ist:",
"people-number": "The number of people is: ", "people-number": "Anzahl der Personen:",
"swimlaneDeletePopup-title": "Swimlane löschen?", "swimlaneDeletePopup-title": "Swimlane löschen?",
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.", "swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
"restore-all": "Alles wiederherstellen", "restore-all": "Alles wiederherstellen",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "Meine Karten", "my-cards": "Meine Karten",
"card": "Karte", "card": "Karte",
"list": "Liste",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Meine Karten Ansicht", "myCardsViewChange-title": "Meine Karten Ansicht",
@ -1098,7 +1098,7 @@
"rulesReportTitle": "Regeln-Bericht", "rulesReportTitle": "Regeln-Bericht",
"boardsReportTitle": "Boardbericht", "boardsReportTitle": "Boardbericht",
"cardsReportTitle": "Kartenbericht", "cardsReportTitle": "Kartenbericht",
"copy-swimlane": "Swimlane kopieren", "copy-swimlane": "Kopiere Swimlane",
"copySwimlanePopup-title": "Swimlane kopieren", "copySwimlanePopup-title": "Swimlane kopieren",
"display-card-creator": "Karten-Ersteller anzeigen", "display-card-creator": "Karten-Ersteller anzeigen",
"wait-spinner": "Warte-Symbol", "wait-spinner": "Warte-Symbol",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Το avatar είναι πολύ μεγάλο (μέγιστο 520KB)", "avatar-too-big": "Το avatar είναι πολύ μεγάλο (μέγιστο 520KB)",
"back": "Πίσω", "back": "Πίσω",
"board-change-color": "Αλλαγή χρώματος", "board-change-color": "Αλλαγή χρώματος",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -222,7 +222,7 @@
"cardArchivePopup-title": "Archive Card?", "cardArchivePopup-title": "Archive Card?",
"cardDetailsActionsPopup-title": "Ενέργειες κάρτας", "cardDetailsActionsPopup-title": "Ενέργειες κάρτας",
"cardLabelsPopup-title": "Ετικέτες", "cardLabelsPopup-title": "Ετικέτες",
"cardMembersPopup-title": "Μέλη", "cardMembersPopup-title": "Μέλοι",
"cardMorePopup-title": "Περισσότερα", "cardMorePopup-title": "Περισσότερα",
"cardTemplatePopup-title": "Δημιουργία προτύπου", "cardTemplatePopup-title": "Δημιουργία προτύπου",
"cards": "Κάρτες", "cards": "Κάρτες",
@ -365,7 +365,7 @@
"error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό", "error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό",
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON", "error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
"error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση", "error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση",
"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": "Το CSV(Comma Separated Values)/TSV (Tab Separated Values) σας δεν περιλαμβάνει την ορθή πληροφορία σε ορθή μορφοποίηση",
"error-list-doesNotExist": "Η λίστα δεν υπάρχει", "error-list-doesNotExist": "Η λίστα δεν υπάρχει",
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει", "error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
"error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε", "error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Άλλα φίλτρα", "other-filters-label": "Άλλα φίλτρα",
"advanced-filter-label": "Φιλτράρισμα για Προχωρημένους", "advanced-filter-label": "Φιλτράρισμα για Προχωρημένους",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Πλήρες Όνομα", "fullname": "Πλήρες Όνομα",
"header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.", "header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.",
"hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος", "hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος",
@ -492,7 +492,7 @@
"log-in": "Σύνδεση", "log-in": "Σύνδεση",
"loginPopup-title": "Σύνδεση", "loginPopup-title": "Σύνδεση",
"memberMenuPopup-title": "Ρυθμίσεις Μελών", "memberMenuPopup-title": "Ρυθμίσεις Μελών",
"members": "Μέλη", "members": "Μέλοι",
"menu": "Μενού", "menu": "Μενού",
"move-selection": "Μετακίνηση επιλογής", "move-selection": "Μετακίνηση επιλογής",
"moveCardPopup-title": "Μετακίνηση Κάρτας", "moveCardPopup-title": "Μετακίνηση Κάρτας",
@ -545,7 +545,7 @@
"restore": "Επαναφορά", "restore": "Επαναφορά",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Ρυθμίσεις Κάρτας", "card-settings": "Ρυθμίσεις Κάρτας",
"save": "Αποθήκευση", "save": "Αποθήκευση",
"search": "Αναζήτηση", "search": "Αναζήτηση",
"rules": "Κανόνες", "rules": "Κανόνες",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Επίτρεψε Αλλαγή Email", "accounts-allowEmailChange": "Επίτρεψε Αλλαγή Email",
"accounts-allowUserNameChange": "Επίτρεψε Αλλαγή Ονόματος χρήστη", "accounts-allowUserNameChange": "Επίτρεψε Αλλαγή Ονόματος χρήστη",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Δημιουργήθηκε στις", "createdAt": "Δημιουργήθηκε στις",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Επιβεβαιώθηκε", "verified": "Επιβεβαιώθηκε",
@ -754,6 +754,7 @@
"r-removed-from": "Διεγράφη από", "r-removed-from": "Διεγράφη από",
"r-the-board": "ο πίνακας", "r-the-board": "ο πίνακας",
"r-list": "λίστα", "r-list": "λίστα",
"list": "List",
"set-filter": "Καθορισμός Φίλτρου", "set-filter": "Καθορισμός Φίλτρου",
"r-moved-to": "Μετακινήθηκε σε", "r-moved-to": "Μετακινήθηκε σε",
"r-moved-from": "Μετακινήθηκε από", "r-moved-from": "Μετακινήθηκε από",
@ -832,7 +833,7 @@
"r-items-list": "στοιχείο1,στοιχείο2,στοιχείο3", "r-items-list": "στοιχείο1,στοιχείο2,στοιχείο3",
"r-add-swimlane": "Προσθήκη λωρίδας", "r-add-swimlane": "Προσθήκη λωρίδας",
"r-swimlane-name": "ονομασία λωρίδας", "r-swimlane-name": "ονομασία λωρίδας",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "Όταν η κάρτα μετακινηθεί σε μια άλλη λίστα", "r-when-a-card-is-moved": "Όταν η κάρτα μετακινηθεί σε μια άλλη λίστα",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Κάρτα", "card": "Κάρτα",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -89,8 +89,6 @@
"add-subtask": "Προσθήκη Υποεργασίας", "add-subtask": "Προσθήκη Υποεργασίας",
"add-checklist": "Προσθήκη Λίστας ελέγχου", "add-checklist": "Προσθήκη Λίστας ελέγχου",
"add-checklist-item": "Προσθήκη ενός στοιχείου στη λίστα ελέγχου - checklist", "add-checklist-item": "Προσθήκη ενός στοιχείου στη λίστα ελέγχου - checklist",
"close-add-checklist-item": "Close add an item to checklist form",
"close-edit-checklist-item": "Close edit an item to checklist form",
"convertChecklistItemToCardPopup-title": "Convert to Card", "convertChecklistItemToCardPopup-title": "Convert to Card",
"add-cover": "Add Cover", "add-cover": "Add Cover",
"add-label": "Προσθήκη Ετικέτας", "add-label": "Προσθήκη Ετικέτας",
@ -137,12 +135,6 @@
"avatar-too-big": "Το avatar είναι πολύ μεγάλο (μέγιστο 520KB)", "avatar-too-big": "Το avatar είναι πολύ μεγάλο (μέγιστο 520KB)",
"back": "Πίσω", "back": "Πίσω",
"board-change-color": "Αλλαγή χρώματος", "board-change-color": "Αλλαγή χρώματος",
"show-at-all-boards-page" : "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars",
"board-nb-stars": "%s αστέρια", "board-nb-stars": "%s αστέρια",
"board-not-found": "Ο πίνακας δε βρέθηκε", "board-not-found": "Ο πίνακας δε βρέθηκε",
"board-private-info": "Αυτός ο πίνακας θα είναι <strong>κρυφός</strong>.", "board-private-info": "Αυτός ο πίνακας θα είναι <strong>κρυφός</strong>.",
@ -222,7 +214,7 @@
"cardArchivePopup-title": "Archive Card?", "cardArchivePopup-title": "Archive Card?",
"cardDetailsActionsPopup-title": "Ενέργειες κάρτας", "cardDetailsActionsPopup-title": "Ενέργειες κάρτας",
"cardLabelsPopup-title": "Ετικέτες", "cardLabelsPopup-title": "Ετικέτες",
"cardMembersPopup-title": "Μέλη", "cardMembersPopup-title": "Μέλοι",
"cardMorePopup-title": "Περισσότερα", "cardMorePopup-title": "Περισσότερα",
"cardTemplatePopup-title": "Δημιουργία προτύπου", "cardTemplatePopup-title": "Δημιουργία προτύπου",
"cards": "Κάρτες", "cards": "Κάρτες",
@ -288,9 +280,8 @@
"worker": "Worker", "worker": "Worker",
"worker-desc": "Μπορεί μόνο να μετακινεί κάρτες, να αναθέτει μια κάρτα στον εαυτό του και να σχολιάζει.", "worker-desc": "Μπορεί μόνο να μετακινεί κάρτες, να αναθέτει μια κάρτα στον εαυτό του και να σχολιάζει.",
"computer": "Υπολογιστής", "computer": "Υπολογιστής",
"confirm-subtask-delete-popup": "Are you sure you want to delete subtask?", "confirm-subtask-delete-dialog": "Είστε σίγουροι ότι θέλετε να σβήσετε την υποεργασία;",
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?", "confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
"subtaskDeletePopup-title": "Delete Subtask?",
"checklistDeletePopup-title": "Delete Checklist?", "checklistDeletePopup-title": "Delete Checklist?",
"copy-card-link-to-clipboard": "Αντιγραφή του συνδέσμου της κάρτας στο clipboard", "copy-card-link-to-clipboard": "Αντιγραφή του συνδέσμου της κάρτας στο clipboard",
"copy-text-to-clipboard": "Copy text to clipboard", "copy-text-to-clipboard": "Copy text to clipboard",
@ -365,7 +356,7 @@
"error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό", "error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό",
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON", "error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
"error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση", "error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση",
"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": "Το CSV(Comma Separated Values)/TSV (Tab Separated Values) σας δεν περιλαμβάνει την ορθή πληροφορία σε ορθή μορφοποίηση",
"error-list-doesNotExist": "Η λίστα δεν υπάρχει", "error-list-doesNotExist": "Η λίστα δεν υπάρχει",
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει", "error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
"error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε", "error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε",
@ -422,7 +413,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Άλλα φίλτρα", "other-filters-label": "Άλλα φίλτρα",
"advanced-filter-label": "Φιλτράρισμα για Προχωρημένους", "advanced-filter-label": "Φιλτράρισμα για Προχωρημένους",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Πλήρες Όνομα", "fullname": "Πλήρες Όνομα",
"header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.", "header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.",
"hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος", "hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος",
@ -492,7 +483,7 @@
"log-in": "Σύνδεση", "log-in": "Σύνδεση",
"loginPopup-title": "Σύνδεση", "loginPopup-title": "Σύνδεση",
"memberMenuPopup-title": "Ρυθμίσεις Μελών", "memberMenuPopup-title": "Ρυθμίσεις Μελών",
"members": "Μέλη", "members": "Μέλοι",
"menu": "Μενού", "menu": "Μενού",
"move-selection": "Μετακίνηση επιλογής", "move-selection": "Μετακίνηση επιλογής",
"moveCardPopup-title": "Μετακίνηση Κάρτας", "moveCardPopup-title": "Μετακίνηση Κάρτας",
@ -543,9 +534,6 @@
"rename": "Μετανομασία", "rename": "Μετανομασία",
"rename-board": "Μετονομασία Πίνακα", "rename-board": "Μετονομασία Πίνακα",
"restore": "Επαναφορά", "restore": "Επαναφορά",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Ρυθμίσεις Κάρτας",
"save": "Αποθήκευση", "save": "Αποθήκευση",
"search": "Αναζήτηση", "search": "Αναζήτηση",
"rules": "Κανόνες", "rules": "Κανόνες",
@ -583,8 +571,6 @@
"has-spenttime-cards": "Έχει κάρτες με δαπανηθέντα χρόνο", "has-spenttime-cards": "Έχει κάρτες με δαπανηθέντα χρόνο",
"time": "Ώρα", "time": "Ώρα",
"title": "Τίτλος", "title": "Τίτλος",
"toggle-labels": "Toggle labels 1-9 for card. Multi-Selection adds labels 1-9",
"remove-labels-multiselect": "Multi-Selection removes labels 1-9",
"tracking": "Καταγραφή", "tracking": "Καταγραφή",
"tracking-info": "You will be notified of any changes to those cards you are involved as creator or member.", "tracking-info": "You will be notified of any changes to those cards you are involved as creator or member.",
"type": "Τύπος", "type": "Τύπος",
@ -599,7 +585,6 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27", "custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL", "custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL", "custom-login-logo-link-url": "Custom Login Logo Link URL",
"custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo", "text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line", "automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Όνομα Χρήστη", "username": "Όνομα Χρήστη",
@ -625,7 +610,6 @@
"people": "Άνθρωποι", "people": "Άνθρωποι",
"registration": "Εγγραφή", "registration": "Εγγραφή",
"disable-self-registration": "Απενεργοποίηση Αυτό-Εγγραφής", "disable-self-registration": "Απενεργοποίηση Αυτό-Εγγραφής",
"disable-forgot-password": "Disable Forgot Password",
"invite": "Πρόσκληση", "invite": "Πρόσκληση",
"invite-people": "Πρόσκάλεσε Ανθρώπους", "invite-people": "Πρόσκάλεσε Ανθρώπους",
"to-boards": "Στον πίνακα(ες)", "to-boards": "Στον πίνακα(ες)",
@ -686,7 +670,7 @@
"accounts-allowEmailChange": "Επίτρεψε Αλλαγή Email", "accounts-allowEmailChange": "Επίτρεψε Αλλαγή Email",
"accounts-allowUserNameChange": "Επίτρεψε Αλλαγή Ονόματος χρήστη", "accounts-allowUserNameChange": "Επίτρεψε Αλλαγή Ονόματος χρήστη",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Δημιουργήθηκε στις", "createdAt": "Δημιουργήθηκε στις",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Επιβεβαιώθηκε", "verified": "Επιβεβαιώθηκε",
@ -712,14 +696,12 @@
"default": "Προεπιλογή", "default": "Προεπιλογή",
"queue": "Ουρά αναμονής", "queue": "Ουρά αναμονής",
"subtask-settings": "Ρυθμίσεις υποεργασιών (subtasks)", "subtask-settings": "Ρυθμίσεις υποεργασιών (subtasks)",
"minicard-settings": "Minicard Settings", "card-settings": "Ρυθμίσεις Κάρτας",
"boardSubtaskSettingsPopup-title": "Board Subtasks Settings", "boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
"boardCardSettingsPopup-title": "Ρυθμίσεις Κάρτας", "boardCardSettingsPopup-title": "Ρυθμίσεις Κάρτας",
"boardMinicardSettingsPopup-title": "Minicard Settings",
"deposit-subtasks-board": "Deposit subtasks to this board:", "deposit-subtasks-board": "Deposit subtasks to this board:",
"deposit-subtasks-list": "Landing list for subtasks deposited here:", "deposit-subtasks-list": "Landing list for subtasks deposited here:",
"show-parent-in-minicard": "Show parent in minicard:", "show-parent-in-minicard": "Show parent in minicard:",
"description-on-minicard": "Description on minicard",
"prefix-with-full-path": "Prefix with full path", "prefix-with-full-path": "Prefix with full path",
"prefix-with-parent": "Prefix with parent", "prefix-with-parent": "Prefix with parent",
"subtext-with-full-path": "Subtext with full path", "subtext-with-full-path": "Subtext with full path",
@ -754,6 +736,7 @@
"r-removed-from": "Διεγράφη από", "r-removed-from": "Διεγράφη από",
"r-the-board": "ο πίνακας", "r-the-board": "ο πίνακας",
"r-list": "λίστα", "r-list": "λίστα",
"list": "List",
"set-filter": "Καθορισμός Φίλτρου", "set-filter": "Καθορισμός Φίλτρου",
"r-moved-to": "Μετακινήθηκε σε", "r-moved-to": "Μετακινήθηκε σε",
"r-moved-from": "Μετακινήθηκε από", "r-moved-from": "Μετακινήθηκε από",
@ -832,7 +815,7 @@
"r-items-list": "στοιχείο1,στοιχείο2,στοιχείο3", "r-items-list": "στοιχείο1,στοιχείο2,στοιχείο3",
"r-add-swimlane": "Προσθήκη λωρίδας", "r-add-swimlane": "Προσθήκη λωρίδας",
"r-swimlane-name": "ονομασία λωρίδας", "r-swimlane-name": "ονομασία λωρίδας",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "Όταν η κάρτα μετακινηθεί σε μια άλλη λίστα", "r-when-a-card-is-moved": "Όταν η κάρτα μετακινηθεί σε μια άλλη λίστα",
"r-set": "Set", "r-set": "Set",
@ -844,7 +827,6 @@
"r-df-received-at": "received", "r-df-received-at": "received",
"r-to-current-datetime": "to current date/time", "r-to-current-datetime": "to current date/time",
"r-remove-value-from": "Remove value from", "r-remove-value-from": "Remove value from",
"r-link-card": "Link card to",
"ldap": "LDAP", "ldap": "LDAP",
"oauth2": "OAuth2", "oauth2": "OAuth2",
"cas": "CAS", "cas": "CAS",
@ -853,8 +835,6 @@
"custom-product-name": "Custom Product Name", "custom-product-name": "Custom Product Name",
"layout": "Layout", "layout": "Layout",
"hide-logo": "Hide Logo", "hide-logo": "Hide Logo",
"hide-card-counter-list": "Hide card counter list on All Boards",
"hide-board-member-list": "Hide board member list on All Boards",
"add-custom-html-after-body-start": "Add Custom HTML after <body> start", "add-custom-html-after-body-start": "Add Custom HTML after <body> start",
"add-custom-html-before-body-end": "Add Custom HTML before </body> end", "add-custom-html-before-body-end": "Add Custom HTML before </body> end",
"error-undefined": "Something went wrong", "error-undefined": "Something went wrong",
@ -863,9 +843,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -899,7 +879,6 @@
"cardAssigneesPopup-title": "Assignee", "cardAssigneesPopup-title": "Assignee",
"addmore-detail": "Add a more detailed description", "addmore-detail": "Add a more detailed description",
"show-on-card": "Show on Card", "show-on-card": "Show on Card",
"show-on-minicard": "Show on Minicard",
"new": "New", "new": "New",
"editOrgPopup-title": "Edit Organization", "editOrgPopup-title": "Edit Organization",
"newOrgPopup-title": "New Organization", "newOrgPopup-title": "New Organization",
@ -908,7 +887,6 @@
"editUserPopup-title": "Edit User", "editUserPopup-title": "Edit User",
"newUserPopup-title": "New User", "newUserPopup-title": "New User",
"notifications": "Notifications", "notifications": "Notifications",
"help": "Help",
"view-all": "View All", "view-all": "View All",
"filter-by-unread": "Filter by Unread", "filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read", "mark-all-as-read": "Mark all as read",
@ -944,13 +922,8 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Κάρτα", "card": "Κάρτα",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View",
"myCardsViewChangePopup-title": "My Cards View",
"myCardsViewChange-choice-boards": "Πίνακες",
"myCardsViewChange-choice-table": "Table",
"myCardsSortChange-title": "My Cards Sort", "myCardsSortChange-title": "My Cards Sort",
"myCardsSortChangePopup-title": "My Cards Sort", "myCardsSortChangePopup-title": "My Cards Sort",
"myCardsSortChange-choice-board": "By Board", "myCardsSortChange-choice-board": "By Board",
@ -1094,6 +1067,7 @@
"custom-field-stringtemplate-item-placeholder": "Press enter to add more items", "custom-field-stringtemplate-item-placeholder": "Press enter to add more items",
"creator": "Creator", "creator": "Creator",
"filesReportTitle": "Files Report", "filesReportTitle": "Files Report",
"orphanedFilesReportTitle": "Orphaned Files Report",
"reports": "Reports", "reports": "Reports",
"rulesReportTitle": "Rules Report", "rulesReportTitle": "Rules Report",
"boardsReportTitle": "Boards Report", "boardsReportTitle": "Boards Report",
@ -1170,35 +1144,5 @@
"newlineBecomesNewChecklistItem": "Newline becomes new checklist item", "newlineBecomesNewChecklistItem": "Newline becomes new checklist item",
"copyChecklist": "Copy Checklist", "copyChecklist": "Copy Checklist",
"copyChecklistPopup-title": "Copy Checklist", "copyChecklistPopup-title": "Copy Checklist",
"card-show-lists": "Card Show Lists", "card-show-lists": "Card Show Lists"
"subtaskActionsPopup-title": "Subtask Actions",
"attachmentActionsPopup-title": "Attachment Actions",
"attachment-move-storage-fs": "Move attachment to filesystem",
"attachment-move-storage-gridfs": "Move attachment to GridFS",
"attachment-move-storage-s3": "Move attachment to S3",
"attachment-move": "Move Attachment",
"move-all-attachments-to-fs": "Move all attachments to filesystem",
"move-all-attachments-to-gridfs": "Move all attachments to GridFS",
"move-all-attachments-to-s3": "Move all attachments to S3",
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
"move-all-attachments-of-board-to-s3": "Move all attachments of board to S3",
"path": "Path",
"version-name": "Version-Name",
"size": "Size",
"storage": "Storage",
"action": "Ενέργεια",
"board-title": "Board Title",
"attachmentRenamePopup-title": "Μετανομασία",
"uploading": "Uploading",
"remaining_time": "Remaining time",
"speed": "Speed",
"progress": "Progress",
"password-again": "Password (again)",
"if-you-already-have-an-account": "If you already have an account",
"register": "Register",
"forgot-password": "Forgot password",
"minicardDetailsActionsPopup-title": "Card Details",
"Mongo_sessions_count": "Mongo sessions count",
"change-visibility": "Αλλαγή Ορατότητας"
} }

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change colour", "board-change-color": "Change colour",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -712,6 +712,7 @@
"default": "Default", "default": "Default",
"queue": "Queue", "queue": "Queue",
"subtask-settings": "Subtasks Settings", "subtask-settings": "Subtasks Settings",
"card-settings": "Card Settings",
"minicard-settings": "Minicard Settings", "minicard-settings": "Minicard Settings",
"boardSubtaskSettingsPopup-title": "Board Subtasks Settings", "boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
"boardCardSettingsPopup-title": "Card Settings", "boardCardSettingsPopup-title": "Card Settings",
@ -754,6 +755,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "list",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Reen", "back": "Reen",
"board-change-color": "Ŝanĝi koloron", "board-change-color": "Ŝanĝi koloron",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Via teksto estas nevalida JSON", "error-json-malformed": "Via teksto estas nevalida JSON",
"error-json-schema": "Via JSON ne enhavas la ĝustajn informojn en ĝusta formato", "error-json-schema": "Via JSON ne enhavas la ĝustajn informojn en ĝusta formato",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Tio listo ne ekzistas", "error-list-doesNotExist": "Tio listo ne ekzistas",
"error-user-doesNotExist": "Tio uzanto ne ekzistas", "error-user-doesNotExist": "Tio uzanto ne ekzistas",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Plena nomo", "fullname": "Plena nomo",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Forigi", "restore": "Forigi",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Savi", "save": "Savi",
"search": "Serĉi", "search": "Serĉi",
"rules": "Reguloj", "rules": "Reguloj",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "listo", "r-list": "listo",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -41,7 +41,7 @@
"act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__", "act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-withBoardTitle": "__board__", "act-withBoardTitle": "__board__",
"act-withCardTitle": "__card__ [__board__]", "act-withCardTitle": "__card__ [__board__] ",
"actions": "Acciones", "actions": "Acciones",
"activities": "Actividades", "activities": "Actividades",
"activity": "Actividad", "activity": "Actividad",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Atrás", "back": "Atrás",
"board-change-color": "Cambiar color", "board-change-color": "Cambiar color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,11 +365,11 @@
"error-board-notAMember": "Necesitás ser miembro de este tablero para hacer eso", "error-board-notAMember": "Necesitás ser miembro de este tablero para hacer eso",
"error-json-malformed": "Tu texto no es JSON válido", "error-json-malformed": "Tu texto no es JSON válido",
"error-json-schema": "Tus datos JSON no incluyen la información correcta en el formato adecuado", "error-json-schema": "Tus datos JSON no incluyen la información correcta en el formato adecuado",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista no existe", "error-list-doesNotExist": "Esta lista no existe",
"error-user-doesNotExist": "Este usuario no existe", "error-user-doesNotExist": "Este usuario no existe",
"error-user-notAllowSelf": "No podés invitarte a vos mismo", "error-user-notAllowSelf": "No podés invitarte a vos mismo",
"error-user-notCreated": "El usuario no se creó", "error-user-notCreated": " El usuario no se creó",
"error-username-taken": "El nombre de usuario ya existe", "error-username-taken": "El nombre de usuario ya existe",
"error-orgname-taken": "This organization name is already taken", "error-orgname-taken": "This organization name is already taken",
"error-teamname-taken": "This team name is already taken", "error-teamname-taken": "This team name is already taken",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrar en la selección", "filter-to-selection": "Filtrar en la selección",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nombre Completo", "fullname": "Nombre Completo",
"header-logo-title": "Retroceder a tu página de tableros.", "header-logo-title": "Retroceder a tu página de tableros.",
"hide-system-messages": "Esconder mensajes del sistema", "hide-system-messages": "Esconder mensajes del sistema",
@ -545,7 +545,7 @@
"restore": "Restaurar", "restore": "Restaurar",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Grabar", "save": "Grabar",
"search": "Buscar", "search": "Buscar",
"rules": "Rules", "rules": "Rules",
@ -618,7 +618,7 @@
"board-templates-swimlane": "Board Templates", "board-templates-swimlane": "Board Templates",
"what-to-do": "¿Qué querés hacer?", "what-to-do": "¿Qué querés hacer?",
"wipLimitErrorPopup-title": "Límite TEP Inválido", "wipLimitErrorPopup-title": "Límite TEP Inválido",
"wipLimitErrorPopup-dialog-pt1": "El número de tareas en esta lista es mayor que el límite TEP que definiste.", "wipLimitErrorPopup-dialog-pt1": " El número de tareas en esta lista es mayor que el límite TEP que definiste.",
"wipLimitErrorPopup-dialog-pt2": "Por favor mové algunas tareas fuera de esta lista, o seleccioná un límite TEP más alto.", "wipLimitErrorPopup-dialog-pt2": "Por favor mové algunas tareas fuera de esta lista, o seleccioná un límite TEP más alto.",
"admin-panel": "Panel de Administración", "admin-panel": "Panel de Administración",
"settings": "Opciones", "settings": "Opciones",
@ -635,7 +635,7 @@
"smtp-tls-description": "Activar soporte TLS para el servidor SMTP", "smtp-tls-description": "Activar soporte TLS para el servidor SMTP",
"smtp-host": "Servidor SMTP", "smtp-host": "Servidor SMTP",
"smtp-port": "Puerto SMTP", "smtp-port": "Puerto SMTP",
"smtp-username": "Nombre de usuario", "smtp-username": "Usuario",
"smtp-password": "Contraseña", "smtp-password": "Contraseña",
"smtp-tls": "Soporte TLS", "smtp-tls": "Soporte TLS",
"send-from": "De", "send-from": "De",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permitir Cambio de Email", "accounts-allowEmailChange": "Permitir Cambio de Email",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Creado en", "createdAt": "Creado en",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificado", "verified": "Verificado",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Tarjeta", "card": "Tarjeta",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Atrás", "back": "Atrás",
"board-change-color": "Cambiar el color", "board-change-color": "Cambiar el color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -303,7 +303,7 @@
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear tablero", "createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar un tablero", "chooseBoardSourcePopup-title": "Importar un tablero",
"createLabelPopup-title": "Crear una etiqueta", "createLabelPopup-title": "Crear etiqueta",
"createCustomField": "Crear un campo", "createCustomField": "Crear un campo",
"createCustomFieldPopup-title": "Crear un campo", "createCustomFieldPopup-title": "Crear un campo",
"current": "actual", "current": "actual",
@ -352,7 +352,7 @@
"email-fail-text": "Error al intentar enviar el correo", "email-fail-text": "Error al intentar enviar el correo",
"email-invalid": "Correo no válido", "email-invalid": "Correo no válido",
"email-invite": "Invitar vía correo electrónico", "email-invite": "Invitar vía correo electrónico",
"email-invite-subject": "__inviter__ te ha enviado una invitación", "email-invite-subject": "__inviter__ ha enviado una invitación",
"email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.", "email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.",
"email-resetPassword-subject": "Restablecer tu contraseña en __siteName__", "email-resetPassword-subject": "Restablecer tu contraseña en __siteName__",
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.", "email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.",
@ -365,7 +365,7 @@
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso", "error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
"error-json-malformed": "El texto no es un JSON válido", "error-json-malformed": "El texto no es un JSON válido",
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto", "error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
"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": "Su CSV(Valores separados por coma)/TSV(Valores separados por tab) no incluyen la información apropiada en el formato correcto",
"error-list-doesNotExist": "La lista no existe", "error-list-doesNotExist": "La lista no existe",
"error-user-doesNotExist": "El usuario no existe", "error-user-doesNotExist": "El usuario no existe",
"error-user-notAllowSelf": "No puedes invitarte a ti mismo", "error-user-notAllowSelf": "No puedes invitarte a ti mismo",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrar la selección", "filter-to-selection": "Filtrar la selección",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Filtrado avanzado", "advanced-filter-label": "Filtrado avanzado",
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \/), se usa \. Por ejemplo: Campo1 = I\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i", "advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
"fullname": "Nombre completo", "fullname": "Nombre completo",
"header-logo-title": "Volver a tu página de tableros", "header-logo-title": "Volver a tu página de tableros",
"hide-system-messages": "Ocultar las notificaciones de actividad", "hide-system-messages": "Ocultar las notificaciones de actividad",
@ -545,7 +545,7 @@
"restore": "Restaurar", "restore": "Restaurar",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Preferencias de la tarjeta", "card-settings": "Preferencias de la tarjeta",
"save": "Añadir", "save": "Añadir",
"search": "Buscar", "search": "Buscar",
"rules": "Reglas", "rules": "Reglas",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permitir cambiar el correo electrónico", "accounts-allowEmailChange": "Permitir cambiar el correo electrónico",
"accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario", "accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Fecha de alta", "createdAt": "Fecha de alta",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificado", "verified": "Verificado",
@ -754,6 +754,7 @@
"r-removed-from": "eliminado de", "r-removed-from": "eliminado de",
"r-the-board": "el tablero", "r-the-board": "el tablero",
"r-list": "la lista", "r-list": "la lista",
"list": "List",
"set-filter": "Filtrar", "set-filter": "Filtrar",
"r-moved-to": "Movido a", "r-moved-to": "Movido a",
"r-moved-from": "Movido desde", "r-moved-from": "Movido desde",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Agregar el carril", "r-add-swimlane": "Agregar el carril",
"r-swimlane-name": "nombre del carril", "r-swimlane-name": "nombre del carril",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: deje un campo vacío para que coincida con todos los valores posibles",
"r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.", "r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.",
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista", "r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
"r-set": "Cambiar", "r-set": "Cambiar",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Método de autenticación por defecto", "default-authentication-method": "Método de autenticación por defecto",
"duplicate-board": "Duplicar tablero", "duplicate-board": "Duplicar tablero",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "El número de personas es:",
"swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?", "swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?",
"swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.", "swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.",
"restore-all": "Restaurar todas", "restore-all": "Restaurar todas",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Tarjeta", "card": "Tarjeta",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "El avatar es muy grande (520 KB máx.)", "avatar-too-big": "El avatar es muy grande (520 KB máx.)",
"back": "Atrás", "back": "Atrás",
"board-change-color": "Cambiar el color", "board-change-color": "Cambiar el color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -303,7 +303,7 @@
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear tablero", "createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar un tablero", "chooseBoardSourcePopup-title": "Importar un tablero",
"createLabelPopup-title": "Crear una etiqueta", "createLabelPopup-title": "Crear etiqueta",
"createCustomField": "Crear un campo", "createCustomField": "Crear un campo",
"createCustomFieldPopup-title": "Crear un campo", "createCustomFieldPopup-title": "Crear un campo",
"current": "actual", "current": "actual",
@ -352,7 +352,7 @@
"email-fail-text": "Error al intentar enviar el correo", "email-fail-text": "Error al intentar enviar el correo",
"email-invalid": "Correo no válido", "email-invalid": "Correo no válido",
"email-invite": "Invitar vía correo electrónico", "email-invite": "Invitar vía correo electrónico",
"email-invite-subject": "__inviter__ le envió una invitación", "email-invite-subject": "__inviter__ ha enviado una invitación",
"email-invite-text": "Estimado __user__,\n\n__inviter__ le invita a unirse al tablero «__board__» para colaborar.\n\nPor favor, haga clic en el siguiente enlace:\n\n__url__\n\nGracias.", "email-invite-text": "Estimado __user__,\n\n__inviter__ le invita a unirse al tablero «__board__» para colaborar.\n\nPor favor, haga clic en el siguiente enlace:\n\n__url__\n\nGracias.",
"email-resetPassword-subject": "Restablezca su contraseña en __siteName__", "email-resetPassword-subject": "Restablezca su contraseña en __siteName__",
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer su contraseña, simplemente haga clic en el siguiente enlace.\n\n__url__\n\nGracias.", "email-resetPassword-text": "Hola __user__,\n\nPara restablecer su contraseña, simplemente haga clic en el siguiente enlace.\n\n__url__\n\nGracias.",
@ -365,7 +365,7 @@
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso", "error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
"error-json-malformed": "El texto no es un JSON válido", "error-json-malformed": "El texto no es un JSON válido",
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto", "error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
"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": "Su archivo CSV (valores separados por comas) o TSV (valores separados por tabulaciones) no incluye la información adecuada en el formato correcto",
"error-list-doesNotExist": "La lista no existe", "error-list-doesNotExist": "La lista no existe",
"error-user-doesNotExist": "El usuario no existe", "error-user-doesNotExist": "El usuario no existe",
"error-user-notAllowSelf": "No se puede invitar a sí mismo", "error-user-notAllowSelf": "No se puede invitar a sí mismo",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrar la selección", "filter-to-selection": "Filtrar la selección",
"other-filters-label": "Otros filtros", "other-filters-label": "Otros filtros",
"advanced-filter-label": "Filtro avanzado", "advanced-filter-label": "Filtro avanzado",
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \/), se usa \. Por ejemplo: Campo1 = I\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i", "advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
"fullname": "Nombre completo", "fullname": "Nombre completo",
"header-logo-title": "Volver a su página de tableros", "header-logo-title": "Volver a su página de tableros",
"hide-system-messages": "Ocultar las notificaciones de actividad", "hide-system-messages": "Ocultar las notificaciones de actividad",
@ -545,7 +545,7 @@
"restore": "Restaurar", "restore": "Restaurar",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Configuración de tarjeta", "card-settings": "Configuración de tarjeta",
"save": "Guardar", "save": "Guardar",
"search": "Buscar", "search": "Buscar",
"rules": "Reglas", "rules": "Reglas",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permitir cambiar el correo electrónico", "accounts-allowEmailChange": "Permitir cambiar el correo electrónico",
"accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario", "accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Creado en", "createdAt": "Creado en",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificado", "verified": "Verificado",
@ -754,6 +754,7 @@
"r-removed-from": "eliminado de", "r-removed-from": "eliminado de",
"r-the-board": "el tablero", "r-the-board": "el tablero",
"r-list": "la lista", "r-list": "la lista",
"list": "Lista",
"set-filter": "Filtrar", "set-filter": "Filtrar",
"r-moved-to": "Movido a", "r-moved-to": "Movido a",
"r-moved-from": "Movido desde", "r-moved-from": "Movido desde",
@ -832,7 +833,7 @@
"r-items-list": "elemento1,elemento2,elemento3", "r-items-list": "elemento1,elemento2,elemento3",
"r-add-swimlane": "Agregar el carril", "r-add-swimlane": "Agregar el carril",
"r-swimlane-name": "nombre del carril", "r-swimlane-name": "nombre del carril",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: deje un campo vacío para que coincida con todos los valores posibles",
"r-checklist-note": "Nota: los elementos de la lista de comprobación deben escribirse como valores separados por comas.", "r-checklist-note": "Nota: los elementos de la lista de comprobación deben escribirse como valores separados por comas.",
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista", "r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
"r-set": "Cambiar", "r-set": "Cambiar",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Método de autenticación por defecto", "default-authentication-method": "Método de autenticación por defecto",
"duplicate-board": "Duplicar tablero", "duplicate-board": "Duplicar tablero",
"org-number": "The number of organizations is: ", "org-number": "El número de organizaciones es:",
"team-number": "The number of teams is: ", "team-number": "El número de equipos es:",
"people-number": "The number of people is: ", "people-number": "El número de personas es:",
"swimlaneDeletePopup-title": "¿Eliminar el carril «swimlane»?", "swimlaneDeletePopup-title": "¿Eliminar el carril «swimlane»?",
"swimlane-delete-pop": "Todas las acciones serán eliminadas de la fuente de actividades y no se podrá recuperar el carril «swimlane». Esta acción no puede deshacerse.", "swimlane-delete-pop": "Todas las acciones serán eliminadas de la fuente de actividades y no se podrá recuperar el carril «swimlane». Esta acción no puede deshacerse.",
"restore-all": "Restaurar todas", "restore-all": "Restaurar todas",
@ -944,7 +945,6 @@
"person": "Persona", "person": "Persona",
"my-cards": "Mis tarjetas", "my-cards": "Mis tarjetas",
"card": "Tarjeta", "card": "Tarjeta",
"list": "Lista",
"board": "Tablero", "board": "Tablero",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -1,5 +1,5 @@
{ {
"accept": "Accept", "accept": "Aceptar",
"act-activity-notify": "Notificación de actividad", "act-activity-notify": "Notificación de actividad",
"act-addAttachment": "añadido el adjunto __attachment__ a la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__", "act-addAttachment": "añadido el adjunto __attachment__ a la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
"act-deleteAttachment": "eliminado el adjunto __attachment__ de la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__", "act-deleteAttachment": "eliminado el adjunto __attachment__ de la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
@ -22,7 +22,7 @@
"act-createBoard": "creó el tablero __board__", "act-createBoard": "creó el tablero __board__",
"act-createSwimlane": "creó el carril de flujo __swimlane__ en el tablero __board__", "act-createSwimlane": "creó el carril de flujo __swimlane__ en el tablero __board__",
"act-createCard": "creada la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__", "act-createCard": "creada la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
"act-createCustomField": "creado el campo personalizado __customField__ en el tablero __board__", "act-createCustomField": " creado el campo personalizado __customField__ en el tablero __board__",
"act-deleteCustomField": "eliminado el campo personalizado __customField__ del tablero __board__", "act-deleteCustomField": "eliminado el campo personalizado __customField__ del tablero __board__",
"act-setCustomField": "editado el campo personalizado __customField__: __customFieldValue__ en la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__", "act-setCustomField": "editado el campo personalizado __customField__: __customFieldValue__ en la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
"act-createList": "añadida la lista __list__ al tablero __board__", "act-createList": "añadida la lista __list__ al tablero __board__",
@ -45,28 +45,28 @@
"actions": "Acciones", "actions": "Acciones",
"activities": "Actividades", "activities": "Actividades",
"activity": "Actividad", "activity": "Actividad",
"activity-added": "added %s to %s", "activity-added": "ha añadido %s a %s",
"activity-archived": "%s se ha archivado", "activity-archived": "%s se ha archivado",
"activity-attached": "attached %s to %s", "activity-attached": "ha adjuntado %s a %s",
"activity-created": "created %s", "activity-created": "ha creado %s",
"activity-customfield-created": "creó el campo personalizado %s", "activity-customfield-created": "creó el campo personalizado %s",
"activity-excluded": "excluded %s from %s", "activity-excluded": "ha excluido %s de %s",
"activity-imported": "imported %s into %s from %s", "activity-imported": "ha importado %s a %s desde %s",
"activity-imported-board": "imported %s from %s", "activity-imported-board": "ha importado %s desde %s",
"activity-joined": "se ha unido a %s", "activity-joined": "se ha unido a %s",
"activity-moved": "moved %s from %s to %s", "activity-moved": "ha movido %s de %s a %s",
"activity-on": "en %s", "activity-on": "en %s",
"activity-removed": "removed %s from %s", "activity-removed": "ha eliminado %s de %s",
"activity-sent": "sent %s to %s", "activity-sent": "ha enviado %s a %s",
"activity-unjoined": "se ha desvinculado de %s", "activity-unjoined": "se ha desvinculado de %s",
"activity-subtask-added": "ha añadido la subtarea a %s", "activity-subtask-added": "ha añadido la subtarea a %s",
"activity-checked-item": "checked %s in checklist %s of %s", "activity-checked-item": "marcado %s en la lista de verificación %s de %s",
"activity-unchecked-item": "desmarcado %s en lista %s de %s", "activity-unchecked-item": "desmarcado %s en lista %s de %s",
"activity-checklist-added": "added checklist to %s", "activity-checklist-added": "ha añadido una lista de verificación a %s",
"activity-checklist-removed": "eliminada una lista de verificación desde %s", "activity-checklist-removed": "eliminada una lista de verificación desde %s",
"activity-checklist-completed": "lista de verificación completada %s de %s", "activity-checklist-completed": "lista de verificación completada %s de %s",
"activity-checklist-uncompleted": "no completado la lista %s de %s", "activity-checklist-uncompleted": "no completado la lista %s de %s",
"activity-checklist-item-added": "added checklist item to '%s' in %s", "activity-checklist-item-added": "ha añadido el elemento de la lista de verificación a '%s' en %s",
"activity-checklist-item-removed": "eliminado un elemento de la lista de verificación desde '%s' en %s", "activity-checklist-item-removed": "eliminado un elemento de la lista de verificación desde '%s' en %s",
"add": "Añadir", "add": "Añadir",
"activity-checked-item-card": "marcado %s en la lista de verificación %s", "activity-checked-item-card": "marcado %s en la lista de verificación %s",
@ -103,7 +103,7 @@
"admin-desc": "Puedes ver y editar tarjetas, eliminar miembros, y cambiar las preferencias del tablero", "admin-desc": "Puedes ver y editar tarjetas, eliminar miembros, y cambiar las preferencias del tablero",
"admin-announcement": "Aviso", "admin-announcement": "Aviso",
"admin-announcement-active": "Activar el aviso para todo el sistema", "admin-announcement-active": "Activar el aviso para todo el sistema",
"admin-announcement-title": "Announcement from Administrator", "admin-announcement-title": "Aviso del administrador",
"all-boards": "Tableros", "all-boards": "Tableros",
"and-n-other-card": "y __count__ tarjeta más", "and-n-other-card": "y __count__ tarjeta más",
"and-n-other-card_plural": "y otras __count__ tarjetas", "and-n-other-card_plural": "y otras __count__ tarjetas",
@ -137,9 +137,9 @@
"avatar-too-big": "El avatar es demasiado grande (520KB máx.)", "avatar-too-big": "El avatar es demasiado grande (520KB máx.)",
"back": "Atrás", "back": "Atrás",
"board-change-color": "Cambiar el color", "board-change-color": "Cambiar el color",
"show-at-all-boards-page" : "Mostrar todos los tableros", "show-at-all-boards-page": "Mostrar todos los tableros",
"board-info-on-my-boards" : "Configuración de todos los tableros", "board-info-on-my-boards": "Configuración de todos los tableros",
"boardInfoOnMyBoardsPopup-title" : "Configuración de todos los tableros", "boardInfoOnMyBoardsPopup-title": "Configuración de todos los tableros",
"boardInfoOnMyBoards-title": "Configuración de todos los tableros", "boardInfoOnMyBoards-title": "Configuración de todos los tableros",
"show-card-counter-per-list": "Mostrar el contador de tarjetas por lista", "show-card-counter-per-list": "Mostrar el contador de tarjetas por lista",
"show-board_members-avatar": "Mostrar los avatares de los miembros del tablero", "show-board_members-avatar": "Mostrar los avatares de los miembros del tablero",
@ -303,7 +303,7 @@
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear tablero", "createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar un tablero", "chooseBoardSourcePopup-title": "Importar un tablero",
"createLabelPopup-title": "Crear una etiqueta", "createLabelPopup-title": "Crear etiqueta",
"createCustomField": "Crear un campo", "createCustomField": "Crear un campo",
"createCustomFieldPopup-title": "Crear un campo", "createCustomFieldPopup-title": "Crear un campo",
"current": "actual", "current": "actual",
@ -352,7 +352,7 @@
"email-fail-text": "Error al intentar enviar el correo", "email-fail-text": "Error al intentar enviar el correo",
"email-invalid": "Correo no válido", "email-invalid": "Correo no válido",
"email-invite": "Invitar vía correo electrónico", "email-invite": "Invitar vía correo electrónico",
"email-invite-subject": "__inviter__ te ha enviado una invitación", "email-invite-subject": "__inviter__ ha enviado una invitación",
"email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.", "email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.",
"email-resetPassword-subject": "Restablecer tu contraseña en __siteName__", "email-resetPassword-subject": "Restablecer tu contraseña en __siteName__",
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.", "email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.",
@ -365,7 +365,7 @@
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso", "error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
"error-json-malformed": "El texto no es un JSON válido", "error-json-malformed": "El texto no es un JSON válido",
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto", "error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
"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": "Su CSV(Valores separados por coma)/TSV(Valores separados por tab) no incluyen la información apropiada en el formato correcto",
"error-list-doesNotExist": "La lista no existe", "error-list-doesNotExist": "La lista no existe",
"error-user-doesNotExist": "El usuario no existe", "error-user-doesNotExist": "El usuario no existe",
"error-user-notAllowSelf": "No puedes invitarte a ti mismo", "error-user-notAllowSelf": "No puedes invitarte a ti mismo",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrar la selección", "filter-to-selection": "Filtrar la selección",
"other-filters-label": "Otros filtros", "other-filters-label": "Otros filtros",
"advanced-filter-label": "Filtrado avanzado", "advanced-filter-label": "Filtrado avanzado",
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \/), se usa \. Por ejemplo: Campo1 = I\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i", "advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
"fullname": "Nombre completo", "fullname": "Nombre completo",
"header-logo-title": "Volver a tu página de tableros", "header-logo-title": "Volver a tu página de tableros",
"hide-system-messages": "Ocultar las notificaciones de actividad", "hide-system-messages": "Ocultar las notificaciones de actividad",
@ -545,16 +545,16 @@
"restore": "Restaurar", "restore": "Restaurar",
"rescue-card-description": "Mostrar el diálogo de emergencia antes de cerrar las descripciones de las tarjetas no guardada", "rescue-card-description": "Mostrar el diálogo de emergencia antes de cerrar las descripciones de las tarjetas no guardada",
"rescue-card-description-dialogue": "¿Sobreescribir la descripción actual de la tarjeta con sus cambios?", "rescue-card-description-dialogue": "¿Sobreescribir la descripción actual de la tarjeta con sus cambios?",
"card-settings":"Preferencias de la tarjeta", "card-settings": "Preferencias de la tarjeta",
"save": "Añadir", "save": "Añadir",
"search": "Buscar", "search": "Buscar",
"rules": "Reglas", "rules": "Reglas",
"search-cards": "Buscar entre los títulos, las descripciones de las tarjetas/listas y los campos personalizados en este tablero.", "search-cards": "Buscar entre los títulos, las descripciones de las tarjetas/listas y los campos personalizados en este tablero. ",
"search-example": "Escriba el texto que busca y pulse Intro", "search-example": "Escriba el texto que busca y pulse Intro",
"select-color": "Seleccionar el color", "select-color": "Seleccionar el color",
"select-board": "Seleccionar tablero", "select-board": "Seleccionar tablero",
"set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.", "set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.",
"setWipLimitPopup-title": "Set WIP Limit", "setWipLimitPopup-title": "Cambiar el límite del trabajo en proceso",
"shortcut-assign-self": "Asignarte a ti mismo a la tarjeta actual", "shortcut-assign-self": "Asignarte a ti mismo a la tarjeta actual",
"shortcut-autocomplete-emoji": "Autocompletar emoji", "shortcut-autocomplete-emoji": "Autocompletar emoji",
"shortcut-autocomplete-members": "Autocompletar miembros", "shortcut-autocomplete-members": "Autocompletar miembros",
@ -649,9 +649,9 @@
"error-notAuthorized": "No estás autorizado a ver esta página.", "error-notAuthorized": "No estás autorizado a ver esta página.",
"webhook-title": "Nombre del Webhook", "webhook-title": "Nombre del Webhook",
"webhook-token": "Token (opcional para la autenticación)", "webhook-token": "Token (opcional para la autenticación)",
"outgoing-webhooks": "Outgoing Webhooks", "outgoing-webhooks": "Webhooks salientes",
"bidirectional-webhooks": "Webhooks de doble sentido", "bidirectional-webhooks": "Webhooks de doble sentido",
"outgoingWebhooksPopup-title": "Outgoing Webhooks", "outgoingWebhooksPopup-title": "Webhooks salientes",
"boardCardTitlePopup-title": "Filtro de títulos de tarjeta", "boardCardTitlePopup-title": "Filtro de títulos de tarjeta",
"disable-webhook": "Deshabilitar este Webhook", "disable-webhook": "Deshabilitar este Webhook",
"global-webhook": "Webhooks globales", "global-webhook": "Webhooks globales",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permitir cambiar el correo electrónico", "accounts-allowEmailChange": "Permitir cambiar el correo electrónico",
"accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario", "accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Fecha de alta", "createdAt": "Fecha de alta",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificado", "verified": "Verificado",
@ -754,6 +754,7 @@
"r-removed-from": "eliminado de", "r-removed-from": "eliminado de",
"r-the-board": "el tablero", "r-the-board": "el tablero",
"r-list": "la lista", "r-list": "la lista",
"list": "Lista",
"set-filter": "Filtrar", "set-filter": "Filtrar",
"r-moved-to": "Movido a", "r-moved-to": "Movido a",
"r-moved-from": "Movido desde", "r-moved-from": "Movido desde",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Agregar el carril", "r-add-swimlane": "Agregar el carril",
"r-swimlane-name": "nombre del carril", "r-swimlane-name": "nombre del carril",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: deje un campo vacío para que coincida con todos los valores posibles",
"r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.", "r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.",
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista", "r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
"r-set": "Cambiar", "r-set": "Cambiar",
@ -863,12 +864,12 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Método de autenticación por defecto", "default-authentication-method": "Método de autenticación por defecto",
"duplicate-board": "Duplicar tablero", "duplicate-board": "Duplicar tablero",
"org-number": "The number of organizations is: ", "org-number": "El número de organizaciones es:",
"team-number": "The number of teams is: ", "team-number": "El número de equipos es:",
"people-number": "The number of people is: ", "people-number": "El número de personas es:",
"swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?", "swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?",
"swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.", "swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.",
"restore-all": "Restore all", "restore-all": "Restaurar todas",
"delete-all": "Borrar todas", "delete-all": "Borrar todas",
"loading": "Cargando. Por favor, espere.", "loading": "Cargando. Por favor, espere.",
"previous_as": "el último tiempo fue", "previous_as": "el último tiempo fue",
@ -926,7 +927,7 @@
"status": "Estado", "status": "Estado",
"swimlane": "Carril", "swimlane": "Carril",
"owner": "Propietario", "owner": "Propietario",
"last-modified-at": "Última modificación", "last-modified-at": "Última modificación ",
"last-activity": "Última actividad", "last-activity": "Última actividad",
"voting": "Votar", "voting": "Votar",
"archived": "Archivado", "archived": "Archivado",
@ -944,7 +945,6 @@
"person": "Persona", "person": "Persona",
"my-cards": "Mis Tarjetas", "my-cards": "Mis Tarjetas",
"card": "Tarjeta", "card": "Tarjeta",
"list": "Lista",
"board": "Tablero", "board": "Tablero",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Vista de mis Tarjetas", "myCardsViewChange-title": "Vista de mis Tarjetas",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Avatar on liiga suur (520KB max)", "avatar-too-big": "Avatar on liiga suur (520KB max)",
"back": "Tagasi", "back": "Tagasi",
"board-change-color": "Värvi muutmine", "board-change-color": "Värvi muutmine",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "Selleks peate olema selle foorumi liige.", "error-board-notAMember": "Selleks peate olema selle foorumi liige.",
"error-json-malformed": "Teie tekst ei ole kehtiv JSON", "error-json-malformed": "Teie tekst ei ole kehtiv JSON",
"error-json-schema": "Teie JSON-andmed ei sisalda õiget teavet õiges formaadis.", "error-json-schema": "Teie JSON-andmed ei sisalda õiget teavet õiges formaadis.",
"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": "Teie CSV (Comma Separated Values)/TSV (Tab Separated Values) ei sisalda õiget teavet õiges formaadis.",
"error-list-doesNotExist": "Seda nimekirja ei ole olemas", "error-list-doesNotExist": "Seda nimekirja ei ole olemas",
"error-user-doesNotExist": "Seda kasutajat ei ole olemas", "error-user-doesNotExist": "Seda kasutajat ei ole olemas",
"error-user-notAllowSelf": "Te ei saa ennast kutsuda", "error-user-notAllowSelf": "Te ei saa ennast kutsuda",
@ -422,7 +422,7 @@
"filter-to-selection": "Valiku filtreerimine", "filter-to-selection": "Valiku filtreerimine",
"other-filters-label": "Muud filtrid", "other-filters-label": "Muud filtrid",
"advanced-filter-label": "Täiustatud filter", "advanced-filter-label": "Täiustatud filter",
"advanced-filter-description": "Täpsem filter võimaldab kirjutada stringi, mis sisaldab järgmisi operaatoreid: == ( ) Operaatorite vahel kasutatakse eraldajana tühikut. Saate filtreerida kõiki kohandatud välju, sisestades nende nimed ja väärtused. Näiteks: Välja1 == Väärtus1. Märkus: Kui väljad või väärtused sisaldavad tühikuid, tuleb need kapseldada ühekordsetesse jutumärkidesse. Näiteks: "Väli 1" == "Väärtus 1". Üksikute kontrollmärkide (' \/) vahelejätmiseks võite kasutada \. Näiteks: Välja1 == I\'m. Samuti saab kombineerida mitu tingimust. Näiteks: F1 == V1 || F1 == V2. Tavaliselt tõlgendatakse kõiki operaatoreid vasakult paremale. Sulgudes saab järjekorda muuta. Näiteks: F1 == V1 && ( F2 == V2 || F2 == V3 ). Samuti saab tekstivälju otsida regexi abil: F1 == /Tes.*/i", "advanced-filter-description": "Täpsem filter võimaldab kirjutada stringi, mis sisaldab järgmisi operaatoreid: == ( ) Operaatorite vahel kasutatakse eraldajana tühikut. Saate filtreerida kõiki kohandatud välju, sisestades nende nimed ja väärtused. Näiteks: Välja1 == Väärtus1. Märkus: Kui väljad või väärtused sisaldavad tühikuid, tuleb need kapseldada ühekordsetesse jutumärkidesse. Näiteks: \"Väli 1\" == \"Väärtus 1\". Üksikute kontrollmärkide (' \\/) vahelejätmiseks võite kasutada \\. Näiteks: Välja1 == I\\'m. Samuti saab kombineerida mitu tingimust. Näiteks: F1 == V1 || F1 == V2. Tavaliselt tõlgendatakse kõiki operaatoreid vasakult paremale. Sulgudes saab järjekorda muuta. Näiteks: F1 == V1 && ( F2 == V2 || F2 == V3 ). Samuti saab tekstivälju otsida regexi abil: F1 == /Tes.*/i",
"fullname": "Täielik nimi", "fullname": "Täielik nimi",
"header-logo-title": "Mine tagasi oma foorumite lehele.", "header-logo-title": "Mine tagasi oma foorumite lehele.",
"hide-system-messages": "Süsteemi sõnumite peitmine", "hide-system-messages": "Süsteemi sõnumite peitmine",
@ -545,7 +545,7 @@
"restore": "Taasta", "restore": "Taasta",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Kaardi seaded", "card-settings": "Kaardi seaded",
"save": "Salvesta", "save": "Salvesta",
"search": "Otsi", "search": "Otsi",
"rules": "Reeglid", "rules": "Reeglid",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Lubage e-posti muutmine", "accounts-allowEmailChange": "Lubage e-posti muutmine",
"accounts-allowUserNameChange": "Lubage kasutajanime muutmine", "accounts-allowUserNameChange": "Lubage kasutajanime muutmine",
"tableVisibilityMode-allowPrivateOnly": "Tahvlite nähtavus: Lubage ainult privaatseid tahvleid", "tableVisibilityMode-allowPrivateOnly": "Tahvlite nähtavus: Lubage ainult privaatseid tahvleid",
"tableVisibilityMode" : "Tahvlite nähtavus", "tableVisibilityMode": "Tahvlite nähtavus",
"createdAt": "Loodud aadressil", "createdAt": "Loodud aadressil",
"modifiedAt": "Muudetud aadressil", "modifiedAt": "Muudetud aadressil",
"verified": "Kinnitatud", "verified": "Kinnitatud",
@ -754,6 +754,7 @@
"r-removed-from": "Eemaldatud", "r-removed-from": "Eemaldatud",
"r-the-board": "juhatus", "r-the-board": "juhatus",
"r-list": "nimekiri", "r-list": "nimekiri",
"list": "Loetelu",
"set-filter": "Filtri määramine", "set-filter": "Filtri määramine",
"r-moved-to": "Ümber viidud", "r-moved-to": "Ümber viidud",
"r-moved-from": "Ümberpaigutatud alates", "r-moved-from": "Ümberpaigutatud alates",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Lisa ujumisrajoon", "r-add-swimlane": "Lisa ujumisrajoon",
"r-swimlane-name": "ujumisraja nimi", "r-swimlane-name": "ujumisraja nimi",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Märkus: jätke väli tühjaks, et sobitada kõiki võimalikke väärtusi.",
"r-checklist-note": "Märkus: kontrollnimekirja elemendid tuleb kirjutada komadega eraldatud väärtustena.", "r-checklist-note": "Märkus: kontrollnimekirja elemendid tuleb kirjutada komadega eraldatud väärtustena.",
"r-when-a-card-is-moved": "Kui kaart viiakse teise nimekirja", "r-when-a-card-is-moved": "Kui kaart viiakse teise nimekirja",
"r-set": "Komplekt", "r-set": "Komplekt",
@ -863,9 +864,9 @@
"oidc-button-text": "OIDC-nupu teksti kohandamine", "oidc-button-text": "OIDC-nupu teksti kohandamine",
"default-authentication-method": "Vaikimisi autentimismeetod", "default-authentication-method": "Vaikimisi autentimismeetod",
"duplicate-board": "Duplikaat Board", "duplicate-board": "Duplikaat Board",
"org-number": "The number of organizations is: ", "org-number": "Organisatsioonide arv on:",
"team-number": "The number of teams is: ", "team-number": "Võistkondade arv on:",
"people-number": "The number of people is: ", "people-number": "Inimeste arv on:",
"swimlaneDeletePopup-title": "Swimlane kustutada ?", "swimlaneDeletePopup-title": "Swimlane kustutada ?",
"swimlane-delete-pop": "Kõik tegevused eemaldatakse tegevuste söötmisest ja te ei saa ujumisgraafikut taastada. Tagasivõtmist ei ole võimalik teha.", "swimlane-delete-pop": "Kõik tegevused eemaldatakse tegevuste söötmisest ja te ei saa ujumisgraafikut taastada. Tagasivõtmist ei ole võimalik teha.",
"restore-all": "Taastada kõik", "restore-all": "Taastada kõik",
@ -944,7 +945,6 @@
"person": "Isik", "person": "Isik",
"my-cards": "Minu kaardid", "my-cards": "Minu kaardid",
"card": "Kaart", "card": "Kaart",
"list": "Loetelu",
"board": "Juhatus", "board": "Juhatus",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -59,7 +59,7 @@
"activity-removed": "%s %s(e)tik kenduta", "activity-removed": "%s %s(e)tik kenduta",
"activity-sent": "%s %s(e)ri bidalita", "activity-sent": "%s %s(e)ri bidalita",
"activity-unjoined": "%s utzita", "activity-unjoined": "%s utzita",
"activity-subtask-added": "%s-ra azpiataza gehitu da", "activity-subtask-added": " %s-ra azpiataza gehitu da",
"activity-checked-item": "%s markatu da %s kontrol-zerrendan ( %s)", "activity-checked-item": "%s markatu da %s kontrol-zerrendan ( %s)",
"activity-unchecked-item": "%s desmarkatu da %s kontrol-zerrendan (%s)", "activity-unchecked-item": "%s desmarkatu da %s kontrol-zerrendan (%s)",
"activity-checklist-added": "kontrol-zerrenda %s-ra gehitu da", "activity-checklist-added": "kontrol-zerrenda %s-ra gehitu da",
@ -70,10 +70,10 @@
"activity-checklist-item-removed": "removed a checklist item from '%s' in %s", "activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
"add": "Gehitu", "add": "Gehitu",
"activity-checked-item-card": "%s markatu da %s kontrol-zerrendan", "activity-checked-item-card": "%s markatu da %s kontrol-zerrendan",
"activity-unchecked-item-card": "%s desmarkatu da %s kontrol-zerrendan", "activity-unchecked-item-card": " %s desmarkatu da %s kontrol-zerrendan",
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"activity-checklist-uncompleted-card": "%s kontrol-zerrenda osatu gabe", "activity-checklist-uncompleted-card": " %s kontrol-zerrenda osatu gabe",
"activity-editComment": "%s iruzkina editatu da", "activity-editComment": " %s iruzkina editatu da",
"activity-deleteComment": "%s iruzkina ezabatu da", "activity-deleteComment": "%s iruzkina ezabatu da",
"activity-receivedDate": "edited received date to %s of %s", "activity-receivedDate": "edited received date to %s of %s",
"activity-startDate": "edited start date to %s of %s", "activity-startDate": "edited start date to %s of %s",
@ -137,9 +137,9 @@
"avatar-too-big": "Avatarra handiegia da (520KB max)", "avatar-too-big": "Avatarra handiegia da (520KB max)",
"back": "Atzera", "back": "Atzera",
"board-change-color": "Aldatu kolorea", "board-change-color": "Aldatu kolorea",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Erakutsi arbeleko kideen avatarrak", "show-board_members-avatar": "Erakutsi arbeleko kideen avatarrak",
@ -365,7 +365,7 @@
"error-board-notAMember": "Arbel honetako kidea izan behar zara hori egin ahal izateko", "error-board-notAMember": "Arbel honetako kidea izan behar zara hori egin ahal izateko",
"error-json-malformed": "Zure testua ez da baliozko JSON", "error-json-malformed": "Zure testua ez da baliozko JSON",
"error-json-schema": "Zure JSON datuek ez dute formatu zuzenaren informazio egokia", "error-json-schema": "Zure JSON datuek ez dute formatu zuzenaren informazio egokia",
"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": "Zure CSV(koma bidez bereizitako balioak)/TSV (tabuladorez bereizitako balioak) ez dauka baliozko informazioa baliozko formatuan. ",
"error-list-doesNotExist": "Zerrenda hau ez da existitzen", "error-list-doesNotExist": "Zerrenda hau ez da existitzen",
"error-user-doesNotExist": "Erabiltzaile hau ez da existitzen", "error-user-doesNotExist": "Erabiltzaile hau ez da existitzen",
"error-user-notAllowSelf": "Ezin duzu zure burua gonbidatu", "error-user-notAllowSelf": "Ezin duzu zure burua gonbidatu",
@ -422,7 +422,7 @@
"filter-to-selection": "Iragazketa aukerara", "filter-to-selection": "Iragazketa aukerara",
"other-filters-label": "Beste iragazkiak", "other-filters-label": "Beste iragazkiak",
"advanced-filter-label": "Iragazte aurreratua", "advanced-filter-label": "Iragazte aurreratua",
"advanced-filter-description": "Iragazki aurreratuak operadoreak dituen kate bat idazteko aukera ematen du: == != <= >= && || ( ) Eragileen arteko bereizle gisa espazio bat erabiltzen da. Eremu pertsonalizatu guztiak iragazi ditzakezu haien izenak eta balioak idatziz. Adibidez: Eremua1 == Balioa1. Oharra: eremuek edo balioek zuriuneak badituzte, komatxo bakarrean bildu behar dituzu. Adibidez: 'Eremua 1' == 'Balioa 1'. Kontrol-karaktere bakarrak (' \/) saltatzeko, \ erabil dezakezu. Adibidez: Field1 == I\'m. Gainera, hainbat baldintza konbina ditzakezu. Adibidez: F1 == V1 || F1 == V2. Normalean operadore guztiak ezkerretik eskuinera interpretatzen dira. Ordena alda dezakezu parentesi jarriz. Adibidez: F1 == V1 && ( F2 == V2 || F2 == V3 ). Testu-eremuak ere bilatu ditzakezu regex erabiliz: F1 == /Tes.*/i", "advanced-filter-description": "Iragazki aurreratuak operadoreak dituen kate bat idazteko aukera ematen du: == != <= >= && || ( ) Eragileen arteko bereizle gisa espazio bat erabiltzen da. Eremu pertsonalizatu guztiak iragazi ditzakezu haien izenak eta balioak idatziz. Adibidez: Eremua1 == Balioa1. Oharra: eremuek edo balioek zuriuneak badituzte, komatxo bakarrean bildu behar dituzu. Adibidez: 'Eremua 1' == 'Balioa 1'. Kontrol-karaktere bakarrak (' \\/) saltatzeko, \\ erabil dezakezu. Adibidez: Field1 == I\\'m. Gainera, hainbat baldintza konbina ditzakezu. Adibidez: F1 == V1 || F1 == V2. Normalean operadore guztiak ezkerretik eskuinera interpretatzen dira. Ordena alda dezakezu parentesi jarriz. Adibidez: F1 == V1 && ( F2 == V2 || F2 == V3 ). Testu-eremuak ere bilatu ditzakezu regex erabiliz: F1 == /Tes.*/i\n\n\n",
"fullname": "Izen abizenak", "fullname": "Izen abizenak",
"header-logo-title": "Itzuli zure arbelen orrira.", "header-logo-title": "Itzuli zure arbelen orrira.",
"hide-system-messages": "Ezkutatu sistemako mezuak", "hide-system-messages": "Ezkutatu sistemako mezuak",
@ -508,7 +508,7 @@
"my-boards": "Nire arbelak", "my-boards": "Nire arbelak",
"name": "Izena", "name": "Izena",
"no-archived-cards": "Biltegian ez dago txartelik.", "no-archived-cards": "Biltegian ez dago txartelik.",
"no-archived-lists": "Biltegian ez dago zerrendarik.", "no-archived-lists": " Biltegian ez dago zerrendarik.",
"no-archived-swimlanes": "Biltegian ez dago errailik.", "no-archived-swimlanes": "Biltegian ez dago errailik.",
"no-results": "Emaitzarik ez", "no-results": "Emaitzarik ez",
"normal": "Arrunta", "normal": "Arrunta",
@ -545,7 +545,7 @@
"restore": "Berrezarri", "restore": "Berrezarri",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Txartelaren ezarpenak", "card-settings": "Txartelaren ezarpenak",
"save": "Gorde", "save": "Gorde",
"search": "Bilatu", "search": "Bilatu",
"rules": "Arauak", "rules": "Arauak",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Baimendu e-mail aldaketa", "accounts-allowEmailChange": "Baimendu e-mail aldaketa",
"accounts-allowUserNameChange": "Baimendu erabiltzaile-izena aldatzea", "accounts-allowUserNameChange": "Baimendu erabiltzaile-izena aldatzea",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Noiz sortua", "createdAt": "Noiz sortua",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Egiaztatuta", "verified": "Egiaztatuta",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "1elementua,2elementua,3elementua", "r-items-list": "1elementua,2elementua,3elementua",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Oharra: kontrol-zerrendaren elementuak idatzi behar dira koma bidez bereizita.", "r-checklist-note": "Oharra: kontrol-zerrendaren elementuak idatzi behar dira koma bidez bereizita.",
"r-when-a-card-is-moved": "Txartela beste zerrendara eramatean", "r-when-a-card-is-moved": "Txartela beste zerrendara eramatean",
"r-set": "Ezarri", "r-set": "Ezarri",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "Nire txartelak", "my-cards": "Nire txartelak",
"card": "Txartela", "card": "Txartela",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -5,8 +5,8 @@
"act-deleteAttachment": "پاک کردن پیوست __attachment__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-deleteAttachment": "پاک کردن پیوست __attachment__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-addSubtask": "افزودن کار فرعی __subtask__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-addSubtask": "افزودن کار فرعی __subtask__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-addLabel": "افزودن برچسب __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-addLabel": "افزودن برچسب __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-addedLabel": "افزودن برچسب __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-addedLabel": "برچسب اضافه شده __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-removeLabel": "برچسب برداشته شده __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-removeLabel": "برداشتن برچسب __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-removedLabel": "برچسب برداشته شده __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-removedLabel": "برچسب برداشته شده __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-addChecklist": "افزودن چک لیست __checklist__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-addChecklist": "افزودن چک لیست __checklist__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"act-addChecklistItem": "آیتم اضافه شده به چک لیست __checklistItem__ در چک لیست __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "act-addChecklistItem": "آیتم اضافه شده به چک لیست __checklistItem__ در چک لیست __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
@ -71,7 +71,7 @@
"add": "Add", "add": "Add",
"activity-checked-item-card": "checked %s in checklist %s", "activity-checked-item-card": "checked %s in checklist %s",
"activity-unchecked-item-card": "unchecked %s in checklist %s", "activity-unchecked-item-card": "unchecked %s in checklist %s",
"activity-checklist-completed-card": "چک لیست کامل شده __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__", "activity-checklist-completed-card": "completed checklist __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
"activity-checklist-uncompleted-card": "uncompleted the checklist %s", "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
"activity-editComment": "edited comment %s", "activity-editComment": "edited comment %s",
"activity-deleteComment": "deleted comment %s", "activity-deleteComment": "deleted comment %s",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -1,5 +1,5 @@
{ {
"accept": "Accept", "accept": "تایید",
"act-activity-notify": "اعلان فعالیت", "act-activity-notify": "اعلان فعالیت",
"act-addAttachment": "ضمیمه __attachment__ به کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ اضافه شده", "act-addAttachment": "ضمیمه __attachment__ به کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ اضافه شده",
"act-deleteAttachment": "ضمیمه __attachment__ از کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ حذف شده", "act-deleteAttachment": "ضمیمه __attachment__ از کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ حذف شده",
@ -49,7 +49,7 @@
"activity-archived": "%s به آرشیو انتقال یافت", "activity-archived": "%s به آرشیو انتقال یافت",
"activity-attached": "%s به %s پیوست شد", "activity-attached": "%s به %s پیوست شد",
"activity-created": "%s ایجاد شد", "activity-created": "%s ایجاد شد",
"activity-customfield-created": "فیلد سفارشی %s ایجاد شد", "activity-customfield-created": " فیلد سفارشی %s ایجاد شد",
"activity-excluded": "%s از %s مستثنی گردید", "activity-excluded": "%s از %s مستثنی گردید",
"activity-imported": "%s از %s وارد %s شد", "activity-imported": "%s از %s وارد %s شد",
"activity-imported-board": "%s از %s وارد شد", "activity-imported-board": "%s از %s وارد شد",
@ -60,8 +60,8 @@
"activity-sent": "ارسال %s به %s", "activity-sent": "ارسال %s به %s",
"activity-unjoined": "قطع اتصال %s", "activity-unjoined": "قطع اتصال %s",
"activity-subtask-added": "زیروظیفه به %s اضافه شد", "activity-subtask-added": "زیروظیفه به %s اضافه شد",
"activity-checked-item": "%s مورد در چک‌لیست %s از %s انتخاب‌شده", "activity-checked-item": " %s مورد در چک‌لیست %s از %s انتخاب‌شده",
"activity-unchecked-item": "%s مورد در چک‌لیست %s از %s انتخاب‌نشده", "activity-unchecked-item": " %s مورد در چک‌لیست %s از %s انتخاب‌نشده",
"activity-checklist-added": "چک‌لیست به %s اضافه شد", "activity-checklist-added": "چک‌لیست به %s اضافه شد",
"activity-checklist-removed": "یک چک‌لیست از %s حذف گردید", "activity-checklist-removed": "یک چک‌لیست از %s حذف گردید",
"activity-checklist-completed": "چک‌لیست %s از %s کامل شده‌است", "activity-checklist-completed": "چک‌لیست %s از %s کامل شده‌است",
@ -69,12 +69,12 @@
"activity-checklist-item-added": "آیتم چک‌لیست به '%s' در %s اضافه شده", "activity-checklist-item-added": "آیتم چک‌لیست به '%s' در %s اضافه شده",
"activity-checklist-item-removed": "یک آیتم چک‌لیست از '%s' در %s حذف شده.", "activity-checklist-item-removed": "یک آیتم چک‌لیست از '%s' در %s حذف شده.",
"add": "افزودن", "add": "افزودن",
"activity-checked-item-card": "%s در چک‌لیست %s انتخاب‌شده", "activity-checked-item-card": " %s در چک‌لیست %s انتخاب‌شده",
"activity-unchecked-item-card": "%s در چک‌لیست %s از حالت انتخاب خارج شده", "activity-unchecked-item-card": "%s در چک‌لیست %s از حالت انتخاب خارج شده",
"activity-checklist-completed-card": "چک‌لیست __checklist__ در کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ کامل شده", "activity-checklist-completed-card": "چک‌لیست __checklist__ در کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ کامل شده",
"activity-checklist-uncompleted-card": "چک‌لیست %s تمام نشده", "activity-checklist-uncompleted-card": "چک‌لیست %s تمام نشده ",
"activity-editComment": "%s نظر ویرایش شد", "activity-editComment": "%s نظر ویرایش شد ",
"activity-deleteComment": "%s نظر حذف شد", "activity-deleteComment": "%s نظر حذف شد ",
"activity-receivedDate": "edited received date to %s of %s", "activity-receivedDate": "edited received date to %s of %s",
"activity-startDate": "edited start date to %s of %s", "activity-startDate": "edited start date to %s of %s",
"activity-dueDate": "edited due date to %s of %s", "activity-dueDate": "edited due date to %s of %s",
@ -104,7 +104,7 @@
"admin-announcement": "اعلان", "admin-announcement": "اعلان",
"admin-announcement-active": "فعال کردن اعلان‌های سمت سیستم", "admin-announcement-active": "فعال کردن اعلان‌های سمت سیستم",
"admin-announcement-title": "اعلان از سوی مدیر", "admin-announcement-title": "اعلان از سوی مدیر",
"all-boards": "All boards", "all-boards": "تمام بردها",
"and-n-other-card": "و __count__ کارت دیگر", "and-n-other-card": "و __count__ کارت دیگر",
"and-n-other-card_plural": "و __count__ کارت دیگر", "and-n-other-card_plural": "و __count__ کارت دیگر",
"apply": "اعمال", "apply": "اعمال",
@ -137,19 +137,19 @@
"avatar-too-big": "تصویر آواتار بسیار بزرگ است (حداکثر ۵۲۰ کیلوبایت)", "avatar-too-big": "تصویر آواتار بسیار بزرگ است (حداکثر ۵۲۰ کیلوبایت)",
"back": "بازگشت", "back": "بازگشت",
"board-change-color": "تغییر رنگ", "board-change-color": "تغییر رنگ",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
"board-nb-stars": "%s ستاره", "board-nb-stars": "%s ستاره",
"board-not-found": "Board not found", "board-not-found": "برد مورد نظر پیدا نشد",
"board-private-info": "This board will be <strong>private</strong>.", "board-private-info": "این برد <strong>خصوصی</strong> خواهد بود.",
"board-public-info": "This board will be <strong>public</strong>.", "board-public-info": "این برد <strong>عمومی</strong> خواهد بود.",
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.", "board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
"boardChangeColorPopup-title": "Change Board Background", "boardChangeColorPopup-title": "تغییر پس زمینه برد",
"boardChangeTitlePopup-title": "Rename Board", "boardChangeTitlePopup-title": "تغییر نام برد",
"boardChangeVisibilityPopup-title": "تغییر وضعیت نمایش", "boardChangeVisibilityPopup-title": "تغییر وضعیت نمایش",
"boardChangeWatchPopup-title": "تغییر دیده‌بانی", "boardChangeWatchPopup-title": "تغییر دیده‌بانی",
"boardMenuPopup-title": "تنظیمات برد", "boardMenuPopup-title": "تنظیمات برد",
@ -302,7 +302,7 @@
"copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "ایجاد", "create": "ایجاد",
"createBoardPopup-title": "ایجاد برد", "createBoardPopup-title": "ایجاد برد",
"chooseBoardSourcePopup-title": "وارد کردن برد", "chooseBoardSourcePopup-title": "بارگذاری برد",
"createLabelPopup-title": "ایجاد لیبل", "createLabelPopup-title": "ایجاد لیبل",
"createCustomField": "ایجاد فیلد", "createCustomField": "ایجاد فیلد",
"createCustomFieldPopup-title": "ایجاد فیلد", "createCustomFieldPopup-title": "ایجاد فیلد",
@ -365,7 +365,7 @@
"error-board-notAMember": "شما برای انجام آن، باید عضو این برد باشید", "error-board-notAMember": "شما برای انجام آن، باید عضو این برد باشید",
"error-json-malformed": "متن در قالب صحیح Json نمی باشد.", "error-json-malformed": "متن در قالب صحیح Json نمی باشد.",
"error-json-schema": "داده‌های Json شما، شامل اطلاعات صحیح در قالب درستی نمی‌باشد.", "error-json-schema": "داده‌های Json شما، شامل اطلاعات صحیح در قالب درستی نمی‌باشد.",
"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": "مقادیر موجود در فایل CSV (مقادیر جدا شده توسط کاما)/TSV (مقادیر جدا شده تب) در قالب درستی نمی‌باشد.",
"error-list-doesNotExist": "این لیست موجود نیست", "error-list-doesNotExist": "این لیست موجود نیست",
"error-user-doesNotExist": "این کاربر وجود ندارد", "error-user-doesNotExist": "این کاربر وجود ندارد",
"error-user-notAllowSelf": "عدم امکان دعوت خود", "error-user-notAllowSelf": "عدم امکان دعوت خود",
@ -422,7 +422,7 @@
"filter-to-selection": "فیلتر برای موارد انتخابی", "filter-to-selection": "فیلتر برای موارد انتخابی",
"other-filters-label": "فیلترهای دیگر", "other-filters-label": "فیلترهای دیگر",
"advanced-filter-label": "فیلتر پیشرفته", "advanced-filter-label": "فیلتر پیشرفته",
"advanced-filter-description": "فیلتر پیشرفته اجازه می دهد تا برای نوشتن رشته حاوی اپراتورهای زیر: ==! = <=> = && || () یک فضای به عنوان یک جداساز بین اپراتورها استفاده می شود. با تایپ کردن نام ها و مقادیر آنها می توانید برای تمام زمینه های سفارشی فیلتر کنید. به عنوان مثال: Field1 == Value1. نکته: اگر فیلدها یا مقادیر حاوی فضاها باشند، شما باید آنها را به یک نقل قول کپسول کنید. برای مثال: 'فیلد 1' == 'مقدار 1'. برای تک تک کاراکترهای کنترل (\\) که می توانید از آنها استفاده کنید، می توانید از \ استفاده کنید. به عنوان مثال: Field1 == I \ 'm. همچنین شما می توانید شرایط مختلف را ترکیب کنید. برای مثال: F1 == V1 || F1 == V2. به طور معمول همه اپراتورها از چپ به راست تفسیر می شوند. شما می توانید سفارش را با قرار دادن براکت تغییر دهید. برای مثال: F1 == V1 && (F2 == V2 || F2 == V3). همچنین می توانید فیلدهای متنی را با استفاده از regex جستجو کنید: F1 == /Tes.*/i", "advanced-filter-description": "فیلتر پیشرفته اجازه می دهد تا برای نوشتن رشته حاوی اپراتورهای زیر: ==! = <=> = && || () یک فضای به عنوان یک جداساز بین اپراتورها استفاده می شود. با تایپ کردن نام ها و مقادیر آنها می توانید برای تمام زمینه های سفارشی فیلتر کنید. به عنوان مثال: Field1 == Value1. نکته: اگر فیلدها یا مقادیر حاوی فضاها باشند، شما باید آنها را به یک نقل قول کپسول کنید. برای مثال: 'فیلد 1' == 'مقدار 1'. برای تک تک کاراکترهای کنترل (\\\\) که می توانید از آنها استفاده کنید، می توانید از \\ استفاده کنید. به عنوان مثال: Field1 == I \\ 'm. همچنین شما می توانید شرایط مختلف را ترکیب کنید. برای مثال: F1 == V1 || F1 == V2. به طور معمول همه اپراتورها از چپ به راست تفسیر می شوند. شما می توانید سفارش را با قرار دادن براکت تغییر دهید. برای مثال: F1 == V1 && (F2 == V2 || F2 == V3). همچنین می توانید فیلدهای متنی را با استفاده از regex جستجو کنید: F1 == /Tes.*/i",
"fullname": "نام و نام خانوادگی", "fullname": "نام و نام خانوادگی",
"header-logo-title": "بازگشت به صفحه بردها.", "header-logo-title": "بازگشت به صفحه بردها.",
"hide-system-messages": "عدم نمایش پیامهای سیستمی", "hide-system-messages": "عدم نمایش پیامهای سیستمی",
@ -486,8 +486,8 @@
"link-list": "پیوند به این فهرست", "link-list": "پیوند به این فهرست",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
"list-delete-suggest-archive": "شما می توانید لیست را به آرشیو انتقال دهید تا آن را از برد حذف نمایید و فعالیت های خود را حفظ نمایید", "list-delete-suggest-archive": "شما می توانید لیست را به آرشیو انتقال دهید تا آن را از برد حذف نمایید و فعالیت های خود را حفظ نمایید",
"lists": "لیست‌ها", "lists": "لیست ها",
"swimlanes": "مسیرها", "swimlanes": "Swimlanes",
"log-out": "خروج", "log-out": "خروج",
"log-in": "ورود", "log-in": "ورود",
"loginPopup-title": "ورود", "loginPopup-title": "ورود",
@ -541,11 +541,11 @@
"remove-member-pop": "آیا __name__ (__username__) را از __boardTitle__ حذف می‌کنید؟ کاربر از تمام کارت‌ها در این برد حذف خواهد شد. آنها از این اقدام مطلع خواهند شد.", "remove-member-pop": "آیا __name__ (__username__) را از __boardTitle__ حذف می‌کنید؟ کاربر از تمام کارت‌ها در این برد حذف خواهد شد. آنها از این اقدام مطلع خواهند شد.",
"removeMemberPopup-title": "آیا می خواهید کاربر را حذف کنید؟", "removeMemberPopup-title": "آیا می خواهید کاربر را حذف کنید؟",
"rename": "تغیر نام", "rename": "تغیر نام",
"rename-board": "Rename Board", "rename-board": "تغییر نام برد",
"restore": "بازیابی", "restore": "بازیابی",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"تنظیمات کارت", "card-settings": "تنظیمات کارت",
"save": "ذخیره", "save": "ذخیره",
"search": "جستجو", "search": "جستجو",
"rules": "قواعد", "rules": "قواعد",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "اجازه تغییر ایمیل", "accounts-allowEmailChange": "اجازه تغییر ایمیل",
"accounts-allowUserNameChange": "اجازه تغییر نام کاربری", "accounts-allowUserNameChange": "اجازه تغییر نام کاربری",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "ساخته شده در", "createdAt": "ساخته شده در",
"modifiedAt": "تغییر یافته در", "modifiedAt": "تغییر یافته در",
"verified": "معتبر", "verified": "معتبر",
@ -754,6 +754,7 @@
"r-removed-from": "حذف از", "r-removed-from": "حذف از",
"r-the-board": "برد", "r-the-board": "برد",
"r-list": "لیست", "r-list": "لیست",
"list": "لیست",
"set-filter": "اضافه کردن فیلتر", "set-filter": "اضافه کردن فیلتر",
"r-moved-to": "انتقال به", "r-moved-to": "انتقال به",
"r-moved-from": "انتقال از", "r-moved-from": "انتقال از",
@ -832,7 +833,7 @@
"r-items-list": "آیتم1،آیتم2،آیتم3", "r-items-list": "آیتم1،آیتم2،آیتم3",
"r-add-swimlane": "افزودن مسیر", "r-add-swimlane": "افزودن مسیر",
"r-swimlane-name": "نام مسیر", "r-swimlane-name": "نام مسیر",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "نکته: برای نمایش موارد ممکن کادر را خالی بگذارید.",
"r-checklist-note": "نکته: چک‌لیست‌ها باید توسط کاما از یک‌دیگر جدا شوند.", "r-checklist-note": "نکته: چک‌لیست‌ها باید توسط کاما از یک‌دیگر جدا شوند.",
"r-when-a-card-is-moved": "زمانی که یک کارت به لیست دیگری منتقل شد", "r-when-a-card-is-moved": "زمانی که یک کارت به لیست دیگری منتقل شد",
"r-set": "تنظیم", "r-set": "تنظیم",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "نوع اعتبارسنجی پیشفرض", "default-authentication-method": "نوع اعتبارسنجی پیشفرض",
"duplicate-board": "برد تکراری", "duplicate-board": "برد تکراری",
"org-number": "The number of organizations is: ", "org-number": "تعداد سازمان ها",
"team-number": "The number of teams is: ", "team-number": "تعداد تیم ها",
"people-number": "The number of people is: ", "people-number": "تعدا افراد:",
"swimlaneDeletePopup-title": "مسیر حذف شود؟", "swimlaneDeletePopup-title": "مسیر حذف شود؟",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "بازگردانی همه", "restore-all": "بازگردانی همه",
@ -895,7 +896,7 @@
"accounts-allowUserDelete": "به کاربران اجازه دهید خودشان اکانتشان را حذف کنند", "accounts-allowUserDelete": "به کاربران اجازه دهید خودشان اکانتشان را حذف کنند",
"hide-minicard-label-text": "مخفی کردن اسم لیبل مینی کارت", "hide-minicard-label-text": "مخفی کردن اسم لیبل مینی کارت",
"show-desktop-drag-handles": "نمایش دستگیره‌های درگ‌کردن دسکتاپ", "show-desktop-drag-handles": "نمایش دستگیره‌های درگ‌کردن دسکتاپ",
"assignee": "محولشده", "assignee": "محول شده",
"cardAssigneesPopup-title": "محول‌شده", "cardAssigneesPopup-title": "محول‌شده",
"addmore-detail": "افزودن توضیحات کامل تر", "addmore-detail": "افزودن توضیحات کامل تر",
"show-on-card": "نمایش در کارت", "show-on-card": "نمایش در کارت",
@ -926,7 +927,7 @@
"status": "وضعیت", "status": "وضعیت",
"swimlane": "مسیر", "swimlane": "مسیر",
"owner": "صاحب", "owner": "صاحب",
"last-modified-at": "آخرین ویرایش در", "last-modified-at": "آخرین ویرایش در ",
"last-activity": "آخرین فعالیت", "last-activity": "آخرین فعالیت",
"voting": "رأی دهی", "voting": "رأی دهی",
"archived": "بایگانی شده", "archived": "بایگانی شده",
@ -944,7 +945,6 @@
"person": "فرد", "person": "فرد",
"my-cards": "کارت های من", "my-cards": "کارت های من",
"card": "کارت", "card": "کارت",
"list": "لیست",
"board": "برد", "board": "برد",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -65,7 +65,7 @@
"activity-checklist-added": "lisätty tarkistuslista kortille %s", "activity-checklist-added": "lisätty tarkistuslista kortille %s",
"activity-checklist-removed": "poistettu tarkistuslista kohteesta %s", "activity-checklist-removed": "poistettu tarkistuslista kohteesta %s",
"activity-checklist-completed": "saatiin valmiiksi tarkistuslista %s / %s", "activity-checklist-completed": "saatiin valmiiksi tarkistuslista %s / %s",
"activity-checklist-uncompleted": "keskeneräinen tarkistuslista %s / %s", "activity-checklist-uncompleted": "ei saatu valmiiksi tarkistuslista %s / %s",
"activity-checklist-item-added": "lisäsi kohdan tarkistuslistaan '%s' kortilla %s", "activity-checklist-item-added": "lisäsi kohdan tarkistuslistaan '%s' kortilla %s",
"activity-checklist-item-removed": "poistettu tarkistuslistan kohta '%s' / %s", "activity-checklist-item-removed": "poistettu tarkistuslistan kohta '%s' / %s",
"add": "Lisää", "add": "Lisää",
@ -137,9 +137,9 @@
"avatar-too-big": "Profiilikuva on liian suuri (enintään 520 kt)", "avatar-too-big": "Profiilikuva on liian suuri (enintään 520 kt)",
"back": "Takaisin", "back": "Takaisin",
"board-change-color": "Muokkaa väriä", "board-change-color": "Muokkaa väriä",
"show-at-all-boards-page" : "Näytä Kaikki taulut sivulla", "show-at-all-boards-page": "Näytä Kaikki taulut sivulla",
"board-info-on-my-boards" : "Kaikki taulut asetukset", "board-info-on-my-boards": "Kaikki taulut asetukset",
"boardInfoOnMyBoardsPopup-title" : "Kaikki taulut asetukset", "boardInfoOnMyBoardsPopup-title": "Kaikki taulut asetukset",
"boardInfoOnMyBoards-title": "Kaikki taulut asetukset", "boardInfoOnMyBoards-title": "Kaikki taulut asetukset",
"show-card-counter-per-list": "Näytä korttien määrä per lista", "show-card-counter-per-list": "Näytä korttien määrä per lista",
"show-board_members-avatar": "Näytä taulun jäsenien profiilikuvat", "show-board_members-avatar": "Näytä taulun jäsenien profiilikuvat",
@ -226,7 +226,7 @@
"cardMorePopup-title": "Lisää", "cardMorePopup-title": "Lisää",
"cardTemplatePopup-title": "Luo malli", "cardTemplatePopup-title": "Luo malli",
"cards": "Kortit", "cards": "Kortit",
"cards-count": "Kortit", "cards-count": "korttia",
"cards-count-one": "Kortti", "cards-count-one": "Kortti",
"casSignIn": "CAS-kirjautuminen", "casSignIn": "CAS-kirjautuminen",
"cardType-card": "Kortti", "cardType-card": "Kortti",
@ -276,7 +276,7 @@
"color-slateblue": "liuskekivi sininen", "color-slateblue": "liuskekivi sininen",
"color-white": "valkoinen", "color-white": "valkoinen",
"color-yellow": "keltainen", "color-yellow": "keltainen",
"unset-color": "Poista asetus", "unset-color": "Peru väri",
"comment": "Kommentti", "comment": "Kommentti",
"comment-placeholder": "Kirjoita kommentti", "comment-placeholder": "Kirjoita kommentti",
"comment-only": "Vain kommentointi", "comment-only": "Vain kommentointi",
@ -365,7 +365,7 @@
"error-board-notAMember": "Tehdäksesi tämän sinun täytyy olla tämän taulun jäsen", "error-board-notAMember": "Tehdäksesi tämän sinun täytyy olla tämän taulun jäsen",
"error-json-malformed": "Tekstisi ei ole kelvollisessa JSON-muodossa", "error-json-malformed": "Tekstisi ei ole kelvollisessa JSON-muodossa",
"error-json-schema": "JSON-tietosi ei sisällä oikeaa tietoa oikeassa muodossa", "error-json-schema": "JSON-tietosi ei sisällä oikeaa tietoa oikeassa muodossa",
"error-csv-schema": "Sinun CSV(pilkulla erotetut arvot)/TSV(tabilla erotetut arvot) ei sisällä oikeita tietoja oikeassa muodossa", "error-csv-schema": "CSV tietosi (pilkulla erotetut arvot)/TSV (tabilla erotetut arvot) ei sisällä oikeaa tietoa oikeassa muodossa",
"error-list-doesNotExist": "Tätä listaa ei ole olemassa", "error-list-doesNotExist": "Tätä listaa ei ole olemassa",
"error-user-doesNotExist": "Tätä käyttäjää ei ole olemassa", "error-user-doesNotExist": "Tätä käyttäjää ei ole olemassa",
"error-user-notAllowSelf": "Et voi kutsua itseäsi", "error-user-notAllowSelf": "Et voi kutsua itseäsi",
@ -422,7 +422,7 @@
"filter-to-selection": "Suodata valintaan", "filter-to-selection": "Suodata valintaan",
"other-filters-label": "Muut suodattimet", "other-filters-label": "Muut suodattimet",
"advanced-filter-label": "Edistynyt suodatin", "advanced-filter-label": "Edistynyt suodatin",
"advanced-filter-description": "Edistynyt suodatin mahdollistaa merkkijonon, joka sisältää seuraavat operaattorit: == != <= >= && || ( ) Operaattorien välissä käytetään välilyöntiä. Voit suodattaa kaikki mukautetut kentät kirjoittamalla niiden nimet ja arvot. Esimerkiksi: Field1 == Value1. Huom: Jos kentillä tai arvoilla on välilyöntejä, sinun on sijoitettava ne yksittäisiin lainausmerkkeihin. Esimerkki: 'Kenttä 1' == 'Arvo 1'. Voit hypätä yksittäisen kontrollimerkkien (' \/) yli käyttämällä \. Esimerkki: Field1 = I\'m. Voit myös yhdistää useita ehtoja. Esimerkiksi: F1 == V1 || F1 == V2. Yleensä kaikki operaattorit tulkitaan vasemmalta oikealle. Voit muuttaa järjestystä asettamalla sulkuja. Esimerkiksi: F1 == V1 && (F2 == V2 || F2 == V3). Voit myös etsiä tekstikentistä regexillä: F1 == /Tes.*/i", "advanced-filter-description": "Edistynyt suodatin mahdollistaa merkkijonon, joka sisältää seuraavat operaattorit: == != <= >= && || ( ) Operaattorien välissä käytetään välilyöntiä. Voit suodattaa kaikki mukautetut kentät kirjoittamalla niiden nimet ja arvot. Esimerkiksi: Field1 == Value1. Huom: Jos kentillä tai arvoilla on välilyöntejä, sinun on sijoitettava ne yksittäisiin lainausmerkkeihin. Esimerkki: 'Kenttä 1' == 'Arvo 1'. Voit hypätä yksittäisen kontrollimerkkien (' \\/) yli käyttämällä \\. Esimerkki: Field1 = I\\'m. Voit myös yhdistää useita ehtoja. Esimerkiksi: F1 == V1 || F1 == V2. Yleensä kaikki operaattorit tulkitaan vasemmalta oikealle. Voit muuttaa järjestystä asettamalla sulkuja. Esimerkiksi: F1 == V1 && (F2 == V2 || F2 == V3). Voit myös etsiä tekstikentistä regexillä: F1 == /Tes.*/i",
"fullname": "Koko nimi", "fullname": "Koko nimi",
"header-logo-title": "Palaa taulut sivullesi.", "header-logo-title": "Palaa taulut sivullesi.",
"hide-system-messages": "Piilota järjestelmäviestit", "hide-system-messages": "Piilota järjestelmäviestit",
@ -545,11 +545,11 @@
"restore": "Palauta", "restore": "Palauta",
"rescue-card-description": "Näytä pelastusikkuna ennen sulkemista tallentamattomien korttien kuvauksia varten", "rescue-card-description": "Näytä pelastusikkuna ennen sulkemista tallentamattomien korttien kuvauksia varten",
"rescue-card-description-dialogue": "Korvataanko nykyisen kortin kuvaus muutoksillasi?", "rescue-card-description-dialogue": "Korvataanko nykyisen kortin kuvaus muutoksillasi?",
"card-settings":"Kortin asetukset", "card-settings": "Kortin asetukset",
"save": "Tallenna", "save": "Tallenna",
"search": "Etsi", "search": "Etsi",
"rules": "Säännöt", "rules": "Säännöt",
"search-cards": "Etsi kortin/listan otsikoista, kuvauksista ja mukautetuista kentistä tällä taululla", "search-cards": "Etsi kortin/listan otsikoista, kuvauksista ja mukautetuista kentistä tällä taululla ",
"search-example": "Kirjoita teksti jota etsit ja paina Enter", "search-example": "Kirjoita teksti jota etsit ja paina Enter",
"select-color": "Valitse väri", "select-color": "Valitse väri",
"select-board": "Valitse taulu", "select-board": "Valitse taulu",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Salli sähköpostiosoitteen muuttaminen", "accounts-allowEmailChange": "Salli sähköpostiosoitteen muuttaminen",
"accounts-allowUserNameChange": "Salli käyttäjätunnuksen muuttaminen", "accounts-allowUserNameChange": "Salli käyttäjätunnuksen muuttaminen",
"tableVisibilityMode-allowPrivateOnly": "Taulujen näkyvyys: Salli vain yksityiset taulut", "tableVisibilityMode-allowPrivateOnly": "Taulujen näkyvyys: Salli vain yksityiset taulut",
"tableVisibilityMode" : "Taulujen näkyvyys", "tableVisibilityMode": "Taulujen näkyvyys",
"createdAt": "Luotu", "createdAt": "Luotu",
"modifiedAt": "Muokattu", "modifiedAt": "Muokattu",
"verified": "Varmistettu", "verified": "Varmistettu",
@ -694,7 +694,7 @@
"card-received": "Vastaanotettu", "card-received": "Vastaanotettu",
"card-received-on": "Vastaanotettu", "card-received-on": "Vastaanotettu",
"card-end": "Loppuu", "card-end": "Loppuu",
"card-end-on": "Päättyy", "card-end-on": "Loppuu",
"editCardReceivedDatePopup-title": "Vaihda vastaanottamispäivää", "editCardReceivedDatePopup-title": "Vaihda vastaanottamispäivää",
"editCardEndDatePopup-title": "Vaihda loppumispäivää", "editCardEndDatePopup-title": "Vaihda loppumispäivää",
"setCardColorPopup-title": "Aseta väri", "setCardColorPopup-title": "Aseta väri",
@ -754,6 +754,7 @@
"r-removed-from": "Poistettu kohteesta", "r-removed-from": "Poistettu kohteesta",
"r-the-board": "taulu", "r-the-board": "taulu",
"r-list": "lista", "r-list": "lista",
"list": "Lista",
"set-filter": "Aseta suodatin", "set-filter": "Aseta suodatin",
"r-moved-to": "Siirretty kohteeseen", "r-moved-to": "Siirretty kohteeseen",
"r-moved-from": "Siirretty kohteesta", "r-moved-from": "Siirretty kohteesta",
@ -944,7 +945,6 @@
"person": "Henkilö", "person": "Henkilö",
"my-cards": "Korttini", "my-cards": "Korttini",
"card": "Kortti", "card": "Kortti",
"list": "Lista",
"board": "Taulu", "board": "Taulu",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Korttini näkymä", "myCardsViewChange-title": "Korttini näkymä",
@ -1062,7 +1062,7 @@
"globalSearch-instructions-status-private": "`__predicate_private__` - kortit vain yksityisillä tauluilla", "globalSearch-instructions-status-private": "`__predicate_private__` - kortit vain yksityisillä tauluilla",
"globalSearch-instructions-operator-has": "`__operator_has__:<field>` - jossa *<field>* on yksi näistä: `__predicate_attachment__`, `__predicate_checklist__`, `__predicate_description__`, `__predicate_start__`, `__predicate_due__`, `__predicate_end__`, `__predicate_assignee__` tai `__predicate_member__`. Laittamalla `-` eteen *<field>* etsii niistä joissa puuttuu se arvo siitä kentästä (esim. `sisältää:-erääntyy` etsii korteista joilla ei ole erääntymispäivää).", "globalSearch-instructions-operator-has": "`__operator_has__:<field>` - jossa *<field>* on yksi näistä: `__predicate_attachment__`, `__predicate_checklist__`, `__predicate_description__`, `__predicate_start__`, `__predicate_due__`, `__predicate_end__`, `__predicate_assignee__` tai `__predicate_member__`. Laittamalla `-` eteen *<field>* etsii niistä joissa puuttuu se arvo siitä kentästä (esim. `sisältää:-erääntyy` etsii korteista joilla ei ole erääntymispäivää).",
"globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - jossa *<sort-name>* on yksi näistä: `__predicate_due__`, `__predicate_created__` tai `__predicate_modified__`. Laskevaa järjestä varten voit laittaa `-` lajiteltavan nimen eteen.", "globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - jossa *<sort-name>* on yksi näistä: `__predicate_due__`, `__predicate_created__` tai `__predicate_modified__`. Laskevaa järjestä varten voit laittaa `-` lajiteltavan nimen eteen.",
"globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - jossa *<n>* on positiivinen kokonaisluku, joka ilmaisee näytettävien korttien määrän sivua kohden.", "globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - jossa *<n>* on positiivinen kokonaisluku, joka ilmaisee näytettävien korttien määrän sivua kohden. ",
"globalSearch-instructions-notes-1": "On mahdollista määritellä useita operaattoreita.", "globalSearch-instructions-notes-1": "On mahdollista määritellä useita operaattoreita.",
"globalSearch-instructions-notes-2": "Samankaltaiset operaattorit on *TAI* yhteen. Kortit jotka täsmää mihin tahansa ehtoon palautetaan.\n`__operator_list__:Saatavilla __operator_list__:Blokattu` palauttaisi kortit jotka sisältää minkä tahansa listan nimeltä *Blokattu* tai *Saatavilla*.", "globalSearch-instructions-notes-2": "Samankaltaiset operaattorit on *TAI* yhteen. Kortit jotka täsmää mihin tahansa ehtoon palautetaan.\n`__operator_list__:Saatavilla __operator_list__:Blokattu` palauttaisi kortit jotka sisältää minkä tahansa listan nimeltä *Blokattu* tai *Saatavilla*.",
"globalSearch-instructions-notes-3": "Eri operaattorit ovat *JA* yhteen. Vain kortit jotka täsmää kaikkiin eri operaattoreihin palautetaan. `__operator_list__:Saatavilla __operator_label__:punainen` palauttaa vain kortit listasta *Saatavilla* joilla on *punainen* nimilappu.", "globalSearch-instructions-notes-3": "Eri operaattorit ovat *JA* yhteen. Vain kortit jotka täsmää kaikkiin eri operaattoreihin palautetaan. `__operator_list__:Saatavilla __operator_label__:punainen` palauttaa vain kortit listasta *Saatavilla* joilla on *punainen* nimilappu.",
@ -1089,7 +1089,7 @@
"move-swimlane": "Siirrä uimarata", "move-swimlane": "Siirrä uimarata",
"moveSwimlanePopup-title": "Siirrä uimarata", "moveSwimlanePopup-title": "Siirrä uimarata",
"custom-field-stringtemplate": "Merkkijono malli", "custom-field-stringtemplate": "Merkkijono malli",
"custom-field-stringtemplate-format": "Muoto (käytä %{arvo} paikanpitäjänä)", "custom-field-stringtemplate-format": "Muoto (käytä %{arvo} paikanpitäjänä) ",
"custom-field-stringtemplate-separator": "Erotin (käytä &#32; tai &nbsp; välilyöntinä)", "custom-field-stringtemplate-separator": "Erotin (käytä &#32; tai &nbsp; välilyöntinä)",
"custom-field-stringtemplate-item-placeholder": "Paina Enter lisätäksesi lisää kohtia", "custom-field-stringtemplate-item-placeholder": "Paina Enter lisätäksesi lisää kohtia",
"creator": "Luoja", "creator": "Luoja",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

File diff suppressed because it is too large Load diff

View file

@ -137,9 +137,9 @@
"avatar-too-big": "La taille du fichier de l'avatar est trop importante (520 ko au maximum)", "avatar-too-big": "La taille du fichier de l'avatar est trop importante (520 ko au maximum)",
"back": "Retour", "back": "Retour",
"board-change-color": "Changer la couleur", "board-change-color": "Changer la couleur",
"show-at-all-boards-page" : "Afficher sur la page de tous les tableaux", "show-at-all-boards-page": "Afficher sur la page de tous les tableaux",
"board-info-on-my-boards" : "Paramètres de tous les tableaux", "board-info-on-my-boards": "Paramètres de tous les tableaux",
"boardInfoOnMyBoardsPopup-title" : "Paramètres de tous les tableaux", "boardInfoOnMyBoardsPopup-title": "Paramètres de tous les tableaux",
"boardInfoOnMyBoards-title": "Paramètres de tous les tableaux", "boardInfoOnMyBoards-title": "Paramètres de tous les tableaux",
"show-card-counter-per-list": "Afficher le nombre de cartes par liste", "show-card-counter-per-list": "Afficher le nombre de cartes par liste",
"show-board_members-avatar": "Afficher les avatars des participants du tableau.", "show-board_members-avatar": "Afficher les avatars des participants du tableau.",
@ -262,7 +262,7 @@
"color-lime": "citron vert", "color-lime": "citron vert",
"color-magenta": "magenta", "color-magenta": "magenta",
"color-mistyrose": "rose brumeux", "color-mistyrose": "rose brumeux",
"color-navy": "navy", "color-navy": "bleu marin",
"color-orange": "orange", "color-orange": "orange",
"color-paleturquoise": "azurin", "color-paleturquoise": "azurin",
"color-peachpuff": "beige pêche", "color-peachpuff": "beige pêche",
@ -292,7 +292,7 @@
"confirm-checklist-delete-popup": "Êtes-vous sûr de vouloir supprimer la checklist ?", "confirm-checklist-delete-popup": "Êtes-vous sûr de vouloir supprimer la checklist ?",
"subtaskDeletePopup-title": "Supprimer la sous-tâche ?", "subtaskDeletePopup-title": "Supprimer la sous-tâche ?",
"checklistDeletePopup-title": "Supprimer la checklist ?", "checklistDeletePopup-title": "Supprimer la checklist ?",
"copy-card-link-to-clipboard": "Copy card link to clipboard", "copy-card-link-to-clipboard": "Copier le lien vers la carte dans le presse-papier",
"copy-text-to-clipboard": "Copier le texte dans le presse-papier", "copy-text-to-clipboard": "Copier le texte dans le presse-papier",
"linkCardPopup-title": "Lier une Carte", "linkCardPopup-title": "Lier une Carte",
"searchElementPopup-title": "Chercher", "searchElementPopup-title": "Chercher",
@ -365,7 +365,7 @@
"error-board-notAMember": "Vous devez être participant de ce tableau pour faire cela", "error-board-notAMember": "Vous devez être participant de ce tableau pour faire cela",
"error-json-malformed": "Votre texte JSON n'est pas valide", "error-json-malformed": "Votre texte JSON n'est pas valide",
"error-json-schema": "Vos données JSON ne contiennent pas l'information appropriée dans un format correct", "error-json-schema": "Vos données JSON ne contiennent pas l'information appropriée dans un format correct",
"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": "Votre fichier CSV (valeurs séparées par des virgules) / TSV (valeurs séparées par des tabulations) ne contient pas d'informations au bon format",
"error-list-doesNotExist": "Cette liste n'existe pas", "error-list-doesNotExist": "Cette liste n'existe pas",
"error-user-doesNotExist": "Cet utilisateur n'existe pas", "error-user-doesNotExist": "Cet utilisateur n'existe pas",
"error-user-notAllowSelf": "Vous ne pouvez pas vous inviter vous-même", "error-user-notAllowSelf": "Vous ne pouvez pas vous inviter vous-même",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtre vers la sélection", "filter-to-selection": "Filtre vers la sélection",
"other-filters-label": "Autres filtres", "other-filters-label": "Autres filtres",
"advanced-filter-label": "Filtre avancé", "advanced-filter-label": "Filtre avancé",
"advanced-filter-description": "Le filtre avancé permet d'écrire une chaîne contenant les opérateur suivants : == != <= >= && || ( ). Les opérateurs doivent être séparés par des espaces. Vous pouvez filtrer tous les champs personnalisés en saisissant leur nom et leur valeur. Par exemple : champ1 == valeur1. Remarque : si des champs ou valeurs contiennent des espaces, vous devez les mettre entre apostrophes. Par exemple : 'champ 1' = 'valeur 1'. Pour échapper un caractère de contrôle (' \/), vous pouvez utiliser \. Par exemple : champ1 = I\'m. Il est également possible de combiner plusieurs conditions. Par exemple : f1 == v1 || f2 == v2. Normalement, tous les opérateurs sont interprétés de gauche à droite. Vous pouvez changer l'ordre à l'aide de parenthèses. Par exemple : f1 == v1 and (f2 == v2 || f2 == v3). Vous pouvez également chercher parmi les champs texte en utilisant des expressions régulières : f1 == /Test.*/i", "advanced-filter-description": "Le filtre avancé permet d'écrire une chaîne contenant les opérateur suivants : == != <= >= && || ( ). Les opérateurs doivent être séparés par des espaces. Vous pouvez filtrer tous les champs personnalisés en saisissant leur nom et leur valeur. Par exemple : champ1 == valeur1. Remarque : si des champs ou valeurs contiennent des espaces, vous devez les mettre entre apostrophes. Par exemple : 'champ 1' = 'valeur 1'. Pour échapper un caractère de contrôle (' \\/), vous pouvez utiliser \\. Par exemple : champ1 = I\\'m. Il est également possible de combiner plusieurs conditions. Par exemple : f1 == v1 || f2 == v2. Normalement, tous les opérateurs sont interprétés de gauche à droite. Vous pouvez changer l'ordre à l'aide de parenthèses. Par exemple : f1 == v1 and (f2 == v2 || f2 == v3). Vous pouvez également chercher parmi les champs texte en utilisant des expressions régulières : f1 == /Test.*/i",
"fullname": "Nom complet", "fullname": "Nom complet",
"header-logo-title": "Retourner à la page des tableaux", "header-logo-title": "Retourner à la page des tableaux",
"hide-system-messages": "Masquer les messages système", "hide-system-messages": "Masquer les messages système",
@ -543,9 +543,9 @@
"rename": "Renommer", "rename": "Renommer",
"rename-board": "Renommer le tableau", "rename-board": "Renommer le tableau",
"restore": "Restaurer", "restore": "Restaurer",
"rescue-card-description": "Afficher le dialogue de sauvegarde avant de fermer les descriptions de carte en cours de modification", "rescue-card-description": "Afficher le dialogue de sauvegarde avant de fermer les descriptions de carte en cours de modification ",
"rescue-card-description-dialogue": "Réécrire la description de la carte courante avec vos changements ?", "rescue-card-description-dialogue": "Réécrire la description de la carte courante avec vos changements ?",
"card-settings":"Paramètres de la carte", "card-settings": "Paramètres de la carte",
"save": "Enregistrer", "save": "Enregistrer",
"search": "Chercher", "search": "Chercher",
"rules": "Règles", "rules": "Règles",
@ -568,7 +568,7 @@
"show-cards-minimum-count": "Afficher le nombre de cartes si la liste en contient plus de", "show-cards-minimum-count": "Afficher le nombre de cartes si la liste en contient plus de",
"sidebar-open": "Ouvrir le panneau", "sidebar-open": "Ouvrir le panneau",
"sidebar-close": "Fermer le panneau", "sidebar-close": "Fermer le panneau",
"signupPopup-title": "Create an Account", "signupPopup-title": "Créer un compte",
"star-board-title": "Cliquer pour ajouter ce tableau aux favoris. Il sera affiché en tête de votre liste de tableaux.", "star-board-title": "Cliquer pour ajouter ce tableau aux favoris. Il sera affiché en tête de votre liste de tableaux.",
"starred-boards": "Tableaux favoris", "starred-boards": "Tableaux favoris",
"starred-boards-description": "Les tableaux favoris s'affichent en tête de votre liste de tableaux.", "starred-boards-description": "Les tableaux favoris s'affichent en tête de votre liste de tableaux.",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Autoriser le changement d'adresse mail", "accounts-allowEmailChange": "Autoriser le changement d'adresse mail",
"accounts-allowUserNameChange": "Autoriser le changement d'identifiant", "accounts-allowUserNameChange": "Autoriser le changement d'identifiant",
"tableVisibilityMode-allowPrivateOnly": "Visibilité des tableaux: N'autoriser que des tableaux privés", "tableVisibilityMode-allowPrivateOnly": "Visibilité des tableaux: N'autoriser que des tableaux privés",
"tableVisibilityMode" : "Visibilité des tableaux", "tableVisibilityMode": "Visibilité des tableaux",
"createdAt": "Créé le", "createdAt": "Créé le",
"modifiedAt": "Modifié le", "modifiedAt": "Modifié le",
"verified": "Vérifié", "verified": "Vérifié",
@ -754,6 +754,7 @@
"r-removed-from": "Supprimé de", "r-removed-from": "Supprimé de",
"r-the-board": "tableau", "r-the-board": "tableau",
"r-list": "liste", "r-list": "liste",
"list": "Liste",
"set-filter": "Définir un filtre", "set-filter": "Définir un filtre",
"r-moved-to": "Déplacé vers", "r-moved-to": "Déplacé vers",
"r-moved-from": "Déplacé depuis", "r-moved-from": "Déplacé depuis",
@ -763,7 +764,7 @@
"r-when-a-label-is": "Quand une étiquette est", "r-when-a-label-is": "Quand une étiquette est",
"r-when-the-label": "Quand l'étiquette est", "r-when-the-label": "Quand l'étiquette est",
"r-list-name": "Nom de la liste", "r-list-name": "Nom de la liste",
"r-when-a-member": "When a member is", "r-when-a-member": "Quand un participant est",
"r-when-the-member": "Quand le participant", "r-when-the-member": "Quand le participant",
"r-name": "nom", "r-name": "nom",
"r-when-a-attach": "Quand une pièce jointe", "r-when-a-attach": "Quand une pièce jointe",
@ -832,7 +833,7 @@
"r-items-list": "item1, item2, item3", "r-items-list": "item1, item2, item3",
"r-add-swimlane": "Ajouter un couloir", "r-add-swimlane": "Ajouter un couloir",
"r-swimlane-name": "Nom du couloir", "r-swimlane-name": "Nom du couloir",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note : laisser le champ vide pour faire correspondre avec toutes les valeurs possibles.",
"r-checklist-note": "Note : les items de la checklist doivent être séparés par des virgules.", "r-checklist-note": "Note : les items de la checklist doivent être séparés par des virgules.",
"r-when-a-card-is-moved": "Quand une carte est déplacée vers une autre liste", "r-when-a-card-is-moved": "Quand une carte est déplacée vers une autre liste",
"r-set": "Définir", "r-set": "Définir",
@ -863,9 +864,9 @@
"oidc-button-text": "Personnaliser le texte du bouton OIDC", "oidc-button-text": "Personnaliser le texte du bouton OIDC",
"default-authentication-method": "Méthode d'authentification par défaut", "default-authentication-method": "Méthode d'authentification par défaut",
"duplicate-board": "Dupliquer le tableau", "duplicate-board": "Dupliquer le tableau",
"org-number": "The number of organizations is: ", "org-number": "Le nombre d'organisations est de :",
"team-number": "The number of teams is: ", "team-number": "Le nombre d'équipes est de :",
"people-number": "The number of people is: ", "people-number": "Le nombre d'utilisateurs est de :",
"swimlaneDeletePopup-title": "Supprimer le couloir ?", "swimlaneDeletePopup-title": "Supprimer le couloir ?",
"swimlane-delete-pop": "Toutes les actions vont être supprimées du suivi d'activités et vous ne pourrez plus utiliser ce couloir. Cela est irréversible.", "swimlane-delete-pop": "Toutes les actions vont être supprimées du suivi d'activités et vous ne pourrez plus utiliser ce couloir. Cela est irréversible.",
"restore-all": "Tout restaurer", "restore-all": "Tout restaurer",
@ -944,7 +945,6 @@
"person": "Personne", "person": "Personne",
"my-cards": "Mes Cartes", "my-cards": "Mes Cartes",
"card": "Carte", "card": "Carte",
"list": "Liste",
"board": "Tableau", "board": "Tableau",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Vue mes cartes", "myCardsViewChange-title": "Vue mes cartes",
@ -993,8 +993,8 @@
"operator-creator": "créateur", "operator-creator": "créateur",
"operator-status": "statut", "operator-status": "statut",
"operator-due": "échéance", "operator-due": "échéance",
"operator-created": "créée", "operator-created": "créé",
"operator-modified": "modifiée", "operator-modified": "modifié",
"operator-sort": "tri", "operator-sort": "tri",
"operator-comment": "commentaire", "operator-comment": "commentaire",
"operator-has": "a", "operator-has": "a",
@ -1087,7 +1087,7 @@
"hide-system-messages-of-all-users": "Masquer les messages système de tous les utilisateurs", "hide-system-messages-of-all-users": "Masquer les messages système de tous les utilisateurs",
"now-system-messages-of-all-users-are-hidden": "Les messages système de tous les utilisateurs seront dorénavant masqués", "now-system-messages-of-all-users-are-hidden": "Les messages système de tous les utilisateurs seront dorénavant masqués",
"move-swimlane": "Déplacer le couloir", "move-swimlane": "Déplacer le couloir",
"moveSwimlanePopup-title": "Déplacer le couloir", "moveSwimlanePopup-title": "Déplacer le Couloir",
"custom-field-stringtemplate": "Modèle de chaîne", "custom-field-stringtemplate": "Modèle de chaîne",
"custom-field-stringtemplate-format": "Format (utiliser %{valeur} pour marquer un emplacement)", "custom-field-stringtemplate-format": "Format (utiliser %{valeur} pour marquer un emplacement)",
"custom-field-stringtemplate-separator": "Séparateur (utiliser &#32; ou &nbsp; pour un espace)", "custom-field-stringtemplate-separator": "Séparateur (utiliser &#32; ou &nbsp; pour un espace)",
@ -1098,7 +1098,7 @@
"rulesReportTitle": "Rapports sur les règles", "rulesReportTitle": "Rapports sur les règles",
"boardsReportTitle": "Rapport sur les tableaux", "boardsReportTitle": "Rapport sur les tableaux",
"cardsReportTitle": "Rapport sur les cartes", "cardsReportTitle": "Rapport sur les cartes",
"copy-swimlane": "Copie de Couloir", "copy-swimlane": "Copier le couloir",
"copySwimlanePopup-title": "Copie de Couloir", "copySwimlanePopup-title": "Copie de Couloir",
"display-card-creator": "Afficher le créateur de la carte", "display-card-creator": "Afficher le créateur de la carte",
"wait-spinner": "Icône d'attente", "wait-spinner": "Icône d'attente",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Cambiar cor", "board-change-color": "Cambiar cor",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -333,7 +333,7 @@
"done": "Feito", "done": "Feito",
"download": "Descargar", "download": "Descargar",
"edit": "Editar", "edit": "Editar",
"edit-avatar": "Cambiar o avatar", "edit-avatar": "Cambiar de avatar",
"edit-profile": "Editar o perfil", "edit-profile": "Editar o perfil",
"edit-wip-limit": "Edit WIP Limit", "edit-wip-limit": "Edit WIP Limit",
"soft-wip-limit": "Soft WIP Limit", "soft-wip-limit": "Soft WIP Limit",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista non existe", "error-list-doesNotExist": "Esta lista non existe",
"error-user-doesNotExist": "Este usuario non existe", "error-user-doesNotExist": "Este usuario non existe",
"error-user-notAllowSelf": "Non é posíbel convidarse a un mesmo", "error-user-notAllowSelf": "Non é posíbel convidarse a un mesmo",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nome completo", "fullname": "Nome completo",
"header-logo-title": "Retornar á páxina dos seus taboleiros.", "header-logo-title": "Retornar á páxina dos seus taboleiros.",
"hide-system-messages": "Agochar as mensaxes do sistema", "hide-system-messages": "Agochar as mensaxes do sistema",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Cambiar cor", "board-change-color": "Cambiar cor",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -233,11 +233,11 @@
"cardType-linkedCard": "Linked Card", "cardType-linkedCard": "Linked Card",
"cardType-linkedBoard": "Linked Board", "cardType-linkedBoard": "Linked Board",
"change": "Cambiar", "change": "Cambiar",
"change-avatar": "Cambiar de avatar", "change-avatar": "Cambiar o avatar",
"change-password": "Cambiar o contrasinal", "change-password": "Cambiar o contrasinal",
"change-permissions": "Cambiar os permisos", "change-permissions": "Cambiar os permisos",
"change-settings": "Cambiar a configuración", "change-settings": "Cambiar a configuración",
"changeAvatarPopup-title": "Cambiar de avatar", "changeAvatarPopup-title": "Cambiar o avatar",
"changeLanguagePopup-title": "Cambiar de idioma", "changeLanguagePopup-title": "Cambiar de idioma",
"changePasswordPopup-title": "Cambiar o contrasinal", "changePasswordPopup-title": "Cambiar o contrasinal",
"changePermissionsPopup-title": "Cambiar os permisos", "changePermissionsPopup-title": "Cambiar os permisos",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista non existe", "error-list-doesNotExist": "Esta lista non existe",
"error-user-doesNotExist": "Este usuario non existe", "error-user-doesNotExist": "Este usuario non existe",
"error-user-notAllowSelf": "Non é posíbel convidarse a un mesmo", "error-user-notAllowSelf": "Non é posíbel convidarse a un mesmo",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nome completo", "fullname": "Nome completo",
"header-logo-title": "Retornar á páxina dos seus taboleiros.", "header-logo-title": "Retornar á páxina dos seus taboleiros.",
"hide-system-messages": "Agochar as mensaxes do sistema", "hide-system-messages": "Agochar as mensaxes do sistema",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "תמונת המשתמש גדולה מדי (520 ק״ב לכל היותר)", "avatar-too-big": "תמונת המשתמש גדולה מדי (520 ק״ב לכל היותר)",
"back": "חזרה", "back": "חזרה",
"board-change-color": "שינוי צבע", "board-change-color": "שינוי צבע",
"show-at-all-boards-page" : "הצגה בעמוד כל הלוחות", "show-at-all-boards-page": "הצגה בעמוד כל הלוחות",
"board-info-on-my-boards" : "הגדרות כל הלוחות", "board-info-on-my-boards": "הגדרות כל הלוחות",
"boardInfoOnMyBoardsPopup-title" : "הגדרות כל הלוחות", "boardInfoOnMyBoardsPopup-title": "הגדרות כל הלוחות",
"boardInfoOnMyBoards-title": "הגדרות כל הלוחות", "boardInfoOnMyBoards-title": "הגדרות כל הלוחות",
"show-card-counter-per-list": "הצגת מספור כרטיסים לפי רשימה", "show-card-counter-per-list": "הצגת מספור כרטיסים לפי רשימה",
"show-board_members-avatar": "הצגת התמונות הייצוגיות של חברי הלוח", "show-board_members-avatar": "הצגת התמונות הייצוגיות של חברי הלוח",
@ -149,7 +149,7 @@
"board-public-info": "לוח זה יהיה <strong>ציבורי</strong>.", "board-public-info": "לוח זה יהיה <strong>ציבורי</strong>.",
"board-drag-drop-reorder-or-click-open": "יש לגרור ולסדר מחדש את סמלי הלוח. לחיצה על סמל הלוח תפתח אותו.", "board-drag-drop-reorder-or-click-open": "יש לגרור ולסדר מחדש את סמלי הלוח. לחיצה על סמל הלוח תפתח אותו.",
"boardChangeColorPopup-title": "שינוי רקע ללוח", "boardChangeColorPopup-title": "שינוי רקע ללוח",
"boardChangeTitlePopup-title": "שינוי שם ללוח", "boardChangeTitlePopup-title": "שינוי שם הלוח",
"boardChangeVisibilityPopup-title": "שינוי מצב הצגה", "boardChangeVisibilityPopup-title": "שינוי מצב הצגה",
"boardChangeWatchPopup-title": "שינוי הגדרת המעקב", "boardChangeWatchPopup-title": "שינוי הגדרת המעקב",
"boardMenuPopup-title": "הגדרות לוח", "boardMenuPopup-title": "הגדרות לוח",
@ -237,7 +237,7 @@
"change-password": "החלפת ססמה", "change-password": "החלפת ססמה",
"change-permissions": "שינוי הרשאות", "change-permissions": "שינוי הרשאות",
"change-settings": "שינוי הגדרות", "change-settings": "שינוי הגדרות",
"changeAvatarPopup-title": "החלפת תמונת משתמש", "changeAvatarPopup-title": "שינוי תמונת משתמש",
"changeLanguagePopup-title": "החלפת שפה", "changeLanguagePopup-title": "החלפת שפה",
"changePasswordPopup-title": "החלפת ססמה", "changePasswordPopup-title": "החלפת ססמה",
"changePermissionsPopup-title": "שינוי הרשאות", "changePermissionsPopup-title": "שינוי הרשאות",
@ -279,7 +279,7 @@
"unset-color": "בטל הגדרה", "unset-color": "בטל הגדרה",
"comment": "לפרסם", "comment": "לפרסם",
"comment-placeholder": "כתיבת הערה", "comment-placeholder": "כתיבת הערה",
"comment-only": "Comment only", "comment-only": "הערה בלבד",
"comment-only-desc": "ניתן להגיב על כרטיסים בלבד.", "comment-only-desc": "ניתן להגיב על כרטיסים בלבד.",
"comment-delete": "למחוק את ההערה?", "comment-delete": "למחוק את ההערה?",
"deleteCommentPopup-title": "למחוק הערה?", "deleteCommentPopup-title": "למחוק הערה?",
@ -302,7 +302,7 @@
"copyManyCardsPopup-format": "[ {\"title\": \"כותרת כרטיס ראשון\", \"description\":\"תיאור כרטיס ראשון\"}, {\"title\":\"כותרת כרטיס שני\",\"description\":\"תיאור כרטיס שני\"},{\"title\":\"כותרת כרטיס אחרון\",\"description\":\"תיאור כרטיס אחרון\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"כותרת כרטיס ראשון\", \"description\":\"תיאור כרטיס ראשון\"}, {\"title\":\"כותרת כרטיס שני\",\"description\":\"תיאור כרטיס שני\"},{\"title\":\"כותרת כרטיס אחרון\",\"description\":\"תיאור כרטיס אחרון\"} ]",
"create": "יצירה", "create": "יצירה",
"createBoardPopup-title": "יצירת לוח", "createBoardPopup-title": "יצירת לוח",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "יבוא לוח",
"createLabelPopup-title": "יצירת תווית", "createLabelPopup-title": "יצירת תווית",
"createCustomField": "יצירת שדה", "createCustomField": "יצירת שדה",
"createCustomFieldPopup-title": "יצירת שדה", "createCustomFieldPopup-title": "יצירת שדה",
@ -365,7 +365,7 @@
"error-board-notAMember": "עליך לקבל חברות בלוח זה כדי לעשות זאת", "error-board-notAMember": "עליך לקבל חברות בלוח זה כדי לעשות זאת",
"error-json-malformed": "הטקסט שלך אינו JSON תקין", "error-json-malformed": "הטקסט שלך אינו JSON תקין",
"error-json-schema": "נתוני ה־JSON שלך לא כוללים את המידע הנכון בתבנית הנכונה", "error-json-schema": "נתוני ה־JSON שלך לא כוללים את המידע הנכון בתבנית הנכונה",
"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": "ה־CSV (ערכים מופרדים בפסיקים)/TSV (ערכים מופרדים בטאבים) שלך לא כולל את המידע הנכון בצורה הנכונה.",
"error-list-doesNotExist": "רשימה זו לא קיימת", "error-list-doesNotExist": "רשימה זו לא קיימת",
"error-user-doesNotExist": "משתמש זה לא קיים", "error-user-doesNotExist": "משתמש זה לא קיים",
"error-user-notAllowSelf": "אינך יכול להזמין את עצמך", "error-user-notAllowSelf": "אינך יכול להזמין את עצמך",
@ -432,7 +432,7 @@
"impersonate-user": "התחזות למשתמש", "impersonate-user": "התחזות למשתמש",
"link": "קישור", "link": "קישור",
"import-board": "ייבוא לוח", "import-board": "ייבוא לוח",
"import-board-c": "Import board", "import-board-c": "יבוא לוח",
"import-board-title-trello": "ייבוא לוח מטרלו", "import-board-title-trello": "ייבוא לוח מטרלו",
"import-board-title-wekan": "ייבוא לוח מייצוא קודם", "import-board-title-wekan": "ייבוא לוח מייצוא קודם",
"import-board-title-csv": "ייבוא לוח מ־CSV/TSV", "import-board-title-csv": "ייבוא לוח מ־CSV/TSV",
@ -456,7 +456,7 @@
"invalid-date": "תאריך שגוי", "invalid-date": "תאריך שגוי",
"invalid-time": "זמן שגוי", "invalid-time": "זמן שגוי",
"invalid-user": "משתמש שגוי", "invalid-user": "משתמש שגוי",
"joined": "joined", "joined": "הצטרף",
"just-invited": "הוזמנת ללוח זה", "just-invited": "הוזמנת ללוח זה",
"keyboard-shortcuts": "קיצורי מקלדת", "keyboard-shortcuts": "קיצורי מקלדת",
"label-create": "יצירת תווית", "label-create": "יצירת תווית",
@ -494,7 +494,7 @@
"memberMenuPopup-title": "הגדרות חברות", "memberMenuPopup-title": "הגדרות חברות",
"members": "חברים", "members": "חברים",
"menu": "תפריט", "menu": "תפריט",
"move-selection": "העברת בחירה", "move-selection": "העברת הבחירה",
"moveCardPopup-title": "העברת כרטיס", "moveCardPopup-title": "העברת כרטיס",
"moveCardToBottom-title": "העברה לתחתית הרשימה", "moveCardToBottom-title": "העברה לתחתית הרשימה",
"moveCardToTop-title": "העברה לראש הרשימה", "moveCardToTop-title": "העברה לראש הרשימה",
@ -545,7 +545,7 @@
"restore": "שחזור", "restore": "שחזור",
"rescue-card-description": "להציג חלונית שחזור בטרם סגירה עבור תיאורי כרטיסים שלא נשמרו", "rescue-card-description": "להציג חלונית שחזור בטרם סגירה עבור תיאורי כרטיסים שלא נשמרו",
"rescue-card-description-dialogue": "לדרוס את הכרטיס הנוכחי עם השינויים שלך?", "rescue-card-description-dialogue": "לדרוס את הכרטיס הנוכחי עם השינויים שלך?",
"card-settings":"הגדרות כרטיס", "card-settings": "הגדרות כרטיס",
"save": "שמירה", "save": "שמירה",
"search": "חיפוש", "search": "חיפוש",
"rules": "כללים", "rules": "כללים",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "לאפשר שינוי דוא״ל", "accounts-allowEmailChange": "לאפשר שינוי דוא״ל",
"accounts-allowUserNameChange": "לאפשר שינוי שם משתמש", "accounts-allowUserNameChange": "לאפשר שינוי שם משתמש",
"tableVisibilityMode-allowPrivateOnly": "הופעה של לוחות: לאפשר לוחות פרטיים בלבד", "tableVisibilityMode-allowPrivateOnly": "הופעה של לוחות: לאפשר לוחות פרטיים בלבד",
"tableVisibilityMode" : "הופעה של לוחות", "tableVisibilityMode": "הופעה של לוחות",
"createdAt": "נוצר ב", "createdAt": "נוצר ב",
"modifiedAt": "נערך ב־", "modifiedAt": "נערך ב־",
"verified": "עבר אימות", "verified": "עבר אימות",
@ -754,6 +754,7 @@
"r-removed-from": "מוסר מ־", "r-removed-from": "מוסר מ־",
"r-the-board": "הלוח", "r-the-board": "הלוח",
"r-list": "רשימה", "r-list": "רשימה",
"list": "רשימה",
"set-filter": "הגדרת מסנן", "set-filter": "הגדרת מסנן",
"r-moved-to": "מועבר אל", "r-moved-to": "מועבר אל",
"r-moved-from": "מועבר מ־", "r-moved-from": "מועבר מ־",
@ -832,7 +833,7 @@
"r-items-list": "פריט1,פריט2,פריט3", "r-items-list": "פריט1,פריט2,פריט3",
"r-add-swimlane": "הוספת מסלול", "r-add-swimlane": "הוספת מסלול",
"r-swimlane-name": "שם המסלול", "r-swimlane-name": "שם המסלול",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "לתשומת לבך: ניתן להשאיר את השדה ריק כדי ללכוד כל ערך אפשרי.",
"r-checklist-note": "לתשומת לבך: את פריטי רשימת הביצוע יש לכתוב בתצורת רשימה של ערכים המופרדים בפסיקים.", "r-checklist-note": "לתשומת לבך: את פריטי רשימת הביצוע יש לכתוב בתצורת רשימה של ערכים המופרדים בפסיקים.",
"r-when-a-card-is-moved": "כאשר כרטיס מועבר לרשימה אחרת", "r-when-a-card-is-moved": "כאשר כרטיס מועבר לרשימה אחרת",
"r-set": "הגדרה", "r-set": "הגדרה",
@ -863,9 +864,9 @@
"oidc-button-text": "עריכת הטקסט על כפתור ה־OIDC", "oidc-button-text": "עריכת הטקסט על כפתור ה־OIDC",
"default-authentication-method": "שיטת אימות כבררת מחדל", "default-authentication-method": "שיטת אימות כבררת מחדל",
"duplicate-board": "שכפול לוח", "duplicate-board": "שכפול לוח",
"org-number": "The number of organizations is: ", "org-number": "מספר הארגונים הוא:",
"team-number": "The number of teams is: ", "team-number": "מספר הצוותים הוא:",
"people-number": "The number of people is: ", "people-number": "מספר האנשים הוא:",
"swimlaneDeletePopup-title": "למחוק מסלול?", "swimlaneDeletePopup-title": "למחוק מסלול?",
"swimlane-delete-pop": "כל הפעולות יוסרו מהזנת הפעילות ולא תהיה לך אפשרות לשחזר את המסלול. אי אפשר לחזור אחורה.", "swimlane-delete-pop": "כל הפעולות יוסרו מהזנת הפעילות ולא תהיה לך אפשרות לשחזר את המסלול. אי אפשר לחזור אחורה.",
"restore-all": "לשחזר הכול", "restore-all": "לשחזר הכול",
@ -944,7 +945,6 @@
"person": "איש/ה", "person": "איש/ה",
"my-cards": "הכרטיסים שלי", "my-cards": "הכרטיסים שלי",
"card": "כרטיס", "card": "כרטיס",
"list": "רשימה",
"board": "לוח", "board": "לוח",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "תצוגת הכרטיסים שלי", "myCardsViewChange-title": "תצוגת הכרטיסים שלי",
@ -1169,7 +1169,7 @@
"moveChecklistPopup-title": "העברת רשימת מטלות", "moveChecklistPopup-title": "העברת רשימת מטלות",
"newlineBecomesNewChecklistItem": "שורה חדשה הופכת לפריט חדש ברשימת המטלות", "newlineBecomesNewChecklistItem": "שורה חדשה הופכת לפריט חדש ברשימת המטלות",
"copyChecklist": "העתקת רשימת מטלות", "copyChecklist": "העתקת רשימת מטלות",
"copyChecklistPopup-title": "העתקת רשימת מטלות", "copyChecklistPopup-title": "העתקת רשימת סימון",
"card-show-lists": "הצגת רשימות על הכרטיס", "card-show-lists": "הצגת רשימות על הכרטיס",
"subtaskActionsPopup-title": "פעולות תת־משימה", "subtaskActionsPopup-title": "פעולות תת־משימה",
"attachmentActionsPopup-title": "פעולות על קבצים מצורפים", "attachmentActionsPopup-title": "פעולות על קבצים מצורפים",

View file

@ -118,7 +118,7 @@
"archive-swimlane": "संग्रह करने के लिए स्विमलेन ले जाएँ", "archive-swimlane": "संग्रह करने के लिए स्विमलेन ले जाएँ",
"archive-selection": "चयन को संग्रह में ले जाएं", "archive-selection": "चयन को संग्रह में ले जाएं",
"archiveBoardPopup-title": "बोर्ड को संग्रह में स्थानांतरित करें?", "archiveBoardPopup-title": "बोर्ड को संग्रह में स्थानांतरित करें?",
"archived-items": "पुरालेख", "archived-items": "संग्रह",
"archived-boards": "संग्रह में बोर्ड", "archived-boards": "संग्रह में बोर्ड",
"restore-board": "पुनर्स्थापना बोर्ड", "restore-board": "पुनर्स्थापना बोर्ड",
"no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।", "no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।",
@ -137,9 +137,9 @@
"avatar-too-big": "अवतार बहुत बड़ा है (अधिकतम 520KB)", "avatar-too-big": "अवतार बहुत बड़ा है (अधिकतम 520KB)",
"back": "वापस", "back": "वापस",
"board-change-color": "रंग बदलना", "board-change-color": "रंग बदलना",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -160,7 +160,7 @@
"board-view-swimlanes": "तैरना", "board-view-swimlanes": "तैरना",
"board-view-collapse": "संक्षिप्त करें", "board-view-collapse": "संक्षिप्त करें",
"board-view-gantt": "Gantt", "board-view-gantt": "Gantt",
"board-view-lists": "Lists", "board-view-lists": "सूचियाँ",
"bucket-example": "उदाहरण के लिए “बाल्टी सूची” की तरह", "bucket-example": "उदाहरण के लिए “बाल्टी सूची” की तरह",
"cancel": "रद्द करें", "cancel": "रद्द करें",
"card-archived": "यह कार्ड संग्रह करने के लिए ले जाया गया है ।", "card-archived": "यह कार्ड संग्रह करने के लिए ले जाया गया है ।",
@ -175,7 +175,7 @@
"card-due-on": "पर नियत", "card-due-on": "पर नियत",
"card-spent": "समय बिताया", "card-spent": "समय बिताया",
"card-edit-attachments": "संपादित संलग्नक", "card-edit-attachments": "संपादित संलग्नक",
"card-edit-custom-fields": "संपादित करें प्रचलन क्षेत्र", "card-edit-custom-fields": "संपादित प्रचलन क्षेत्र",
"card-edit-labels": "संपादित नामपत्र", "card-edit-labels": "संपादित नामपत्र",
"card-edit-members": "संपादित सदस्य", "card-edit-members": "संपादित सदस्य",
"card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।", "card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।",
@ -233,11 +233,11 @@
"cardType-linkedCard": "जुड़े हुए कार्ड", "cardType-linkedCard": "जुड़े हुए कार्ड",
"cardType-linkedBoard": "जुड़े हुए बोर्ड", "cardType-linkedBoard": "जुड़े हुए बोर्ड",
"change": "तब्दीली", "change": "तब्दीली",
"change-avatar": "Change Avatar", "change-avatar": "अवतार परिवर्तन करें",
"change-password": "गोपनीयता परिवर्तन करें", "change-password": "गोपनीयता परिवर्तन करें",
"change-permissions": "अनुमतियां परिवर्तित करें", "change-permissions": "अनुमतियां परिवर्तित करें",
"change-settings": "व्यवस्था परिवर्तित करें", "change-settings": "व्यवस्था परिवर्तित करें",
"changeAvatarPopup-title": "Change Avatar", "changeAvatarPopup-title": "अवतार परिवर्तन करें",
"changeLanguagePopup-title": "भाषा परिवर्तन करें", "changeLanguagePopup-title": "भाषा परिवर्तन करें",
"changePasswordPopup-title": "गोपनीयता परिवर्तन करें", "changePasswordPopup-title": "गोपनीयता परिवर्तन करें",
"changePermissionsPopup-title": "अनुमतियां परिवर्तित करें", "changePermissionsPopup-title": "अनुमतियां परिवर्तित करें",
@ -304,7 +304,7 @@
"createBoardPopup-title": "बोर्ड निर्माण करना", "createBoardPopup-title": "बोर्ड निर्माण करना",
"chooseBoardSourcePopup-title": "बोर्ड आयात", "chooseBoardSourcePopup-title": "बोर्ड आयात",
"createLabelPopup-title": "नामपत्र निर्माण", "createLabelPopup-title": "नामपत्र निर्माण",
"createCustomField": "क्षेत्र निर्माण", "createCustomField": "क्षेत्र निर्माण करना",
"createCustomFieldPopup-title": "क्षेत्र निर्माण", "createCustomFieldPopup-title": "क्षेत्र निर्माण",
"current": "वर्तमान", "current": "वर्तमान",
"custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।", "custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।",
@ -320,7 +320,7 @@
"custom-field-number": "Number", "custom-field-number": "Number",
"custom-field-text": "Text", "custom-field-text": "Text",
"custom-fields": "प्रचलन क्षेत्र", "custom-fields": "प्रचलन क्षेत्र",
"date": "दिनांक", "date": "Date",
"decline": "Decline", "decline": "Decline",
"default-avatar": "Default avatar", "default-avatar": "Default avatar",
"delete": "Delete", "delete": "Delete",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that", "error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है", "error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
"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": "आपके CSV (कोमा सेपरेटेड वैल्यूज़) / TSV (टैब सेपरेटेड वैल्यूज़) में सही फॉर्मेट में उचित जानकारी शामिल नहीं है",
"error-list-doesNotExist": "यह सूची does not exist", "error-list-doesNotExist": "यह सूची does not exist",
"error-user-doesNotExist": "यह user does not exist", "error-user-doesNotExist": "यह user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,17 +422,17 @@
"filter-to-selection": "Filter तक selection", "filter-to-selection": "Filter तक selection",
"other-filters-label": "अन्य फिल्टर", "other-filters-label": "अन्य फिल्टर",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) तक be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) तक be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back तक your बोर्डों page.", "header-logo-title": "Go back तक your बोर्डों page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
"headerBarCreateBoardPopup-title": "बोर्ड निर्माण करना", "headerBarCreateBoardPopup-title": "Create बोर्ड",
"home": "Home", "home": "Home",
"import": "Import", "import": "Import",
"impersonate-user": "Impersonate user", "impersonate-user": "Impersonate user",
"link": "Link", "link": "Link",
"import-board": "import बोर्ड", "import-board": "import बोर्ड",
"import-board-c": "बोर्ड आयात", "import-board-c": "Import बोर्ड",
"import-board-title-trello": "Import बोर्ड से Trello", "import-board-title-trello": "Import बोर्ड से Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "CSV / TSV से आयात बोर्ड", "import-board-title-csv": "CSV / TSV से आयात बोर्ड",
@ -459,7 +459,7 @@
"joined": "joined", "joined": "joined",
"just-invited": "You are just invited तक यह बोर्ड", "just-invited": "You are just invited तक यह बोर्ड",
"keyboard-shortcuts": "Keyबोर्ड shortcuts", "keyboard-shortcuts": "Keyबोर्ड shortcuts",
"label-create": "नामपत्र निर्माण", "label-create": "Create Label",
"label-default": "%s label (default)", "label-default": "%s label (default)",
"label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.", "label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.",
"labels": "नामपत्र", "labels": "नामपत्र",
@ -482,12 +482,12 @@
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import एक Trello कार्ड", "listImportCardPopup-title": "Import एक Trello कार्ड",
"listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें", "listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें",
"listMorePopup-title": "अतिरिक्त", "listMorePopup-title": "More",
"link-list": "Link तक यह list", "link-list": "Link तक यह list",
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.", "list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.", "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
"lists": "Lists", "lists": "Lists",
"swimlanes": "तैरन", "swimlanes": "तैरन",
"log-out": "Log Out", "log-out": "Log Out",
"log-in": "Log In", "log-in": "Log In",
"loginPopup-title": "Log In", "loginPopup-title": "Log In",
@ -541,11 +541,11 @@
"remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।", "remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।",
"removeMemberPopup-title": "हटाएँ सदस्य?", "removeMemberPopup-title": "हटाएँ सदस्य?",
"rename": "Rename", "rename": "Rename",
"rename-board": "बोर्ड का नाम बदलें", "rename-board": "Rename बोर्ड",
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "हटा दिया from", "r-removed-from": "हटा दिया from",
"r-the-board": "the बोर्ड", "r-the-board": "the बोर्ड",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "स्थानांतरित to", "r-moved-to": "स्थानांतरित to",
"r-moved-from": "स्थानांतरित from", "r-moved-from": "स्थानांतरित from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "जब एक कार्ड is स्थानांतरित तक another list", "r-when-a-card-is-moved": "जब एक कार्ड is स्थानांतरित तक another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "कार्ड", "card": "कार्ड",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -122,7 +122,7 @@
"archived-boards": "संग्रह में बोर्ड", "archived-boards": "संग्रह में बोर्ड",
"restore-board": "पुनर्स्थापना बोर्ड", "restore-board": "पुनर्स्थापना बोर्ड",
"no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।", "no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।",
"archives": "संग्रह", "archives": "पुरालेख",
"template": "खाका", "template": "खाका",
"templates": "खाका", "templates": "खाका",
"template-container": "Template Container", "template-container": "Template Container",
@ -137,9 +137,9 @@
"avatar-too-big": "अवतार बहुत बड़ा है (अधिकतम 520KB)", "avatar-too-big": "अवतार बहुत बड़ा है (अधिकतम 520KB)",
"back": "वापस", "back": "वापस",
"board-change-color": "रंग बदलना", "board-change-color": "रंग बदलना",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -175,7 +175,7 @@
"card-due-on": "पर नियत", "card-due-on": "पर नियत",
"card-spent": "समय बिताया", "card-spent": "समय बिताया",
"card-edit-attachments": "संपादित संलग्नक", "card-edit-attachments": "संपादित संलग्नक",
"card-edit-custom-fields": "संपादित करें प्रचलन क्षेत्र", "card-edit-custom-fields": "संपादित प्रचलन क्षेत्र",
"card-edit-labels": "संपादित नामपत्र", "card-edit-labels": "संपादित नामपत्र",
"card-edit-members": "संपादित सदस्य", "card-edit-members": "संपादित सदस्य",
"card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।", "card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।",
@ -304,7 +304,7 @@
"createBoardPopup-title": "बोर्ड निर्माण करना", "createBoardPopup-title": "बोर्ड निर्माण करना",
"chooseBoardSourcePopup-title": "बोर्ड आयात", "chooseBoardSourcePopup-title": "बोर्ड आयात",
"createLabelPopup-title": "नामपत्र निर्माण", "createLabelPopup-title": "नामपत्र निर्माण",
"createCustomField": "क्षेत्र निर्माण", "createCustomField": "क्षेत्र निर्माण करना",
"createCustomFieldPopup-title": "क्षेत्र निर्माण", "createCustomFieldPopup-title": "क्षेत्र निर्माण",
"current": "वर्तमान", "current": "वर्तमान",
"custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।", "custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।",
@ -320,7 +320,7 @@
"custom-field-number": "Number", "custom-field-number": "Number",
"custom-field-text": "Text", "custom-field-text": "Text",
"custom-fields": "प्रचलन क्षेत्र", "custom-fields": "प्रचलन क्षेत्र",
"date": "दिनांक", "date": "Date",
"decline": "Decline", "decline": "Decline",
"default-avatar": "Default avatar", "default-avatar": "Default avatar",
"delete": "Delete", "delete": "Delete",
@ -333,7 +333,7 @@
"done": "Done", "done": "Done",
"download": "Download", "download": "Download",
"edit": "Edit", "edit": "Edit",
"edit-avatar": "अवतार परिवर्तन करें", "edit-avatar": "Change Avatar",
"edit-profile": "संपादित करें Profile", "edit-profile": "संपादित करें Profile",
"edit-wip-limit": "संपादित करें WIP Limit", "edit-wip-limit": "संपादित करें WIP Limit",
"soft-wip-limit": "Soft WIP Limit", "soft-wip-limit": "Soft WIP Limit",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that", "error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है", "error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
"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": "आपके CSV (कोमा सेपरेटेड वैल्यूज़) / TSV (टैब सेपरेटेड वैल्यूज़) में सही फॉर्मेट में उचित जानकारी शामिल नहीं है",
"error-list-doesNotExist": "यह सूची does not exist", "error-list-doesNotExist": "यह सूची does not exist",
"error-user-doesNotExist": "यह user does not exist", "error-user-doesNotExist": "यह user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,17 +422,17 @@
"filter-to-selection": "Filter तक selection", "filter-to-selection": "Filter तक selection",
"other-filters-label": "अन्य फिल्टर", "other-filters-label": "अन्य फिल्टर",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) तक be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) तक be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back तक your बोर्डों page.", "header-logo-title": "Go back तक your बोर्डों page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
"headerBarCreateBoardPopup-title": "बोर्ड निर्माण करना", "headerBarCreateBoardPopup-title": "Create बोर्ड",
"home": "Home", "home": "Home",
"import": "Import", "import": "Import",
"impersonate-user": "Impersonate user", "impersonate-user": "Impersonate user",
"link": "Link", "link": "Link",
"import-board": "import बोर्ड", "import-board": "import बोर्ड",
"import-board-c": "बोर्ड आयात", "import-board-c": "Import बोर्ड",
"import-board-title-trello": "Import बोर्ड से Trello", "import-board-title-trello": "Import बोर्ड से Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "CSV / TSV से आयात बोर्ड", "import-board-title-csv": "CSV / TSV से आयात बोर्ड",
@ -459,7 +459,7 @@
"joined": "joined", "joined": "joined",
"just-invited": "You are just invited तक यह बोर्ड", "just-invited": "You are just invited तक यह बोर्ड",
"keyboard-shortcuts": "Keyबोर्ड shortcuts", "keyboard-shortcuts": "Keyबोर्ड shortcuts",
"label-create": "नामपत्र निर्माण", "label-create": "Create Label",
"label-default": "%s label (default)", "label-default": "%s label (default)",
"label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.", "label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.",
"labels": "नामपत्र", "labels": "नामपत्र",
@ -482,12 +482,12 @@
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import एक Trello कार्ड", "listImportCardPopup-title": "Import एक Trello कार्ड",
"listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें", "listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें",
"listMorePopup-title": "अतिरिक्त", "listMorePopup-title": "More",
"link-list": "Link तक यह list", "link-list": "Link तक यह list",
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.", "list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.", "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
"lists": "सूचियाँ", "lists": "Lists",
"swimlanes": "तैरन", "swimlanes": "तैरन",
"log-out": "Log Out", "log-out": "Log Out",
"log-in": "Log In", "log-in": "Log In",
"loginPopup-title": "Log In", "loginPopup-title": "Log In",
@ -541,11 +541,11 @@
"remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।", "remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।",
"removeMemberPopup-title": "हटाएँ सदस्य?", "removeMemberPopup-title": "हटाएँ सदस्य?",
"rename": "Rename", "rename": "Rename",
"rename-board": "बोर्ड का नाम बदलें", "rename-board": "Rename बोर्ड",
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "हटा दिया from", "r-removed-from": "हटा दिया from",
"r-the-board": "the बोर्ड", "r-the-board": "the बोर्ड",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "स्थानांतरित to", "r-moved-to": "स्थानांतरित to",
"r-moved-from": "स्थानांतरित from", "r-moved-from": "स्थानांतरित from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "जब एक कार्ड is स्थानांतरित तक another list", "r-when-a-card-is-moved": "जब एक कार्ड is स्थानांतरित तक another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "कार्ड", "card": "कार्ड",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -51,7 +51,7 @@
"activity-created": "kreirao/la je %s", "activity-created": "kreirao/la je %s",
"activity-customfield-created": "kreirao/la je prilagođeno polje %s", "activity-customfield-created": "kreirao/la je prilagođeno polje %s",
"activity-excluded": "izdvojio/la je %s iz %s", "activity-excluded": "izdvojio/la je %s iz %s",
"activity-imported": "uvezeno %s u %s iz %s", "activity-imported": "uvezeno %s u %s iz %s ",
"activity-imported-board": "uvezeno %s iz %s", "activity-imported-board": "uvezeno %s iz %s",
"activity-joined": "spojen", "activity-joined": "spojen",
"activity-moved": "moved %s from %s to %s", "activity-moved": "moved %s from %s to %s",
@ -71,7 +71,7 @@
"add": "Dodaj", "add": "Dodaj",
"activity-checked-item-card": "označeno %s u listi provjere %s", "activity-checked-item-card": "označeno %s u listi provjere %s",
"activity-unchecked-item-card": "odznačeno %s u listi provjere %s", "activity-unchecked-item-card": "odznačeno %s u listi provjere %s",
"activity-checklist-completed-card": "završio/la je listu provjere __checklist__ na kartici __card__ na listi __list__ u traci __swimlane__ na ploči __board__", "activity-checklist-completed-card": "lista provjere __checklist__ na kartici __card__ na listi __list__ u traci __swimlane__ na ploči __board__ je potpuno završena",
"activity-checklist-uncompleted-card": "uncompleted the checklist %s", "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
"activity-editComment": "uređen komentar %s", "activity-editComment": "uređen komentar %s",
"activity-deleteComment": "obrisan komentar %s", "activity-deleteComment": "obrisan komentar %s",
@ -137,9 +137,9 @@
"avatar-too-big": "Slika za avatar je prevelika (maksimalno 520KB)", "avatar-too-big": "Slika za avatar je prevelika (maksimalno 520KB)",
"back": "Nazad", "back": "Nazad",
"board-change-color": "Promijeni boju", "board-change-color": "Promijeni boju",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -295,7 +295,7 @@
"copy-card-link-to-clipboard": "Copy card link to clipboard", "copy-card-link-to-clipboard": "Copy card link to clipboard",
"copy-text-to-clipboard": "Copy text to clipboard", "copy-text-to-clipboard": "Copy text to clipboard",
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Traži", "searchElementPopup-title": "Pretraži",
"copyCardPopup-title": "Kopiraj karticu", "copyCardPopup-title": "Kopiraj karticu",
"copyManyCardsPopup-title": "Copy Template to Many Cards", "copyManyCardsPopup-title": "Copy Template to Many Cards",
"copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Spremi", "save": "Spremi",
"search": "Traži", "search": "Traži",
"rules": "Pravila", "rules": "Pravila",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Dozvoli promjenu Email-a", "accounts-allowEmailChange": "Dozvoli promjenu Email-a",
"accounts-allowUserNameChange": "Dozvoli promjenu korisničkog imena", "accounts-allowUserNameChange": "Dozvoli promjenu korisničkog imena",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Uklonjeno je sa", "r-removed-from": "Uklonjeno je sa",
"r-the-board": "ploča", "r-the-board": "ploča",
"r-list": "lista", "r-list": "lista",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -782,7 +783,7 @@
"r-archive": "Preseli u arhivu", "r-archive": "Preseli u arhivu",
"r-unarchive": "Restore from Archive", "r-unarchive": "Restore from Archive",
"r-card": "card", "r-card": "card",
"r-add": "Dodaj", "r-add": "Dodati",
"r-remove": "Ukloniti", "r-remove": "Ukloniti",
"r-label": "label", "r-label": "label",
"r-member": "member", "r-member": "member",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Kartica", "card": "Kartica",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -68,10 +68,10 @@
"activity-checklist-uncompleted": "befejezetlenné tett %s elemet %s listából", "activity-checklist-uncompleted": "befejezetlenné tett %s elemet %s listából",
"activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s", "activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s",
"activity-checklist-item-removed": "eltávolított egy ellenőrző-lista elemet innen: '%s' ebben: %s", "activity-checklist-item-removed": "eltávolított egy ellenőrző-lista elemet innen: '%s' ebben: %s",
"add": "Add hozzá", "add": "Hozzáadás",
"activity-checked-item-card": "bepipálta %s elemet ebben a listában: %s", "activity-checked-item-card": "bepipálta %s elemet ebben a listában: %s",
"activity-unchecked-item-card": "pipáltanította %s elemet ebben a listában: %s", "activity-unchecked-item-card": "pipáltanította %s elemet ebben a listában: %s",
"activity-checklist-completed-card": "befejezte: __checklist__ listát ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__", "activity-checklist-completed-card": "befejezte ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
"activity-checklist-uncompleted-card": "befejezetlenné tette ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__", "activity-checklist-uncompleted-card": "befejezetlenné tette ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
"activity-editComment": "szerkesztette ezt a megjegyzést: %s", "activity-editComment": "szerkesztette ezt a megjegyzést: %s",
"activity-deleteComment": "törölte ezt a megjegyzést: %s", "activity-deleteComment": "törölte ezt a megjegyzést: %s",
@ -110,7 +110,7 @@
"apply": "Alkalmaz", "apply": "Alkalmaz",
"app-is-offline": "Betöltés... kérem várjon!\nHa közben frissíti az oldalt, adatok veszhetnek el.\n(Ha nem töltődik be az oldal, ellenőrizze fut-e a szerver.)", "app-is-offline": "Betöltés... kérem várjon!\nHa közben frissíti az oldalt, adatok veszhetnek el.\n(Ha nem töltődik be az oldal, ellenőrizze fut-e a szerver.)",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "Mozgasd az archívumba", "archive": "Archiváld",
"archive-all": "Mindet archiváld", "archive-all": "Mindet archiváld",
"archive-board": "Archiváld a Táblát", "archive-board": "Archiváld a Táblát",
"archive-card": "Archiváld a Kártyát", "archive-card": "Archiváld a Kártyát",
@ -122,7 +122,7 @@
"archived-boards": "Táblák az Archívumban", "archived-boards": "Táblák az Archívumban",
"restore-board": "Tábla visszaállítása", "restore-board": "Tábla visszaállítása",
"no-archived-boards": "Nincsenek Táblák az Archívumban", "no-archived-boards": "Nincsenek Táblák az Archívumban",
"archives": "Archívum", "archives": "Archiválás",
"template": "Sablon", "template": "Sablon",
"templates": "Sablonok", "templates": "Sablonok",
"template-container": "Sablon Tároló", "template-container": "Sablon Tároló",
@ -137,9 +137,9 @@
"avatar-too-big": "Az avatár kép túl nagy (max 520KB lehet)", "avatar-too-big": "Az avatár kép túl nagy (max 520KB lehet)",
"back": "Vissza", "back": "Vissza",
"board-change-color": "Szín megváltoztatása", "board-change-color": "Szín megváltoztatása",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -200,7 +200,7 @@
"cardStartPlanningPokerPopup-title": "Tervezőpóker indítása", "cardStartPlanningPokerPopup-title": "Tervezőpóker indítása",
"card-edit-planning-poker": "Tervezőpóker szerkesztése", "card-edit-planning-poker": "Tervezőpóker szerkesztése",
"editPokerEndDatePopup-title": "Tervezőpóker szavazás záróidejének szerkesztése", "editPokerEndDatePopup-title": "Tervezőpóker szavazás záróidejének szerkesztése",
"poker-question": "Tervezőpóker", "poker-question": "Tervezőpóker ",
"poker-one": "1", "poker-one": "1",
"poker-two": "2", "poker-two": "2",
"poker-three": "3", "poker-three": "3",
@ -334,7 +334,7 @@
"download": "Letöltés", "download": "Letöltés",
"edit": "Szerkesztés", "edit": "Szerkesztés",
"edit-avatar": "Avatár megváltoztatása", "edit-avatar": "Avatár megváltoztatása",
"edit-profile": "Edit Profile", "edit-profile": "Profil szerkesztése",
"edit-wip-limit": "WIP korlát szerkesztése", "edit-wip-limit": "WIP korlát szerkesztése",
"soft-wip-limit": "Gyenge WIP korlát", "soft-wip-limit": "Gyenge WIP korlát",
"editCardStartDatePopup-title": "Kezdődátum megváltoztatása", "editCardStartDatePopup-title": "Kezdődátum megváltoztatása",
@ -344,7 +344,7 @@
"editCardSpentTimePopup-title": "Eltöltött idő megváltoztatása", "editCardSpentTimePopup-title": "Eltöltött idő megváltoztatása",
"editLabelPopup-title": "Címke megváltoztatása", "editLabelPopup-title": "Címke megváltoztatása",
"editNotificationPopup-title": "Értesítés szerkesztése", "editNotificationPopup-title": "Értesítés szerkesztése",
"editProfilePopup-title": "Edit Profile", "editProfilePopup-title": "Profil szerkesztése",
"email": "E-mail", "email": "E-mail",
"email-enrollAccount-subject": "Létrejött a profilja a következő oldalon: __siteName__", "email-enrollAccount-subject": "Létrejött a profilja a következő oldalon: __siteName__",
"email-enrollAccount-text": "Kedves __user__!\n\nA szolgáltatás használatának megkezdéséhez egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.", "email-enrollAccount-text": "Kedves __user__!\n\nA szolgáltatás használatának megkezdéséhez egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
@ -352,7 +352,7 @@
"email-fail-text": "Hiba az e-mail küldésének kísérlete közben", "email-fail-text": "Hiba az e-mail küldésének kísérlete közben",
"email-invalid": "Érvénytelen e-mail", "email-invalid": "Érvénytelen e-mail",
"email-invite": "Meghívás e-mailben", "email-invite": "Meghívás e-mailben",
"email-invite-subject": "__inviter__ egy meghívás küldött Neked", "email-invite-subject": "__inviter__ egy meghívást küldött Önnek",
"email-invite-text": "Kedves __user__!\n\n__inviter__ meghívta Önt, hogy csatlakozzon a(z) „__board__” táblán történő együttműködéshez.\n\nKattintson az alábbi hivatkozásra:\n\n__url__\n\nKöszönjük.", "email-invite-text": "Kedves __user__!\n\n__inviter__ meghívta Önt, hogy csatlakozzon a(z) „__board__” táblán történő együttműködéshez.\n\nKattintson az alábbi hivatkozásra:\n\n__url__\n\nKöszönjük.",
"email-resetPassword-subject": "Jelszó visszaállítása ezen az oldalon: __siteName__", "email-resetPassword-subject": "Jelszó visszaállítása ezen az oldalon: __siteName__",
"email-resetPassword-text": "Kedves __user__!\n\nA jelszava visszaállításához egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.", "email-resetPassword-text": "Kedves __user__!\n\nA jelszava visszaállításához egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
@ -365,7 +365,7 @@
"error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse", "error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse",
"error-json-malformed": "A szöveg nem érvényes JSON", "error-json-malformed": "A szöveg nem érvényes JSON",
"error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat", "error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat",
"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": "Ez a CSV (Vesszővel Elválasztott Értékek) /vagy/ TSV (Tabulátorral Elválasztott Értékek) anyagod nem tartalmaz megfelelő információt, vagy nem a megfelelő formátumban van.",
"error-list-doesNotExist": "Ez a lista nem létezik", "error-list-doesNotExist": "Ez a lista nem létezik",
"error-user-doesNotExist": "Ez a felhasználó nem létezik", "error-user-doesNotExist": "Ez a felhasználó nem létezik",
"error-user-notAllowSelf": "Nem hívhatod meg saját magadat", "error-user-notAllowSelf": "Nem hívhatod meg saját magadat",
@ -422,17 +422,7 @@
"filter-to-selection": "Szűrés a kijelöléshez", "filter-to-selection": "Szűrés a kijelöléshez",
"other-filters-label": "Más szűrők", "other-filters-label": "Más szűrők",
"advanced-filter-label": "Speciális szűrő", "advanced-filter-label": "Speciális szűrő",
"advanced-filter-description": "A speciális szűrőben megadhatsz egy olyan szöveget, mely az alábbi operátorokat tartalmazza: "advanced-filter-description": "A speciális szűrőben megadhatsz egy olyan szöveget, mely az alábbi operátorokat tartalmazza:\n<= >= && || ( )\nSzóközzel választhatod el az operátorokat.\nSzűrhetsz az minden egyedi mezőre a nevére és értékére hivatkozva. \nPl.: Mező1 == Érték1\nMegjegyzés: Ha a mezők vagy értékek szóközöket is tartalmaznak, idézőjelek közé kell zárnod. \nPl.: 'Mező 1' == 'Érték 1'\nKontroll-karaktereket ( ' \\ / ) vissza-perjellel írhatsz: \\' \\\\ \\/ Pl.: Johnny\\'s\nTovábbá kombinálhatsz több feltételt. Pl.: F1 == V1 || F1 == V2\nAlapesetben az ellenőrzés sorrendje: Jobbról->Balra. Ezt felülbírálhatod zárójelekkel. Pl.: F1 == V1 && ( F2 == V2 || F2 == V3 )\nRegex keresést is használhatsz: F1 == /Tes.*/i",
<= >= && || ( )
Szóközzel választhatod el az operátorokat.
Szűrhetsz az minden egyedi mezőre a nevére és értékére hivatkozva.
Pl.: Mező1 == Érték1
Megjegyzés: Ha a mezők vagy értékek szóközöket is tartalmaznak, idézőjelek közé kell zárnod.
Pl.: 'Mező 1' == 'Érték 1'
Kontroll-karaktereket ( ' \ / ) vissza-perjellel írhatsz: \' \\ \/ Pl.: Johnny\'s
Továbbá kombinálhatsz több feltételt. Pl.: F1 == V1 || F1 == V2
Alapesetben az ellenőrzés sorrendje: Jobbról->Balra. Ezt felülbírálhatod zárójelekkel. Pl.: F1 == V1 && ( F2 == V2 || F2 == V3 )
Regex keresést is használhatsz: F1 == /Tes.*/i",
"fullname": "Teljes név", "fullname": "Teljes név",
"header-logo-title": "Vissza a táblák oldalára.", "header-logo-title": "Vissza a táblák oldalára.",
"hide-system-messages": "Rendszerüzenetek elrejtése", "hide-system-messages": "Rendszerüzenetek elrejtése",
@ -509,7 +499,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"moveCardToBottom-title": "Áthelyezés az aljára", "moveCardToBottom-title": "Áthelyezés az aljára",
"moveCardToTop-title": "Áthelyezés a tetejére", "moveCardToTop-title": "Áthelyezés a tetejére",
"moveSelectionPopup-title": "Kijelölés áthelyezése", "moveSelectionPopup-title": "Kijelölés áthelyezése",
"multi-selection": "Multi-Selection", "multi-selection": "Többszörös kijelölés",
"multi-selection-label": "Címke hozzáadása a kiválasztottakhoz", "multi-selection-label": "Címke hozzáadása a kiválasztottakhoz",
"multi-selection-member": "Tag hozzáadása a kiválasztottakhoz", "multi-selection-member": "Tag hozzáadása a kiválasztottakhoz",
"multi-selection-on": "Többszörös kijelölés bekapcsolva", "multi-selection-on": "Többszörös kijelölés bekapcsolva",
@ -549,13 +539,13 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"remove-member": "Tag eltávolítása", "remove-member": "Tag eltávolítása",
"remove-member-from-card": "Eltávolítás a kártyáról", "remove-member-from-card": "Eltávolítás a kártyáról",
"remove-member-pop": "Eltávolítja __name__ (__username__) felhasználót a __boardTitle__ tábláról? A tag a tábla összes kártyájáról el lesz távolítva. Értesítést fog kapni erről.", "remove-member-pop": "Eltávolítja __name__ (__username__) felhasználót a __boardTitle__ tábláról? A tag a tábla összes kártyájáról el lesz távolítva. Értesítést fog kapni erről.",
"removeMemberPopup-title": "Remove Member?", "removeMemberPopup-title": "Eltávolítja a tagot?",
"rename": "Átnevezés", "rename": "Átnevezés",
"rename-board": "Tábla átnevezése", "rename-board": "Tábla átnevezése",
"restore": "Visszaállítás", "restore": "Visszaállítás",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Kátya beállítások", "card-settings": "Kátya beállítások",
"save": "Mentés", "save": "Mentés",
"search": "Keresés", "search": "Keresés",
"rules": "Szabályok", "rules": "Szabályok",
@ -696,7 +686,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"accounts-allowEmailChange": "E-mail megváltoztatásának engedélyezése", "accounts-allowEmailChange": "E-mail megváltoztatásának engedélyezése",
"accounts-allowUserNameChange": "Felhasználónév megváltoztatásának engedélyezése", "accounts-allowUserNameChange": "Felhasználónév megváltoztatásának engedélyezése",
"tableVisibilityMode-allowPrivateOnly": "Tábla láthatóság: Csak privát táblák engedélyezettek", "tableVisibilityMode-allowPrivateOnly": "Tábla láthatóság: Csak privát táblák engedélyezettek",
"tableVisibilityMode" : "Táblák láthatósága", "tableVisibilityMode": "Táblák láthatósága",
"createdAt": "Létrehozva", "createdAt": "Létrehozva",
"modifiedAt": "Módosult", "modifiedAt": "Módosult",
"verified": "Ellenőrizve", "verified": "Ellenőrizve",
@ -711,7 +701,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"setCardActionsColorPopup-title": "Válassz színt", "setCardActionsColorPopup-title": "Válassz színt",
"setSwimlaneColorPopup-title": "Válassz színt", "setSwimlaneColorPopup-title": "Válassz színt",
"setListColorPopup-title": "Válassz színt", "setListColorPopup-title": "Válassz színt",
"assigned-by": "Hozzárendelte", "assigned-by": "Hozzárendelte ",
"requested-by": "Igényelte", "requested-by": "Igényelte",
"card-sorting-by-number": "Kártyák sorrendezése szám alapján", "card-sorting-by-number": "Kártyák sorrendezése szám alapján",
"board-delete-notice": "A törlés végleges. Minden Lista, Kártya és kapcsolódó esemény megsemmisül ezen a Táblán.", "board-delete-notice": "A törlés végleges. Minden Lista, Kártya és kapcsolódó esemény megsemmisül ezen a Táblán.",
@ -764,13 +754,14 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"r-removed-from": "Eltávolították innen", "r-removed-from": "Eltávolították innen",
"r-the-board": "a Tábla", "r-the-board": "a Tábla",
"r-list": "Lista", "r-list": "Lista",
"list": "Lista",
"set-filter": "Szűrő beállítása", "set-filter": "Szűrő beállítása",
"r-moved-to": "Áttették ide:", "r-moved-to": "Áttették ide:",
"r-moved-from": "Áttették innen:", "r-moved-from": "Áttették innen:",
"r-archived": "Archívumba helyezték", "r-archived": "Archívumba helyezték",
"r-unarchived": "Helyreállították az archívumból", "r-unarchived": "Helyreállították az archívumból",
"r-a-card": "egy Kártya", "r-a-card": "egy Kártya",
"r-when-a-label-is": "Amikor a Címke", "r-when-a-label-is": "Amikor a Címke ",
"r-when-the-label": "Amikor ez a címke:", "r-when-the-label": "Amikor ez a címke:",
"r-list-name": "Lista neve", "r-list-name": "Lista neve",
"r-when-a-member": "Amikor egy Tag", "r-when-a-member": "Amikor egy Tag",
@ -794,7 +785,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"r-card": "Kártya", "r-card": "Kártya",
"r-add": "Add hozzá", "r-add": "Add hozzá",
"r-remove": "Távolítsd el", "r-remove": "Távolítsd el",
"r-label": "Címke", "r-label": "címke",
"r-member": "tag", "r-member": "tag",
"r-remove-all": "Távolíts el minden Felhasználót a Kártyáról", "r-remove-all": "Távolíts el minden Felhasználót a Kártyáról",
"r-set-color": "Állítsd a színt erre:", "r-set-color": "Állítsd a színt erre:",
@ -842,7 +833,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Úszósáv hozzáadása", "r-add-swimlane": "Úszósáv hozzáadása",
"r-swimlane-name": "Úszósáv neve", "r-swimlane-name": "Úszósáv neve",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Megjegyzés: hagyd üresen a mezőt, hogy minden lehetséges találattal egyezzen.",
"r-checklist-note": "Megjegyzés: a Teendő-lista elemeit vesszővel elválasztva kell felsorolni.", "r-checklist-note": "Megjegyzés: a Teendő-lista elemeit vesszővel elválasztva kell felsorolni.",
"r-when-a-card-is-moved": "Amikor egy kártya másik listába kerül", "r-when-a-card-is-moved": "Amikor egy kártya másik listába kerül",
"r-set": "Beállít", "r-set": "Beállít",
@ -873,9 +864,9 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Alapértelmezett hitelesítési mód", "default-authentication-method": "Alapértelmezett hitelesítési mód",
"duplicate-board": "Tábla duplikálása", "duplicate-board": "Tábla duplikálása",
"org-number": "The number of organizations is: ", "org-number": "A szervezetek száma:",
"team-number": "The number of teams is: ", "team-number": "A csapatok száma:",
"people-number": "The number of people is: ", "people-number": "Az emberek száma:",
"swimlaneDeletePopup-title": "Törlöd az Úszósávot?", "swimlaneDeletePopup-title": "Törlöd az Úszósávot?",
"swimlane-delete-pop": "Minden, az Úszósávhoz hozzákapcsolt korábbi esemény is végérvényesen törlődni fog. A műveletet nem lehet később visszavonni.", "swimlane-delete-pop": "Minden, az Úszósávhoz hozzákapcsolt korábbi esemény is végérvényesen törlődni fog. A műveletet nem lehet később visszavonni.",
"restore-all": "Összes visszaállítása", "restore-all": "Összes visszaállítása",
@ -936,7 +927,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"status": "Állapot", "status": "Állapot",
"swimlane": "Úszósáv", "swimlane": "Úszósáv",
"owner": "Tulajdonos", "owner": "Tulajdonos",
"last-modified-at": "Utoljára módosítva", "last-modified-at": "Utoljára módosítva ",
"last-activity": "Utolsó tevékenység", "last-activity": "Utolsó tevékenység",
"voting": "Szavazás", "voting": "Szavazás",
"archived": "Archiválva", "archived": "Archiválva",
@ -954,7 +945,6 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"person": "Személy", "person": "Személy",
"my-cards": "Kártyáim", "my-cards": "Kártyáim",
"card": "Kártya", "card": "Kártya",
"list": "Lista",
"board": "Tábla", "board": "Tábla",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1002,7 +992,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"operator-assignee-abbrev": "a", "operator-assignee-abbrev": "a",
"operator-creator": "létrehozó", "operator-creator": "létrehozó",
"operator-status": "állapot", "operator-status": "állapot",
"operator-due": "határidős", "operator-due": "határidő",
"operator-created": "létrehozva", "operator-created": "létrehozva",
"operator-modified": "módosítva", "operator-modified": "módosítva",
"operator-sort": "rendezés", "operator-sort": "rendezés",
@ -1084,7 +1074,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"number": "Szám", "number": "Szám",
"label-colors": "Címke színek", "label-colors": "Címke színek",
"label-names": "Címke feliratok", "label-names": "Címke feliratok",
"archived-at": "archiválva lett:", "archived-at": "archiválva lett: ",
"sort-cards": "Kártyák Rendezése", "sort-cards": "Kártyák Rendezése",
"cardsSortPopup-title": "Kártyák Rendezése", "cardsSortPopup-title": "Kártyák Rendezése",
"due-date": "Lejártati idő", "due-date": "Lejártati idő",
@ -1171,7 +1161,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
"remove-organization-from-board": "Biztosan eltávolítod ezt a Szervezetet erről a Tábláról?", "remove-organization-from-board": "Biztosan eltávolítod ezt a Szervezetet erről a Tábláról?",
"to-create-organizations-contact-admin": "Szervezetek létrehozásához lépj kapcsolatba az adminisztrátorral.", "to-create-organizations-contact-admin": "Szervezetek létrehozásához lépj kapcsolatba az adminisztrátorral.",
"custom-legal-notice-link-url": "Egyedi szerzői jogok oldalának URL-je", "custom-legal-notice-link-url": "Egyedi szerzői jogok oldalának URL-je",
"acceptance_of_our_legalNotice": "Folytatáshoz elfogadod a", "acceptance_of_our_legalNotice": "Folytatáshoz elfogadod a ",
"legalNotice": "szerzői jogokat", "legalNotice": "szerzői jogokat",
"copied": "Másolva!", "copied": "Másolva!",
"checklistActionsPopup-title": "Checklist Actions", "checklistActionsPopup-title": "Checklist Actions",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -6,7 +6,7 @@
"act-addSubtask": "menambah tugas __subtask__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-addSubtask": "menambah tugas __subtask__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
"act-addLabel": "Menambah label __label__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-addLabel": "Menambah label __label__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
"act-addedLabel": "Menambah label __label__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-addedLabel": "Menambah label __label__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
"act-removeLabel": "Menghapus label __label__ dari kartu__card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-removeLabel": "Menghapus label __label__ dari kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
"act-removedLabel": "Menghapus label __label__ dari kartu__card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-removedLabel": "Menghapus label __label__ dari kartu__card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
"act-addChecklist": "menambah daftar cek __checklist__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-addChecklist": "menambah daftar cek __checklist__ ke kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
"act-addChecklistItem": "menambah item cek __checklistItem__ ke daftar cek __checklist__ di kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__", "act-addChecklistItem": "menambah item cek __checklistItem__ ke daftar cek __checklist__ di kartu __card__ pada daftar __list__ pada jalur __swimlane__ dalam papan __board__",
@ -43,7 +43,7 @@
"act-withBoardTitle": "__board__", "act-withBoardTitle": "__board__",
"act-withCardTitle": "__kartu__[__Panel__]", "act-withCardTitle": "__kartu__[__Panel__]",
"actions": "Daftar Tindakan", "actions": "Daftar Tindakan",
"activities": "Activities", "activities": "Daftar Kegiatan",
"activity": "Kegiatan", "activity": "Kegiatan",
"activity-added": "ditambahkan %s ke %s", "activity-added": "ditambahkan %s ke %s",
"activity-archived": "%s dipindah ke arsip", "activity-archived": "%s dipindah ke arsip",
@ -95,7 +95,7 @@
"add-cover": "Tambahkan Sampul", "add-cover": "Tambahkan Sampul",
"add-label": "Tambah Label", "add-label": "Tambah Label",
"add-list": "Tambah Daftar", "add-list": "Tambah Daftar",
"add-members": "Add Members", "add-members": "Tambahkan Anggota",
"added": "Ditambahkan", "added": "Ditambahkan",
"addMemberPopup-title": "Daftar Anggota", "addMemberPopup-title": "Daftar Anggota",
"memberPopup-title": "Setelan Anggota", "memberPopup-title": "Setelan Anggota",
@ -110,7 +110,7 @@
"apply": "Terapkan", "apply": "Terapkan",
"app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.", "app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "Pindahkan ke Arsip", "archive": "Pindahlan ke Arsip",
"archive-all": "Move All to Archive", "archive-all": "Move All to Archive",
"archive-board": "Move Board to Archive", "archive-board": "Move Board to Archive",
"archive-card": "Move Card to Archive", "archive-card": "Move Card to Archive",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Kembali", "back": "Kembali",
"board-change-color": "Ubah warna", "board-change-color": "Ubah warna",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -148,8 +148,8 @@
"board-private-info": "Panel ini akan jadi <strong>Pribadi<strong>", "board-private-info": "Panel ini akan jadi <strong>Pribadi<strong>",
"board-public-info": "Panel ini akan jadi <strong>Publik<strong", "board-public-info": "Panel ini akan jadi <strong>Publik<strong",
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.", "board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
"boardChangeColorPopup-title": "Ubah Warna Latar", "boardChangeColorPopup-title": "Ubah Warna Latar ",
"boardChangeTitlePopup-title": "Ubah nama Panel", "boardChangeTitlePopup-title": "Ganti Nama Panel",
"boardChangeVisibilityPopup-title": "Ubah Penampakan", "boardChangeVisibilityPopup-title": "Ubah Penampakan",
"boardChangeWatchPopup-title": "Ubah Pengamatan", "boardChangeWatchPopup-title": "Ubah Pengamatan",
"boardMenuPopup-title": "Pengaturan Papan", "boardMenuPopup-title": "Pengaturan Papan",
@ -161,7 +161,7 @@
"board-view-collapse": "Ciutkan", "board-view-collapse": "Ciutkan",
"board-view-gantt": "Gantt", "board-view-gantt": "Gantt",
"board-view-lists": "Daftar", "board-view-lists": "Daftar",
"bucket-example": "Contohnya seperti “Bucket List”", "bucket-example": "Contohnya seperti “Bucket List” ",
"cancel": "Batal", "cancel": "Batal",
"card-archived": "Kartu ini telah dipindahkan ke Arsip", "card-archived": "Kartu ini telah dipindahkan ke Arsip",
"board-archived": "Kartu ini telah dipindahkan ke Arsip", "board-archived": "Kartu ini telah dipindahkan ke Arsip",
@ -179,7 +179,7 @@
"card-edit-labels": "Sunting label", "card-edit-labels": "Sunting label",
"card-edit-members": "Sunting anggota", "card-edit-members": "Sunting anggota",
"card-labels-title": "Ubah label kartu", "card-labels-title": "Ubah label kartu",
"card-members-title": "Tambah atau hapus partisipan di panel dari kartu", "card-members-title": "Tambah atau hapus partisipan di panel dari kartu ",
"card-start": "Mulai", "card-start": "Mulai",
"card-start-on": "Mulai pada", "card-start-on": "Mulai pada",
"cardAttachmentsPopup-title": "Lampirkan dari", "cardAttachmentsPopup-title": "Lampirkan dari",
@ -365,7 +365,7 @@
"error-board-notAMember": "Anda harus jadi member panel ini untuk melakukannya", "error-board-notAMember": "Anda harus jadi member panel ini untuk melakukannya",
"error-json-malformed": "Teks Anda bukan JSON yang sah", "error-json-malformed": "Teks Anda bukan JSON yang sah",
"error-json-schema": "Data JSON Anda tidak mengikutsertakan informasi yang sesuai format", "error-json-schema": "Data JSON Anda tidak mengikutsertakan informasi yang sesuai format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Daftar ini tidak ada", "error-list-doesNotExist": "Daftar ini tidak ada",
"error-user-doesNotExist": "Nama pengguna ini tidak ada", "error-user-doesNotExist": "Nama pengguna ini tidak ada",
"error-user-notAllowSelf": "Anda tidak bisa mengundang diri sendiri", "error-user-notAllowSelf": "Anda tidak bisa mengundang diri sendiri",
@ -422,7 +422,7 @@
"filter-to-selection": "Saring berdasarkan yang dipilih", "filter-to-selection": "Saring berdasarkan yang dipilih",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nama Lengkap", "fullname": "Nama Lengkap",
"header-logo-title": "Kembali ke laman panel anda", "header-logo-title": "Kembali ke laman panel anda",
"hide-system-messages": "Sembunyikan pesan-pesan sistem", "hide-system-messages": "Sembunyikan pesan-pesan sistem",
@ -545,7 +545,7 @@
"restore": "Pulihkan", "restore": "Pulihkan",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Pengaturan Kartu", "card-settings": "Pengaturan Kartu",
"save": "Simpan", "save": "Simpan",
"search": "Cari", "search": "Cari",
"rules": "Peraturan", "rules": "Peraturan",
@ -554,7 +554,7 @@
"select-color": "Pilih Warna", "select-color": "Pilih Warna",
"select-board": "Select Board", "select-board": "Select Board",
"set-wip-limit-value": "Tetapkan batas untuk jumlah tugas maksimum dalam daftar ini", "set-wip-limit-value": "Tetapkan batas untuk jumlah tugas maksimum dalam daftar ini",
"setWipLimitPopup-title": "Tetapkan Batas WIP", "setWipLimitPopup-title": "Tetapkan Batas WIP ",
"shortcut-assign-self": "Masukkan diri anda sendiri ke kartu ini", "shortcut-assign-self": "Masukkan diri anda sendiri ke kartu ini",
"shortcut-autocomplete-emoji": "Pelengkap Otomatis emoji", "shortcut-autocomplete-emoji": "Pelengkap Otomatis emoji",
"shortcut-autocomplete-members": "Autocomplete partisipan", "shortcut-autocomplete-members": "Autocomplete partisipan",
@ -565,7 +565,7 @@
"shortcut-toggle-filterbar": "Toggle Filter Bilah Samping", "shortcut-toggle-filterbar": "Toggle Filter Bilah Samping",
"shortcut-toggle-searchbar": "Toggle Search Sidebar", "shortcut-toggle-searchbar": "Toggle Search Sidebar",
"shortcut-toggle-sidebar": "Toggle Papan Bilah Samping", "shortcut-toggle-sidebar": "Toggle Papan Bilah Samping",
"show-cards-minimum-count": "Tampilkan jumlah kartu jika daftar punya lebih dari", "show-cards-minimum-count": "Tampilkan jumlah kartu jika daftar punya lebih dari ",
"sidebar-open": "Buka Sidebar", "sidebar-open": "Buka Sidebar",
"sidebar-close": "Tutup Sidebar", "sidebar-close": "Tutup Sidebar",
"signupPopup-title": "Buat Akun", "signupPopup-title": "Buat Akun",
@ -641,7 +641,7 @@
"send-from": "Dari", "send-from": "Dari",
"send-smtp-test": "Send a test email to yourself", "send-smtp-test": "Send a test email to yourself",
"invitation-code": "Kode Undangan", "invitation-code": "Kode Undangan",
"email-invite-register-subject": "__inviter__ sent you an invitation", "email-invite-register-subject": "__inviter__ mengirim undangan ke Anda",
"email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
"email-smtp-test-subject": "Tes Surel SMTP", "email-smtp-test-subject": "Tes Surel SMTP",
"email-smtp-test-text": "You have successfully sent an email", "email-smtp-test-text": "You have successfully sent an email",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Dibuat pada", "createdAt": "Dibuat pada",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Terverifikasi", "verified": "Terverifikasi",
@ -754,6 +754,7 @@
"r-removed-from": "Dihapus dari", "r-removed-from": "Dihapus dari",
"r-the-board": "papan", "r-the-board": "papan",
"r-list": "daftar", "r-list": "daftar",
"list": "List",
"set-filter": "Atur Saringan", "set-filter": "Atur Saringan",
"r-moved-to": "Dipindahkan ke", "r-moved-to": "Dipindahkan ke",
"r-moved-from": "Dipindahkan dari", "r-moved-from": "Dipindahkan dari",
@ -832,7 +833,7 @@
"r-items-list": "item1, item2, item3", "r-items-list": "item1, item2, item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Tetapkan", "r-set": "Tetapkan",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplikat Papan", "duplicate-board": "Duplikat Papan",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "Jumlah orang:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Pulihkan semua", "restore-all": "Pulihkan semua",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -96,7 +96,7 @@
"add-label": "Add Label", "add-label": "Add Label",
"add-list": "Add List", "add-list": "Add List",
"add-members": "Tinye ndị otu ọhụrụ", "add-members": "Tinye ndị otu ọhụrụ",
"added": "Etinyere", "added": "Etinyere ",
"addMemberPopup-title": "Ndị otu", "addMemberPopup-title": "Ndị otu",
"memberPopup-title": "Member Settings", "memberPopup-title": "Member Settings",
"admin": "Admin", "admin": "Admin",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Ekere na", "createdAt": "Ekere na",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -71,14 +71,14 @@
"add": "Aggiungi", "add": "Aggiungi",
"activity-checked-item-card": "%s è stato selezionato nella checklist %s", "activity-checked-item-card": "%s è stato selezionato nella checklist %s",
"activity-unchecked-item-card": "%s è stato deselezionato nella checklist %s", "activity-unchecked-item-card": "%s è stato deselezionato nella checklist %s",
"activity-checklist-completed-card": "completata lista di controllo __checklist__ nella scheda __card__ della lista __list__ della swimlane __swimlane__ nella bacheca __board__", "activity-checklist-completed-card": "checklist __checklist__ completata nella scheda __card__ della lista __list__ della swimlane __swimlane__  nella bacheca __board__",
"activity-checklist-uncompleted-card": "La checklist %s non è completa", "activity-checklist-uncompleted-card": "La checklist %s non è completa",
"activity-editComment": "commento modificato %s", "activity-editComment": "commento modificato %s",
"activity-deleteComment": "commento eliminato %s", "activity-deleteComment": "commento eliminato %s",
"activity-receivedDate": "ha modificato la data di ricevuta a %s di %s", "activity-receivedDate": "ha modificato la data di ricevuta a %s di %s",
"activity-startDate": "ha modificato la data di inizio a %s di %s", "activity-startDate": "ha modificato la data di inizio a %s di %s",
"activity-dueDate": "ha modificato la data di scadenza a %s di %s", "activity-dueDate": "ha modificato la data di scadenza a %s di %s",
"activity-endDate": "ha modificato la data di fine a %s di %s", "activity-endDate": "ha modificato la data di fine a %s di %s ",
"add-attachment": "Aggiungi allegato", "add-attachment": "Aggiungi allegato",
"add-board": "Aggiungi bacheca", "add-board": "Aggiungi bacheca",
"add-template": "Aggiungi Template", "add-template": "Aggiungi Template",
@ -137,9 +137,9 @@
"avatar-too-big": "L'avatar è troppo grande (520 KB massimo)", "avatar-too-big": "L'avatar è troppo grande (520 KB massimo)",
"back": "Indietro", "back": "Indietro",
"board-change-color": "Cambia colore", "board-change-color": "Cambia colore",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "Impostazioni di tutte le bacheche", "board-info-on-my-boards": "Impostazioni di tutte le bacheche",
"boardInfoOnMyBoardsPopup-title" : "Impostazioni di tutte le bacheche", "boardInfoOnMyBoardsPopup-title": "Impostazioni di tutte le bacheche",
"boardInfoOnMyBoards-title": "Impostazioni di tutte le bacheche", "boardInfoOnMyBoards-title": "Impostazioni di tutte le bacheche",
"show-card-counter-per-list": "Mostra numero schede per lista", "show-card-counter-per-list": "Mostra numero schede per lista",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "Devi essere un membro di questa bacheca per poterlo fare", "error-board-notAMember": "Devi essere un membro di questa bacheca per poterlo fare",
"error-json-malformed": "Il testo non è in un formato JSON valido", "error-json-malformed": "Il testo non è in un formato JSON valido",
"error-json-schema": "Il tuo file JSON non contiene le giuste informazioni nel formato corretto", "error-json-schema": "Il tuo file JSON non contiene le giuste informazioni nel formato corretto",
"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": "Il tuo file CSV (Comma Separated Values) / TSV (Tab Separated Values) non contiene le giuste informazioni nel formato corretto ",
"error-list-doesNotExist": "Questa lista non esiste", "error-list-doesNotExist": "Questa lista non esiste",
"error-user-doesNotExist": "Questo utente non esiste", "error-user-doesNotExist": "Questo utente non esiste",
"error-user-notAllowSelf": "Non puoi invitare te stesso", "error-user-notAllowSelf": "Non puoi invitare te stesso",
@ -545,7 +545,7 @@
"restore": "Ripristina", "restore": "Ripristina",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Impostazioni scheda", "card-settings": "Impostazioni della scheda",
"save": "Salva", "save": "Salva",
"search": "Cerca", "search": "Cerca",
"rules": "Regole", "rules": "Regole",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permetti modifica dell'email", "accounts-allowEmailChange": "Permetti modifica dell'email",
"accounts-allowUserNameChange": "Consenti la modifica del nome utente", "accounts-allowUserNameChange": "Consenti la modifica del nome utente",
"tableVisibilityMode-allowPrivateOnly": "Visibilità bacheche: Consenti solo le bacheche private", "tableVisibilityMode-allowPrivateOnly": "Visibilità bacheche: Consenti solo le bacheche private",
"tableVisibilityMode" : "Visibilità bacheche", "tableVisibilityMode": "Visibilità bacheche",
"createdAt": "Creato alle", "createdAt": "Creato alle",
"modifiedAt": "Modificato il", "modifiedAt": "Modificato il",
"verified": "Verificato", "verified": "Verificato",
@ -754,6 +754,7 @@
"r-removed-from": "Rimosso da", "r-removed-from": "Rimosso da",
"r-the-board": "la bacheca", "r-the-board": "la bacheca",
"r-list": "lista", "r-list": "lista",
"list": "Lista",
"set-filter": "Imposta un filtro", "set-filter": "Imposta un filtro",
"r-moved-to": "Spostato/a a", "r-moved-to": "Spostato/a a",
"r-moved-from": "Spostato/a da", "r-moved-from": "Spostato/a da",
@ -795,18 +796,18 @@
"r-check": "Seleziona", "r-check": "Seleziona",
"r-uncheck": "Togli la spunta", "r-uncheck": "Togli la spunta",
"r-item": "elemento", "r-item": "elemento",
"r-of-checklist": "della checklist", "r-of-checklist": "della lista di cose da fare",
"r-send-email": "Invia un'e-mail", "r-send-email": "Invia un'e-mail",
"r-to": "to", "r-to": "a",
"r-of": "di", "r-of": "di",
"r-subject": "oggetto", "r-subject": "soggetto",
"r-rule-details": "Dettagli della regola", "r-rule-details": "Dettagli della regola",
"r-d-move-to-top-gen": "Sposta la scheda in cima alla sua lista", "r-d-move-to-top-gen": "Sposta la scheda in cima alla sua lista",
"r-d-move-to-top-spec": "Sposta la scheda in cima alla lista", "r-d-move-to-top-spec": "Sposta la scheda in cima alla lista",
"r-d-move-to-bottom-gen": "Sposta la scheda in fondo alla sua lista", "r-d-move-to-bottom-gen": "Sposta la scheda in fondo alla sua lista",
"r-d-move-to-bottom-spec": "Muovi la scheda in fondo alla lista", "r-d-move-to-bottom-spec": "Muovi la scheda in fondo alla lista",
"r-d-send-email": "Invia email", "r-d-send-email": "Invia email",
"r-d-send-email-to": "to", "r-d-send-email-to": "a",
"r-d-send-email-subject": "oggetto", "r-d-send-email-subject": "oggetto",
"r-d-send-email-message": "messaggio", "r-d-send-email-message": "messaggio",
"r-d-archive": "Sposta scheda nell'archivio", "r-d-archive": "Sposta scheda nell'archivio",
@ -832,7 +833,7 @@
"r-items-list": "elemento1,elemento2,elemento3", "r-items-list": "elemento1,elemento2,elemento3",
"r-add-swimlane": "Aggiungi swimlane", "r-add-swimlane": "Aggiungi swimlane",
"r-swimlane-name": "nome swimlane", "r-swimlane-name": "nome swimlane",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: Lascia un campo vuoto per abbinare ogni possibile valore",
"r-checklist-note": "Nota: Gli elementi della checklist devono essere scritti come valori separati dalla virgola", "r-checklist-note": "Nota: Gli elementi della checklist devono essere scritti come valori separati dalla virgola",
"r-when-a-card-is-moved": "Quando una scheda viene spostata in un'altra lista", "r-when-a-card-is-moved": "Quando una scheda viene spostata in un'altra lista",
"r-set": "Imposta", "r-set": "Imposta",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Metodo di autenticazione predefinito", "default-authentication-method": "Metodo di autenticazione predefinito",
"duplicate-board": "Duplica bacheca", "duplicate-board": "Duplica bacheca",
"org-number": "The number of organizations is: ", "org-number": "Il numero di organizzazioni è:",
"team-number": "The number of teams is: ", "team-number": "Il numero di team è:",
"people-number": "The number of people is: ", "people-number": "Il numero di persone è:",
"swimlaneDeletePopup-title": "Eliminare la swimlane?", "swimlaneDeletePopup-title": "Eliminare la swimlane?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Ripristina tutto", "restore-all": "Ripristina tutto",
@ -944,7 +945,6 @@
"person": "Persona", "person": "Persona",
"my-cards": "Le mie schede", "my-cards": "Le mie schede",
"card": "Scheda", "card": "Scheda",
"list": "Lista",
"board": "Bacheca", "board": "Bacheca",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Vista mie schede", "myCardsViewChange-title": "Vista mie schede",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -89,8 +89,6 @@
"add-subtask": "サブタスクを追加", "add-subtask": "サブタスクを追加",
"add-checklist": "チェックリストを追加", "add-checklist": "チェックリストを追加",
"add-checklist-item": "チェックリストに項目を追加", "add-checklist-item": "チェックリストに項目を追加",
"close-add-checklist-item": "Close add an item to checklist form",
"close-edit-checklist-item": "Close edit an item to checklist form",
"convertChecklistItemToCardPopup-title": "Convert to Card", "convertChecklistItemToCardPopup-title": "Convert to Card",
"add-cover": "カバーの追加", "add-cover": "カバーの追加",
"add-label": "ラベルを追加", "add-label": "ラベルを追加",
@ -137,9 +135,9 @@
"avatar-too-big": "アバターが大きすぎます最大520KB", "avatar-too-big": "アバターが大きすぎます最大520KB",
"back": "戻る", "back": "戻る",
"board-change-color": "色の変更", "board-change-color": "色の変更",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -352,7 +350,7 @@
"email-fail-text": "メールの送信中にエラーが発生しました", "email-fail-text": "メールの送信中にエラーが発生しました",
"email-invalid": "無効なメールアドレス", "email-invalid": "無効なメールアドレス",
"email-invite": "メールで招待", "email-invite": "メールで招待",
"email-invite-subject": "__inviter__さんがあなたを招待しています", "email-invite-subject": "__inviter__があなたを招待しています",
"email-invite-text": "__user__さんへ。\n\n__inviter__さんがあなたをボード\"__board__\"へ招待しています。\n\n以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。", "email-invite-text": "__user__さんへ。\n\n__inviter__さんがあなたをボード\"__board__\"へ招待しています。\n\n以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。",
"email-resetPassword-subject": "あなたの __siteName__ のパスワードをリセットする", "email-resetPassword-subject": "あなたの __siteName__ のパスワードをリセットする",
"email-resetPassword-text": "こんにちは、__user__さん。\n\nパスワードをリセットするには、以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。", "email-resetPassword-text": "こんにちは、__user__さん。\n\nパスワードをリセットするには、以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。",
@ -365,7 +363,7 @@
"error-board-notAMember": "操作にはボードメンバーである必要があります", "error-board-notAMember": "操作にはボードメンバーである必要があります",
"error-json-malformed": "このテキストは、有効なJSON形式ではありません", "error-json-malformed": "このテキストは、有効なJSON形式ではありません",
"error-json-schema": "JSONデータが不正な値を含んでいます", "error-json-schema": "JSONデータが不正な値を含んでいます",
"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": "CSV(カンマ区切り)/TSV(タブ区切り)の書式が不正です",
"error-list-doesNotExist": "このリストは存在しません", "error-list-doesNotExist": "このリストは存在しません",
"error-user-doesNotExist": "ユーザーが存在しません", "error-user-doesNotExist": "ユーザーが存在しません",
"error-user-notAllowSelf": "自分を招待することはできません。", "error-user-notAllowSelf": "自分を招待することはできません。",
@ -379,7 +377,7 @@
"export-board-csv": "ボードをCSVにエクスポート", "export-board-csv": "ボードをCSVにエクスポート",
"export-board-tsv": "ボードをTSVにエクスポート", "export-board-tsv": "ボードをTSVにエクスポート",
"export-board-excel": "ボードをExcelにエクスポート", "export-board-excel": "ボードをExcelにエクスポート",
"user-can-not-export-excel": "ユーザーはExcelにエクスポートできません", "user-can-not-export-excel": "ユーザーはExcelにエクスポートできません ",
"export-board-html": "ボードをHTMLにエクスポート", "export-board-html": "ボードをHTMLにエクスポート",
"export-card": "Export card", "export-card": "Export card",
"export-card-pdf": "Export card to PDF", "export-card-pdf": "Export card to PDF",
@ -422,27 +420,7 @@
"filter-to-selection": "フィルターした項目を全選択", "filter-to-selection": "フィルターした項目を全選択",
"other-filters-label": "その他のフィルタ", "other-filters-label": "その他のフィルタ",
"advanced-filter-label": "高度なフィルター", "advanced-filter-label": "高度なフィルター",
"advanced-filter-description": "使== != <= >= && || ( ) "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",
使
使
Field1 == Value1
'Field 1' == 'Value 1'
(' \/) \使
Field1 == I\'m
F1 == V1 || F1 == V2
使
F1 == V1 && ( F2 == V2 || F2 == V3 )
使
F1 == /Tes.*/i",
"fullname": "フルネーム", "fullname": "フルネーム",
"header-logo-title": "自分のボードページに戻る。", "header-logo-title": "自分のボードページに戻る。",
"hide-system-messages": "システムメッセージを隠す", "hide-system-messages": "システムメッセージを隠す",
@ -518,7 +496,7 @@
"moveCardPopup-title": "カードの移動", "moveCardPopup-title": "カードの移動",
"moveCardToBottom-title": "最下部に移動", "moveCardToBottom-title": "最下部に移動",
"moveCardToTop-title": "先頭に移動", "moveCardToTop-title": "先頭に移動",
"moveSelectionPopup-title": "選択したものを移動", "moveSelectionPopup-title": "選択箇所に移動",
"multi-selection": "複数選択", "multi-selection": "複数選択",
"multi-selection-label": "選択したものにラベルを設定", "multi-selection-label": "選択したものにラベルを設定",
"multi-selection-member": "選択したものにメンバーを設定", "multi-selection-member": "選択したものにメンバーを設定",
@ -563,9 +541,6 @@
"rename": "名前変更", "rename": "名前変更",
"rename-board": "ボード名の変更", "rename-board": "ボード名の変更",
"restore": "リストア", "restore": "リストア",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"カード設定",
"save": "保存", "save": "保存",
"search": "検索", "search": "検索",
"rules": "ルール", "rules": "ルール",
@ -619,7 +594,6 @@
"custom-top-left-corner-logo-height": "カスタムの左上ロゴイメージの高さ。デフォルト27", "custom-top-left-corner-logo-height": "カスタムの左上ロゴイメージの高さ。デフォルト27",
"custom-login-logo-image-url": "カスタムのログインロゴイメージのURL", "custom-login-logo-image-url": "カスタムのログインロゴイメージのURL",
"custom-login-logo-link-url": "カスタムのログインロゴイメージのリンクURL", "custom-login-logo-link-url": "カスタムのログインロゴイメージのリンクURL",
"custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "カスタムログインロゴイメージの下のテキスト", "text-below-custom-login-logo": "カスタムログインロゴイメージの下のテキスト",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line", "automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "ユーザー名", "username": "ユーザー名",
@ -706,7 +680,7 @@
"accounts-allowEmailChange": "メールアドレスの変更を許可", "accounts-allowEmailChange": "メールアドレスの変更を許可",
"accounts-allowUserNameChange": "ユーザー名の変更を許可", "accounts-allowUserNameChange": "ユーザー名の変更を許可",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "作成日時", "createdAt": "作成日時",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "認証状況", "verified": "認証状況",
@ -732,6 +706,7 @@
"default": "デフォルト", "default": "デフォルト",
"queue": "キュー", "queue": "キュー",
"subtask-settings": "サブタスク設定", "subtask-settings": "サブタスク設定",
"card-settings": "カード設定",
"minicard-settings": "Minicard Settings", "minicard-settings": "Minicard Settings",
"boardSubtaskSettingsPopup-title": "ボードのサブタスク設定", "boardSubtaskSettingsPopup-title": "ボードのサブタスク設定",
"boardCardSettingsPopup-title": "カード設定", "boardCardSettingsPopup-title": "カード設定",
@ -774,6 +749,7 @@
"r-removed-from": "次から削除された時", "r-removed-from": "次から削除された時",
"r-the-board": "ボード:", "r-the-board": "ボード:",
"r-list": "リスト", "r-list": "リスト",
"list": "List",
"set-filter": "フィルタを設定", "set-filter": "フィルタを設定",
"r-moved-to": "次に移動した時", "r-moved-to": "次に移動した時",
"r-moved-from": "次から移動された時", "r-moved-from": "次から移動された時",
@ -852,19 +828,18 @@
"r-items-list": "アイテム1、アイテム2、アイテム3", "r-items-list": "アイテム1、アイテム2、アイテム3",
"r-add-swimlane": "スイムレーンを追加", "r-add-swimlane": "スイムレーンを追加",
"r-swimlane-name": "スイムレーン名", "r-swimlane-name": "スイムレーン名",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "注意:フィールドを空にすると全ての値に一致します",
"r-checklist-note": "注意:チェックリスト項目はカンマ区切りで記述する必要があります。", "r-checklist-note": "注意:チェックリスト項目はカンマ区切りで記述する必要があります。",
"r-when-a-card-is-moved": "カードが別のリストに移動したとき", "r-when-a-card-is-moved": "カードが別のリストに移動したとき",
"r-set": "設定する", "r-set": "設定する",
"r-update": "更新する", "r-update": "更新する",
"r-datefield": "日時項目", "r-datefield": "日時項目",
"r-df-start-at": "開始", "r-df-start-at": "開始",
"r-df-due-at": "期限", "r-df-due-at": "期限",
"r-df-end-at": "終了", "r-df-end-at": "終了",
"r-df-received-at": "受付", "r-df-received-at": "受付",
"r-to-current-datetime": "現在日時に", "r-to-current-datetime": "現在日時に",
"r-remove-value-from": "次の値を削除:", "r-remove-value-from": "次の値を削除:",
"r-link-card": "Link card to",
"ldap": "LDAP", "ldap": "LDAP",
"oauth2": "OAuth2", "oauth2": "OAuth2",
"cas": "CAS", "cas": "CAS",
@ -873,8 +848,6 @@
"custom-product-name": "カスタム製品名", "custom-product-name": "カスタム製品名",
"layout": "レイアウト", "layout": "レイアウト",
"hide-logo": "ロゴを隠す", "hide-logo": "ロゴを隠す",
"hide-card-counter-list": "Hide card counter list on All Boards",
"hide-board-member-list": "Hide board member list on All Boards",
"add-custom-html-after-body-start": "<body> の開始直後にカスタムHTMLを追加する", "add-custom-html-after-body-start": "<body> の開始直後にカスタムHTMLを追加する",
"add-custom-html-before-body-end": "</body> の終了直前にカスタムHTMLを追加する", "add-custom-html-before-body-end": "</body> の終了直前にカスタムHTMLを追加する",
"error-undefined": "何らかの問題が発生しています", "error-undefined": "何らかの問題が発生しています",
@ -883,9 +856,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "デフォルトの認証方式", "default-authentication-method": "デフォルトの認証方式",
"duplicate-board": "ボードの複製", "duplicate-board": "ボードの複製",
"org-number": "The number of organizations is: ", "org-number": "組織のメンバー数:",
"team-number": "The number of teams is: ", "team-number": "チームのメンバー数:",
"people-number": "The number of people is: ", "people-number": "メンバー数:",
"swimlaneDeletePopup-title": "スイムレーンを削除しますか?", "swimlaneDeletePopup-title": "スイムレーンを削除しますか?",
"swimlane-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。", "swimlane-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。",
"restore-all": "全てをリストアする", "restore-all": "全てをリストアする",
@ -928,7 +901,6 @@
"editUserPopup-title": "ユーザーを編集", "editUserPopup-title": "ユーザーを編集",
"newUserPopup-title": "新規ユーザー", "newUserPopup-title": "新規ユーザー",
"notifications": "通知", "notifications": "通知",
"help": "Help",
"view-all": "全てを表示", "view-all": "全てを表示",
"filter-by-unread": "未読でフィルタ", "filter-by-unread": "未読でフィルタ",
"mark-all-as-read": "全て既読にする", "mark-all-as-read": "全て既読にする",
@ -964,7 +936,6 @@
"person": "Person", "person": "Person",
"my-cards": "自分のカード", "my-cards": "自分のカード",
"card": "カード", "card": "カード",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1054,7 +1025,7 @@
"operator-debug-invalid": "%s is not a valid debug predicate", "operator-debug-invalid": "%s is not a valid debug predicate",
"next-page": "次のページ", "next-page": "次のページ",
"previous-page": "前のページ", "previous-page": "前のページ",
"heading-notes": "注意", "heading-notes": "注意\n ",
"globalSearch-instructions-heading": "検索手順", "globalSearch-instructions-heading": "検索手順",
"globalSearch-instructions-description": "検索は演算子を含めた絞り込みが可能です。演算子は、演算子の名前と値を半角コロンで区切った記述で指定します。例えば、`リスト:対応不可`と指定すると、*対応不可*という名前のリストに含まれるカードという制約で検索します。値にスペースや特殊文字が含まれる場合は引用符で囲む必要があります(例:`__operator_list__:\"レビュー 本日中\"`)。", "globalSearch-instructions-description": "検索は演算子を含めた絞り込みが可能です。演算子は、演算子の名前と値を半角コロンで区切った記述で指定します。例えば、`リスト:対応不可`と指定すると、*対応不可*という名前のリストに含まれるカードという制約で検索します。値にスペースや特殊文字が含まれる場合は引用符で囲む必要があります(例:`__operator_list__:\"レビュー 本日中\"`)。",
"globalSearch-instructions-operators": "有効な演算子:", "globalSearch-instructions-operators": "有効な演算子:",
@ -1082,13 +1053,13 @@
"globalSearch-instructions-status-private": "`__predicate_private__` - 非公開のボードにあるカード", "globalSearch-instructions-status-private": "`__predicate_private__` - 非公開のボードにあるカード",
"globalSearch-instructions-operator-has": "`__operator_has__:<field>` - *<field>* は`__predicate_attachment__`、`__predicate_checklist__`、`__predicate_description__`、`__predicate_start__`、`__predicate_due__`、`__predicate_end__`、`__predicate_assignee__`、`__predicate_member__` のいずれかを指定します。*<field>* の前に「`-`」を記述すると、そのフィールドに値がないものを検索します(例:「`所有:-期限日`」は期限日がないカードを検索します)。", "globalSearch-instructions-operator-has": "`__operator_has__:<field>` - *<field>* は`__predicate_attachment__`、`__predicate_checklist__`、`__predicate_description__`、`__predicate_start__`、`__predicate_due__`、`__predicate_end__`、`__predicate_assignee__`、`__predicate_member__` のいずれかを指定します。*<field>* の前に「`-`」を記述すると、そのフィールドに値がないものを検索します(例:「`所有:-期限日`」は期限日がないカードを検索します)。",
"globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - *<sort-name>* は `__predicate_due__`、`__predicate_created__`、`__predicate_modified__` のいずれかを指定します。降順にする場合は、並べ替え名の前に「`-`」を記述します。", "globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - *<sort-name>* は `__predicate_due__`、`__predicate_created__`、`__predicate_modified__` のいずれかを指定します。降順にする場合は、並べ替え名の前に「`-`」を記述します。",
"globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - 「*<n>*」には、ページごとに表示されるカードの数を表す正の整数を指定します。", "globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - 「*<n>*」には、ページごとに表示されるカードの数を表す正の整数を指定します。 ",
"globalSearch-instructions-notes-1": "複数の演算子を指定できます。", "globalSearch-instructions-notes-1": "複数の演算子を指定できます。",
"globalSearch-instructions-notes-2": "同じ演算子はOR条件になります。複数の条件のいずれかに一致したカードが検索されます。`__operator_list__:有効 __operator_list__:対応不要` の場合、リスト名が *有効* または *対応不要* のカードが検索されます。", "globalSearch-instructions-notes-2": "同じ演算子はOR条件になります。複数の条件のいずれかに一致したカードが検索されます。`__operator_list__:有効 __operator_list__:対応不要` の場合、リスト名が *有効* または *対応不要* のカードが検索されます。",
"globalSearch-instructions-notes-3": "異なる演算子はAND条件になります。異なる演算子すべてに一致したカードのみが検索されます。`__operator_list__:有効 __operator_label__:赤` は、*有効* のリストの中の *赤* のラベルのカードのみが検索されます。", "globalSearch-instructions-notes-3": "異なる演算子はAND条件になります。異なる演算子すべてに一致したカードのみが検索されます。`__operator_list__:有効 __operator_label__:赤` は、*有効* のリストの中の *赤* のラベルのカードのみが検索されます。",
"globalSearch-instructions-notes-3-2": "日付には正負の整数や、現在からの期間として `__predicate_week__`、`__predicate_month__`、`__predicate_quarter__`、`__predicate_year__` を指定できます。", "globalSearch-instructions-notes-3-2": "日付には正負の整数や、現在からの期間として `__predicate_week__`、`__predicate_month__`、`__predicate_quarter__`、`__predicate_year__` を指定できます。",
"globalSearch-instructions-notes-4": "テキスト検索では大文字と小文字は区別されません。", "globalSearch-instructions-notes-4": "テキスト検索では大文字と小文字は区別されません。",
"globalSearch-instructions-notes-5": "デフォルトではアーカイブされたカードは検索されません。", "globalSearch-instructions-notes-5": "デフォルトではアーカイブされたカードは検索されません。 ",
"link-to-search": "この検索へのリンク", "link-to-search": "この検索へのリンク",
"excel-font": "Arial", "excel-font": "Arial",
"number": "数値", "number": "数値",
@ -1195,30 +1166,16 @@
"attachmentActionsPopup-title": "Attachment Actions", "attachmentActionsPopup-title": "Attachment Actions",
"attachment-move-storage-fs": "Move attachment to filesystem", "attachment-move-storage-fs": "Move attachment to filesystem",
"attachment-move-storage-gridfs": "Move attachment to GridFS", "attachment-move-storage-gridfs": "Move attachment to GridFS",
"attachment-move-storage-s3": "Move attachment to S3",
"attachment-move": "Move Attachment", "attachment-move": "Move Attachment",
"move-all-attachments-to-fs": "Move all attachments to filesystem", "move-all-attachments-to-fs": "Move all attachments to filesystem",
"move-all-attachments-to-gridfs": "Move all attachments to GridFS", "move-all-attachments-to-gridfs": "Move all attachments to GridFS",
"move-all-attachments-to-s3": "Move all attachments to S3",
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem", "move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS", "move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
"move-all-attachments-of-board-to-s3": "Move all attachments of board to S3",
"path": "Path", "path": "Path",
"version-name": "Version-Name", "version-name": "Version-Name",
"size": "Size", "size": "Size",
"storage": "Storage", "storage": "Storage",
"action": "操作", "action": "操作",
"board-title": "Board Title", "board-title": "Board Title",
"attachmentRenamePopup-title": "名前変更", "attachmentRenamePopup-title": "名前変更"
"uploading": "Uploading",
"remaining_time": "Remaining time",
"speed": "Speed",
"progress": "Progress",
"password-again": "Password (again)",
"if-you-already-have-an-account": "If you already have an account",
"register": "Register",
"forgot-password": "Forgot password",
"minicardDetailsActionsPopup-title": "Card Details",
"Mongo_sessions_count": "Mongo sessions count",
"change-visibility": "公開範囲の変更"
} }

View file

@ -55,7 +55,7 @@
"activity-imported-board": "იმპორტირებულია%s %s-დან", "activity-imported-board": "იმპორტირებულია%s %s-დან",
"activity-joined": "შეუერთდა %s", "activity-joined": "შეუერთდა %s",
"activity-moved": "moved %s from %s to %s", "activity-moved": "moved %s from %s to %s",
"activity-on": "%s-ზე", "activity-on": " %s-ზე",
"activity-removed": "წაიშალა %s %s-დან", "activity-removed": "წაიშალა %s %s-დან",
"activity-sent": "გაიგზავნა %s %s-ში", "activity-sent": "გაიგზავნა %s %s-ში",
"activity-unjoined": "არ შემოუერთდა %s", "activity-unjoined": "არ შემოუერთდა %s",
@ -100,7 +100,7 @@
"addMemberPopup-title": "წევრები", "addMemberPopup-title": "წევრები",
"memberPopup-title": "მომხმარებლის პარამეტრები", "memberPopup-title": "მომხმარებლის პარამეტრები",
"admin": "ადმინი", "admin": "ადმინი",
"admin-desc": "შეუძლია ნახოს და შეასწოროს ბარათები, წაშალოს წევრები და შეცვალოს დაფის პარამეტრები.", "admin-desc": "შეუძლია ნახოს და შეასწოროს ბარათები, წაშალოს წევრები და შეცვალოს დაფის პარამეტრები. ",
"admin-announcement": "განცხადება", "admin-announcement": "განცხადება",
"admin-announcement-active": "აქტიური სისტემა-ფართო განცხადება", "admin-announcement-active": "აქტიური სისტემა-ფართო განცხადება",
"admin-announcement-title": "შეტყობინება ადმინისტრატორისთვის", "admin-announcement-title": "შეტყობინება ადმინისტრატორისთვის",
@ -130,16 +130,16 @@
"assign-member": "უფლებამოსილი წევრი", "assign-member": "უფლებამოსილი წევრი",
"attached": "მიბმული", "attached": "მიბმული",
"attachment": "მიბმული ფიალი", "attachment": "მიბმული ფიალი",
"attachment-delete-pop": "მიბმული ფაილის წაშლა მუდმივია. შეუძლებელია მისი უკან დაბრუნება.", "attachment-delete-pop": "მიბმული ფაილის წაშლა მუდმივია. შეუძლებელია მისი უკან დაბრუნება. ",
"attachmentDeletePopup-title": "გსურთ მიბმული ფაილის წაშლა?", "attachmentDeletePopup-title": "გსურთ მიბმული ფაილის წაშლა? ",
"attachments": "მიბმული ფაილები", "attachments": "მიბმული ფაილები",
"auto-watch": "დაფის ავტომატური ნახვა მას შემდეგ რაც ის შეიქმნება", "auto-watch": "დაფის ავტომატური ნახვა მას შემდეგ რაც ის შეიქმნება",
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "უკან", "back": "უკან",
"board-change-color": "ფერის შეცვლა", "board-change-color": "ფერის შეცვლა",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -161,7 +161,7 @@
"board-view-collapse": "Collapse", "board-view-collapse": "Collapse",
"board-view-gantt": "Gantt", "board-view-gantt": "Gantt",
"board-view-lists": "ჩამონათვალი", "board-view-lists": "ჩამონათვალი",
"bucket-example": "მაგალითად “Bucket List”", "bucket-example": "მაგალითად “Bucket List” ",
"cancel": "გაუქმება", "cancel": "გაუქმება",
"card-archived": "This card is moved to Archive.", "card-archived": "This card is moved to Archive.",
"board-archived": "This board is moved to Archive.", "board-archived": "This board is moved to Archive.",
@ -171,7 +171,7 @@
"card-delete-suggest-archive": "You can move a card to Archive to remove it from the board and preserve the activity.", "card-delete-suggest-archive": "You can move a card to Archive to remove it from the board and preserve the activity.",
"card-archive-pop": "Card will not be visible at this list after archiving card.", "card-archive-pop": "Card will not be visible at this list after archiving card.",
"card-archive-suggest-cancel": "You can later restore card from Archive.", "card-archive-suggest-cancel": "You can later restore card from Archive.",
"card-due": "საბოლოო ვადა", "card-due": "საბოლოო ვადა ",
"card-due-on": "საბოლოო ვადა", "card-due-on": "საბოლოო ვადა",
"card-spent": "დახარჯული დრო", "card-spent": "დახარჯული დრო",
"card-edit-attachments": "მიბმული ფაილის შესწორება", "card-edit-attachments": "მიბმული ფაილის შესწორება",
@ -179,10 +179,10 @@
"card-edit-labels": "ნიშნის შესწორება", "card-edit-labels": "ნიშნის შესწორება",
"card-edit-members": "მომხმარებლების შესწორება", "card-edit-members": "მომხმარებლების შესწორება",
"card-labels-title": "ნიშნის შეცვლა ბარათისთვის.", "card-labels-title": "ნიშნის შეცვლა ბარათისთვის.",
"card-members-title": "დაამატეთ ან წაშალეთ დაფის წევრი ბარათიდან.", "card-members-title": "დაამატეთ ან წაშალეთ დაფის წევრი ბარათიდან. ",
"card-start": "დაწყება", "card-start": "დაწყება",
"card-start-on": "დაიწყება", "card-start-on": "დაიწყება",
"cardAttachmentsPopup-title": "მიბმა შემდეგი წყაროდან:", "cardAttachmentsPopup-title": "მიბმა შემდეგი წყაროდან: ",
"cardCustomField-datePopup-title": "დროის ცვლილება", "cardCustomField-datePopup-title": "დროის ცვლილება",
"cardCustomFieldsPopup-title": "მომხმარებლის ველის შესწორება", "cardCustomFieldsPopup-title": "მომხმარებლის ველის შესწორება",
"cardStartVotingPopup-title": "Start a vote", "cardStartVotingPopup-title": "Start a vote",
@ -218,7 +218,7 @@
"set-estimation": "Set Estimation", "set-estimation": "Set Estimation",
"deletePokerPopup-title": "Delete planning poker?", "deletePokerPopup-title": "Delete planning poker?",
"poker-delete-pop": "Deleting is permanent. You will lose all actions associated with this planning poker.", "poker-delete-pop": "Deleting is permanent. You will lose all actions associated with this planning poker.",
"cardDeletePopup-title": "წავშალოთ ბარათი?", "cardDeletePopup-title": "წავშალოთ ბარათი? ",
"cardArchivePopup-title": "Archive Card?", "cardArchivePopup-title": "Archive Card?",
"cardDetailsActionsPopup-title": "ბარათის მოქმედებები", "cardDetailsActionsPopup-title": "ბარათის მოქმედებები",
"cardLabelsPopup-title": "ნიშნები", "cardLabelsPopup-title": "ნიშნები",
@ -245,7 +245,7 @@
"subtasks": "ქვეამოცანა", "subtasks": "ქვეამოცანა",
"checklists": "კატალოგი", "checklists": "კატალოგი",
"click-to-star": "დააჭირეთ დაფის ვარსკვლავით მოსანიშნად", "click-to-star": "დააჭირეთ დაფის ვარსკვლავით მოსანიშნად",
"click-to-unstar": "დააკლიკეთ დაფიდან ვარსკვლავის მოსახსნელად.", "click-to-unstar": "დააკლიკეთ დაფიდან ვარსკვლავის მოსახსნელად. ",
"clipboard": "Clipboard ან drag & drop", "clipboard": "Clipboard ან drag & drop",
"close": "დახურვა", "close": "დახურვა",
"close-board": "დაფის დახურვა", "close-board": "დაფის დახურვა",
@ -269,7 +269,7 @@
"color-pink": "ვარდისფერი", "color-pink": "ვარდისფერი",
"color-plum": "plum", "color-plum": "plum",
"color-purple": "იასამნისფერი", "color-purple": "იასამნისფერი",
"color-red": "წითელი", "color-red": "წითელი ",
"color-saddlebrown": "saddlebrown", "color-saddlebrown": "saddlebrown",
"color-silver": "silver", "color-silver": "silver",
"color-sky": "ცისფერი", "color-sky": "ცისფერი",
@ -288,7 +288,7 @@
"worker": "Worker", "worker": "Worker",
"worker-desc": "Can only move cards, assign itself to card and comment.", "worker-desc": "Can only move cards, assign itself to card and comment.",
"computer": "კომპიუტერი", "computer": "კომპიუტერი",
"confirm-subtask-delete-popup": "დარწმუნებული ხართ, რომ გსურთ ქვესაქმიანობის წაშლა?", "confirm-subtask-delete-popup": "დარწმუნებული ხართ, რომ გსურთ ქვესაქმიანობის წაშლა? ",
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?", "confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
"subtaskDeletePopup-title": "Delete Subtask?", "subtaskDeletePopup-title": "Delete Subtask?",
"checklistDeletePopup-title": "Delete Checklist?", "checklistDeletePopup-title": "Delete Checklist?",
@ -307,7 +307,7 @@
"createCustomField": "ველის შექმნა", "createCustomField": "ველის შექმნა",
"createCustomFieldPopup-title": "ველის შექმნა", "createCustomFieldPopup-title": "ველის შექმნა",
"current": "მიმდინარე", "current": "მიმდინარე",
"custom-field-delete-pop": "ქმედება გამოიწვევს მომხმარებლის ველის წაშლას ყველა ბარათიდან და გაანადგურებს მის ისტორიას, რის შემდეგაც შეუძლებელი იქნება მისი უკან დაბრუნება.", "custom-field-delete-pop": "ქმედება გამოიწვევს მომხმარებლის ველის წაშლას ყველა ბარათიდან და გაანადგურებს მის ისტორიას, რის შემდეგაც შეუძლებელი იქნება მისი უკან დაბრუნება. ",
"custom-field-checkbox": "მოსანიშნი გრაფა", "custom-field-checkbox": "მოსანიშნი გრაფა",
"custom-field-currency": "Currency", "custom-field-currency": "Currency",
"custom-field-currency-option": "Currency Code", "custom-field-currency-option": "Currency Code",
@ -315,7 +315,7 @@
"custom-field-dropdown": "ჩამოსაშლელი სია", "custom-field-dropdown": "ჩამოსაშლელი სია",
"custom-field-dropdown-none": "(ცარიელი)", "custom-field-dropdown-none": "(ცარიელი)",
"custom-field-dropdown-options": "პარამეტრების სია", "custom-field-dropdown-options": "პარამეტრების სია",
"custom-field-dropdown-options-placeholder": "დამატებითი პარამეტრების სანახავად დააჭირეთ enter-ს.", "custom-field-dropdown-options-placeholder": "დამატებითი პარამეტრების სანახავად დააჭირეთ enter-ს. ",
"custom-field-dropdown-unknown": "(უცნობი)", "custom-field-dropdown-unknown": "(უცნობი)",
"custom-field-number": "რიცხვი", "custom-field-number": "რიცხვი",
"custom-field-text": "ტექსტი", "custom-field-text": "ტექსტი",
@ -324,8 +324,8 @@
"decline": "უარყოფა", "decline": "უარყოფა",
"default-avatar": "სტანდარტული ავატარი", "default-avatar": "სტანდარტული ავატარი",
"delete": "წაშლა", "delete": "წაშლა",
"deleteCustomFieldPopup-title": "წავშალოთ მომხმარებლის ველი?", "deleteCustomFieldPopup-title": "წავშალოთ მომხმარებლის ველი? ",
"deleteLabelPopup-title": "ნამდვილად გსურთ ნიშნის წაშლა?", "deleteLabelPopup-title": "ნამდვილად გსურთ ნიშნის წაშლა? ",
"description": "აღწერა", "description": "აღწერა",
"disambiguateMultiLabelPopup-title": "გაუგებარი ნიშნის მოქმედება", "disambiguateMultiLabelPopup-title": "გაუგებარი ნიშნის მოქმედება",
"disambiguateMultiMemberPopup-title": "გაუგებარი წევრის მოქმედება", "disambiguateMultiMemberPopup-title": "გაუგებარი წევრის მოქმედება",
@ -335,8 +335,8 @@
"edit": "შესწორება", "edit": "შესწორება",
"edit-avatar": "სურათის შეცვლა", "edit-avatar": "სურათის შეცვლა",
"edit-profile": "პროფილის შესწორება", "edit-profile": "პროფილის შესწორება",
"edit-wip-limit": "WIP ლიმიტის შესწორება", "edit-wip-limit": " WIP ლიმიტის შესწორება",
"soft-wip-limit": "მსუბუქი WIP შეზღუდვა", "soft-wip-limit": "მსუბუქი WIP შეზღუდვა ",
"editCardStartDatePopup-title": "დაწყების დროის შეცვლა", "editCardStartDatePopup-title": "დაწყების დროის შეცვლა",
"editCardDueDatePopup-title": "შეცვალეთ დედლაინი", "editCardDueDatePopup-title": "შეცვალეთ დედლაინი",
"editCustomFieldPopup-title": "ველების შესწორება", "editCustomFieldPopup-title": "ველების შესწორება",
@ -364,8 +364,8 @@
"error-board-notAdmin": "ამის გასაკეთებლად საჭიროა იყოთ დაფის ადმინისტრატორი", "error-board-notAdmin": "ამის გასაკეთებლად საჭიროა იყოთ დაფის ადმინისტრატორი",
"error-board-notAMember": "ამის გასაკეთებლად საჭიროა იყოთ დაფის წევრი", "error-board-notAMember": "ამის გასაკეთებლად საჭიროა იყოთ დაფის წევრი",
"error-json-malformed": "შენი ტექსტი არ არის ვალიდური JSON", "error-json-malformed": "შენი ტექსტი არ არის ვალიდური JSON",
"error-json-schema": "თქვენი JSON მონაცემები არ შეიცავს ზუსტ ინფორმაციას სწორ ფორმატში", "error-json-schema": "თქვენი JSON მონაცემები არ შეიცავს ზუსტ ინფორმაციას სწორ ფორმატში ",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "ეს ცხრილი არ არსებობს", "error-list-doesNotExist": "ეს ცხრილი არ არსებობს",
"error-user-doesNotExist": "მსგავსი მომხმარებელი არ არსებობს", "error-user-doesNotExist": "მსგავსი მომხმარებელი არ არსებობს",
"error-user-notAllowSelf": "თქვენ არ შეგიძლიათ საკუთარი თავის მოწვევა", "error-user-notAllowSelf": "თქვენ არ შეგიძლიათ საკუთარი თავის მოწვევა",
@ -390,7 +390,7 @@
"sorted": "Sorted", "sorted": "Sorted",
"remove-sort": "Remove sort", "remove-sort": "Remove sort",
"sort-desc": "დააკლიკეთ ჩამონათვალის დალაგებისთვის", "sort-desc": "დააკლიკეთ ჩამონათვალის დალაგებისთვის",
"list-sort-by": "ჩამონათვალის დალაგება:", "list-sort-by": "ჩამონათვალის დალაგება: ",
"list-label-modifiedAt": "Last Access Time", "list-label-modifiedAt": "Last Access Time",
"list-label-title": "Name of the List", "list-label-title": "Name of the List",
"list-label-sort": "Your Manual Order", "list-label-sort": "Your Manual Order",
@ -410,7 +410,7 @@
"filter-labels-label": "Filter by label", "filter-labels-label": "Filter by label",
"filter-no-label": "ნიშანი არ გვაქვს", "filter-no-label": "ნიშანი არ გვაქვს",
"filter-member-label": "Filter by member", "filter-member-label": "Filter by member",
"filter-no-member": "არ არის წევრები", "filter-no-member": "არ არის წევრები ",
"filter-assignee-label": "Filter by assignee", "filter-assignee-label": "Filter by assignee",
"filter-no-assignee": "No assignee", "filter-no-assignee": "No assignee",
"filter-custom-fields-label": "Filter by Custom Fields", "filter-custom-fields-label": "Filter by Custom Fields",
@ -418,11 +418,11 @@
"filter-show-archive": "Show archived lists", "filter-show-archive": "Show archived lists",
"filter-hide-empty": "Hide empty lists", "filter-hide-empty": "Hide empty lists",
"filter-on": "ფილტრი ჩართულია", "filter-on": "ფილტრი ჩართულია",
"filter-on-desc": "თქვენ ფილტრავთ ბარათებს ამ დაფაზე. დააკლიკეთ აქ ფილტრაციის შესწორებისთვის.", "filter-on-desc": "თქვენ ფილტრავთ ბარათებს ამ დაფაზე. დააკლიკეთ აქ ფილტრაციის შესწორებისთვის. ",
"filter-to-selection": "მონიშნულის გაფილტვრა", "filter-to-selection": "მონიშნულის გაფილტვრა",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "გაფართოებული ფილტრაცია", "advanced-filter-label": "გაფართოებული ფილტრაცია",
"advanced-filter-description": "გაფართოებული ფილტრაცია, უფლებას გაძლევთ დაწეროთ მწკრივი რომლებიც შეიცავენ შემდეგ ოპერაციებს : == != <= >= && || ( ) space გამოიყენება როგორც გამმიჯნავი ოპერაციებს შორის. თქვენ შეგიძლიათ გაფილტროთ მომხმარებლის ველი მათი სახელებისა და ღირებულებების მიხედვით. მაგალითად: Field1 == Value1. გაითვალისწინეთ რომ თუ ველი ან ღირებულება შეიცავს space-ს თქვენ დაგჭირდებათ მათი მოთავსება ერთ ციტატაში მაგ: 'Field 1' == 'Value 1'. ერთი კონტროლის სიმბოლოებისთვის (' \/) გამოტოვება, შეგიძლიათ გამოიყენოთ \. მაგ: Field1 == I\'m. აგრეთვე თქვენ შეგიძლიათ შეურიოთ რამოდენიმე კომბინაცია. მაგალითად: F1 == V1 || F1 == V2. როგორც წესი ყველა ოპერაცია ინტერპრეტირებულია მარცხნიდან მარჯვნივ. თქვენ შეგიძლიათ შეცვალოთ რიგითობა ფრჩხილების შეცვლით მაგალითად: F1 == V1 && ( F2 == V2 || F2 == V3 ). აგრეთვე შეგიძლიათ მოძებნოთ ტექსტის ველები რეგექსით F1 == /Tes.*/i", "advanced-filter-description": "გაფართოებული ფილტრაცია, უფლებას გაძლევთ დაწეროთ მწკრივი რომლებიც შეიცავენ შემდეგ ოპერაციებს : == != <= >= && || ( ) space გამოიყენება როგორც გამმიჯნავი ოპერაციებს შორის. თქვენ შეგიძლიათ გაფილტროთ მომხმარებლის ველი მათი სახელებისა და ღირებულებების მიხედვით. მაგალითად: Field1 == Value1. გაითვალისწინეთ რომ თუ ველი ან ღირებულება შეიცავს space-ს თქვენ დაგჭირდებათ მათი მოთავსება ერთ ციტატაში მაგ: 'Field 1' == 'Value 1'. ერთი კონტროლის სიმბოლოებისთვის (' \\/) გამოტოვება, შეგიძლიათ გამოიყენოთ \\. მაგ: Field1 == I\\'m. აგრეთვე თქვენ შეგიძლიათ შეურიოთ რამოდენიმე კომბინაცია. მაგალითად: F1 == V1 || F1 == V2. როგორც წესი ყველა ოპერაცია ინტერპრეტირებულია მარცხნიდან მარჯვნივ. თქვენ შეგიძლიათ შეცვალოთ რიგითობა ფრჩხილების შეცვლით მაგალითად: F1 == V1 && ( F2 == V2 || F2 == V3 ). აგრეთვე შეგიძლიათ მოძებნოთ ტექსტის ველები რეგექსით F1 == /Tes.*/i",
"fullname": "სახელი და გვარი", "fullname": "სახელი და გვარი",
"header-logo-title": "დაბრუნდით უკან დაფების გვერდზე.", "header-logo-title": "დაბრუნდით უკან დაფების გვერდზე.",
"hide-system-messages": "დამალეთ სისტემური შეტყობინებები", "hide-system-messages": "დამალეთ სისტემური შეტყობინებები",
@ -431,7 +431,7 @@
"import": "იმპორტირება", "import": "იმპორტირება",
"impersonate-user": "Impersonate user", "impersonate-user": "Impersonate user",
"link": "Link", "link": "Link",
"import-board": "დაფის იმპორტი", "import-board": " დაფის იმპორტი",
"import-board-c": "დაფის იმპორტი", "import-board-c": "დაფის იმპორტი",
"import-board-title-trello": "დაფის იმპორტი Trello-დან", "import-board-title-trello": "დაფის იმპორტი Trello-დან",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
@ -439,11 +439,11 @@
"from-trello": "Trello-დან", "from-trello": "Trello-დან",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV", "from-csv": "From CSV/TSV",
"import-board-instruction-trello": "თქვენს Trello დაფაზე, შედით \"მენიუ\"-ში, შემდეგ დააკლიკეთ \"მეტი\", \"ამოპრინტერება და ექსპორტი\", \"JSON-ის ექსპორტი\" და დააკოპირეთ შედეგი.", "import-board-instruction-trello": "თქვენს Trello დაფაზე, შედით \"მენიუ\"-ში, შემდეგ დააკლიკეთ \"მეტი\", \"ამოპრინტერება და ექსპორტი\", \"JSON-ის ექსპორტი\" და დააკოპირეთ შედეგი. ",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .", "import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "მოათავსეთ თქვენი ვალიდური JSON მონაცემები აქ.", "import-json-placeholder": "მოათავსეთ თქვენი ვალიდური JSON მონაცემები აქ. ",
"import-csv-placeholder": "Paste your valid CSV/TSV data here", "import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "რუკის წევრები", "import-map-members": "რუკის წევრები",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
@ -466,8 +466,8 @@
"language": "ენა", "language": "ენა",
"last-admin-desc": "თქვენ ვერ შეცვლით როლებს რადგან უნდა არსებობდეს ერთი ადმინი მაინც.", "last-admin-desc": "თქვენ ვერ შეცვლით როლებს რადგან უნდა არსებობდეს ერთი ადმინი მაინც.",
"leave-board": "დატოვეთ დაფა", "leave-board": "დატოვეთ დაფა",
"leave-board-pop": "დარწმუნებული ხართ, რომ გინდათ დატოვოთ __boardTitle__? თქვენ წაიშლებით ამ დაფის ყველა ბარათიდან.", "leave-board-pop": "დარწმუნებული ხართ, რომ გინდათ დატოვოთ __boardTitle__? თქვენ წაიშლებით ამ დაფის ყველა ბარათიდან. ",
"leaveBoardPopup-title": "გსურთ დაფის დატოვება?", "leaveBoardPopup-title": "გსურთ დაფის დატოვება? ",
"link-card": "დააკავშირეთ ამ ბარათთან", "link-card": "დააკავშირეთ ამ ბარათთან",
"list-archive-cards": "Move all cards in this list to Archive", "list-archive-cards": "Move all cards in this list to Archive",
"list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.", "list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
@ -504,7 +504,7 @@
"multi-selection-member": "Set member for selection", "multi-selection-member": "Set member for selection",
"multi-selection-on": "რამდენიმეს მონიშვნა ჩართულია", "multi-selection-on": "რამდენიმეს მონიშვნა ჩართულია",
"muted": "ხმა გათიშულია", "muted": "ხმა გათიშულია",
"muted-info": "თქვენ აღარ მიიღებთ შეტყობინებას ამ დაფაზე მიმდინარე ცვლილებების შესახებ.", "muted-info": "თქვენ აღარ მიიღებთ შეტყობინებას ამ დაფაზე მიმდინარე ცვლილებების შესახებ. ",
"my-boards": "ჩემი დაფები", "my-boards": "ჩემი დაფები",
"name": "სახელი", "name": "სახელი",
"no-archived-cards": "No cards in Archive.", "no-archived-cards": "No cards in Archive.",
@ -512,7 +512,7 @@
"no-archived-swimlanes": "No swimlanes in Archive.", "no-archived-swimlanes": "No swimlanes in Archive.",
"no-results": "შედეგის გარეშე", "no-results": "შედეგის გარეშე",
"normal": "ნორმალური", "normal": "ნორმალური",
"normal-desc": "შეუძლია ნახოს და შეასწოროს ბარათები. ამ პარამეტრების შეცვლა შეუძლებელია.", "normal-desc": "შეუძლია ნახოს და შეასწოროს ბარათები. ამ პარამეტრების შეცვლა შეუძლებელია. ",
"not-accepted-yet": "მოწვევა ჯერ არ დადასტურებულა", "not-accepted-yet": "მოწვევა ჯერ არ დადასტურებულა",
"notify-participate": "Receive updates to any cards you participate as creator or member", "notify-participate": "Receive updates to any cards you participate as creator or member",
"notify-watch": "მიიღეთ განახლებები ყველა დაფაზე, ჩამონათვალზე ან ბარათებზე, რომელსაც თქვენ აკვირდებით", "notify-watch": "მიიღეთ განახლებები ყველა დაფაზე, ჩამონათვალზე ან ბარათებზე, რომელსაც თქვენ აკვირდებით",
@ -527,25 +527,25 @@
"previewAttachedImagePopup-title": "წინასწარ ნახვა", "previewAttachedImagePopup-title": "წინასწარ ნახვა",
"previewClipboardImagePopup-title": "წინასწარ ნახვა", "previewClipboardImagePopup-title": "წინასწარ ნახვა",
"private": "კერძო", "private": "კერძო",
"private-desc": "ეს არის კერძო დაფა. დაფაზე წვდომის, ნახვის და რედაქტირების უფლება აქვთ მხოლოდ მასზე დამატებულ წევრებს.", "private-desc": "ეს არის კერძო დაფა. დაფაზე წვდომის, ნახვის და რედაქტირების უფლება აქვთ მხოლოდ მასზე დამატებულ წევრებს. ",
"profile": "პროფილი", "profile": "პროფილი",
"public": "საჯარო", "public": "საჯარო",
"public-desc": "ეს დაფა არის საჯარო. ის ხილვადია ყველასთვის და შესაძლოა გამოჩნდეს საძიებო სისტემებში. შესწორების უფლება აქვს მხოლოდ მასზე დამატებულ პირებს.", "public-desc": "ეს დაფა არის საჯარო. ის ხილვადია ყველასთვის და შესაძლოა გამოჩნდეს საძიებო სისტემებში. შესწორების უფლება აქვს მხოლოდ მასზე დამატებულ პირებს. ",
"quick-access-description": "მონიშნეთ დაფა ვარსკვლავით იმისთვის, რომ დაამატოთ სწრაფი ბმული ამ ნაწილში.", "quick-access-description": "მონიშნეთ დაფა ვარსკვლავით იმისთვის, რომ დაამატოთ სწრაფი ბმული ამ ნაწილში.",
"remove-cover": "გარეკანის წაშლა", "remove-cover": "გარეკანის წაშლა",
"remove-from-board": "დაფიდან წაშლა", "remove-from-board": "დაფიდან წაშლა",
"remove-label": "ნიშნის წაშლა", "remove-label": "ნიშნის წაშლა",
"listDeletePopup-title": "ნამდვილად გსურთ სიის წაშლა?", "listDeletePopup-title": "ნამდვილად გსურთ სიის წაშლა? ",
"remove-member": "წევრის წაშლა", "remove-member": "წევრის წაშლა",
"remove-member-from-card": "ბარათიდან წაშლა", "remove-member-from-card": "ბარათიდან წაშლა",
"remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.", "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
"removeMemberPopup-title": "ნამდვილად გსურთ წევრის წაშლა?", "removeMemberPopup-title": "ნამდვილად გსურთ წევრის წაშლა? ",
"rename": "სახელის შეცვლა", "rename": "სახელის შეცვლა",
"rename-board": "დაფის სახელის ცვლილება", "rename-board": "დაფის სახელის ცვლილება",
"restore": "აღდგენა", "restore": "აღდგენა",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "დამახსოვრება", "save": "დამახსოვრება",
"search": "ძებნა", "search": "ძებნა",
"rules": "Rules", "rules": "Rules",
@ -553,7 +553,7 @@
"search-example": "Write text you search and press Enter", "search-example": "Write text you search and press Enter",
"select-color": "ფერის მონიშვნა", "select-color": "ფერის მონიშვნა",
"select-board": "Select Board", "select-board": "Select Board",
"set-wip-limit-value": "დააყენეთ შეზღუდვა დავალებების მაქსიმალურ რაოდენობაზე", "set-wip-limit-value": "დააყენეთ შეზღუდვა დავალებების მაქსიმალურ რაოდენობაზე ",
"setWipLimitPopup-title": "დააყენეთ WIP ლიმიტი", "setWipLimitPopup-title": "დააყენეთ WIP ლიმიტი",
"shortcut-assign-self": "მონიშნეთ საკუთარი თავი აღნიშნულ ბარათზე", "shortcut-assign-self": "მონიშნეთ საკუთარი თავი აღნიშნულ ბარათზე",
"shortcut-autocomplete-emoji": "emoji-ის ავტომატური შევსება", "shortcut-autocomplete-emoji": "emoji-ის ავტომატური შევსება",
@ -565,11 +565,11 @@
"shortcut-toggle-filterbar": "ფილტრაციის გვერდითა ღილაკი", "shortcut-toggle-filterbar": "ფილტრაციის გვერდითა ღილაკი",
"shortcut-toggle-searchbar": "Toggle Search Sidebar", "shortcut-toggle-searchbar": "Toggle Search Sidebar",
"shortcut-toggle-sidebar": "გვერდით მენიუს ჩართვა/გამორთვა", "shortcut-toggle-sidebar": "გვერდით მენიუს ჩართვა/გამორთვა",
"show-cards-minimum-count": "აჩვენეთ ბარათების დათვლილი რაოდენობა თუ ჩამონათვალი შეიცავს უფრო მეტს ვიდრე", "show-cards-minimum-count": "აჩვენეთ ბარათების დათვლილი რაოდენობა თუ ჩამონათვალი შეიცავს უფრო მეტს ვიდრე ",
"sidebar-open": "გახსენით მცირე სტატია", "sidebar-open": "გახსენით მცირე სტატია",
"sidebar-close": "დახურეთ მცირე სტატია", "sidebar-close": "დახურეთ მცირე სტატია",
"signupPopup-title": "ანგარიშის შექმნა", "signupPopup-title": "ანგარიშის შექმნა",
"star-board-title": "დააკლიკეთ დაფის ვარსკვლავით მონიშვნისთვის. ეს ქმედება დაგეხმარებათ გამოაჩინოთ დაფა ჩამონათვალში ზედა პოზიციებზე.", "star-board-title": "დააკლიკეთ დაფის ვარსკვლავით მონიშვნისთვის. ეს ქმედება დაგეხმარებათ გამოაჩინოთ დაფა ჩამონათვალში ზედა პოზიციებზე. ",
"starred-boards": "ვარსკვლავიანი დაფები", "starred-boards": "ვარსკვლავიანი დაფები",
"starred-boards-description": "Starred boards show up at the top of your boards list.", "starred-boards-description": "Starred boards show up at the top of your boards list.",
"subscribe": "გამოწერა", "subscribe": "გამოწერა",
@ -577,7 +577,7 @@
"this-board": "ეს დაფა", "this-board": "ეს დაფა",
"this-card": "ეს ბარათი", "this-card": "ეს ბარათი",
"spent-time-hours": "დახარჯული დრო (საათები)", "spent-time-hours": "დახარჯული დრო (საათები)",
"overtime-hours": "ზედმეტი დრო (საათები)", "overtime-hours": "ზედმეტი დრო (საათები) ",
"overtime": "ზედმეტი დრო", "overtime": "ზედმეტი დრო",
"has-overtime-cards": "აქვს ვადაგადაცდილებული ბარათები", "has-overtime-cards": "აქვს ვადაგადაცდილებული ბარათები",
"has-spenttime-cards": "აქვს გახარჯული დროის ბარათები", "has-spenttime-cards": "აქვს გახარჯული დროის ბარათები",
@ -586,10 +586,10 @@
"toggle-labels": "Toggle labels 1-9 for card. Multi-Selection adds labels 1-9", "toggle-labels": "Toggle labels 1-9 for card. Multi-Selection adds labels 1-9",
"remove-labels-multiselect": "Multi-Selection removes labels 1-9", "remove-labels-multiselect": "Multi-Selection removes labels 1-9",
"tracking": "მონიტორინგი", "tracking": "მონიტორინგი",
"tracking-info": "თქვენ მოგივათ შეტყობინება ამ ბარათებში განხორციელებული ნებისმიერი ცვლილებების შესახებ, როგორც შემქმნელს ან წევრს.", "tracking-info": "თქვენ მოგივათ შეტყობინება ამ ბარათებში განხორციელებული ნებისმიერი ცვლილებების შესახებ, როგორც შემქმნელს ან წევრს. ",
"type": "ტიპი", "type": "ტიპი",
"unassign-member": "არაუფლებამოსილი წევრი", "unassign-member": "არაუფლებამოსილი წევრი",
"unsaved-description": "თქვან გაქვთ დაუმახსოვრებელი აღწერა.", "unsaved-description": "თქვან გაქვთ დაუმახსოვრებელი აღწერა. ",
"unwatch": "ნახვის გამორთვა", "unwatch": "ნახვის გამორთვა",
"upload": "ატვირთვა", "upload": "ატვირთვა",
"upload-avatar": "სურათის ატვირთვა", "upload-avatar": "სურათის ატვირთვა",
@ -608,15 +608,15 @@
"warn-list-archived": "warning: this card is in an list at Archive", "warn-list-archived": "warning: this card is in an list at Archive",
"watch": "ნახვა", "watch": "ნახვა",
"watching": "ნახვის პროცესი", "watching": "ნახვის პროცესი",
"watching-info": "თქვენ მოგივათ შეტყობინება ამ დაფაზე არსებული ნებისმიერი ცვლილების შესახებ.", "watching-info": "თქვენ მოგივათ შეტყობინება ამ დაფაზე არსებული ნებისმიერი ცვლილების შესახებ. ",
"welcome-board": "მისასალმებელი დაფა", "welcome-board": "მისასალმებელი დაფა",
"welcome-swimlane": "ეტაპი 1", "welcome-swimlane": "ეტაპი 1 ",
"welcome-list1": "ბაზისური", "welcome-list1": "ბაზისური ",
"welcome-list2": "დაწინაურებული", "welcome-list2": "დაწინაურებული",
"card-templates-swimlane": "Card Templates", "card-templates-swimlane": "Card Templates",
"list-templates-swimlane": "List Templates", "list-templates-swimlane": "List Templates",
"board-templates-swimlane": "Board Templates", "board-templates-swimlane": "Board Templates",
"what-to-do": "რისი გაკეთება გსურთ?", "what-to-do": "რისი გაკეთება გსურთ? ",
"wipLimitErrorPopup-title": "არასწორი WIP ლიმიტი", "wipLimitErrorPopup-title": "არასწორი WIP ლიმიტი",
"wipLimitErrorPopup-dialog-pt1": "The number of tasks in this list is higher than the WIP limit you've defined.", "wipLimitErrorPopup-dialog-pt1": "The number of tasks in this list is higher than the WIP limit you've defined.",
"wipLimitErrorPopup-dialog-pt2": "Please move some tasks out of this list, or set a higher WIP limit.", "wipLimitErrorPopup-dialog-pt2": "Please move some tasks out of this list, or set a higher WIP limit.",
@ -684,9 +684,9 @@
"no": "არა", "no": "არა",
"accounts": "ანგარიშები", "accounts": "ანგარიშები",
"accounts-allowEmailChange": "ელ.ფოსტის ცვლილების უფლების დაშვება", "accounts-allowEmailChange": "ელ.ფოსტის ცვლილების უფლების დაშვება",
"accounts-allowUserNameChange": "მომხმარებლის სახელის ცვლილების უფლების დაშვება", "accounts-allowUserNameChange": "მომხმარებლის სახელის ცვლილების უფლების დაშვება ",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "შექმნილია", "createdAt": "შექმნილია",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "შემოწმებული", "verified": "შემოწმებული",
@ -694,19 +694,19 @@
"card-received": "მიღებული", "card-received": "მიღებული",
"card-received-on": "მიღებულია", "card-received-on": "მიღებულია",
"card-end": "დასასრული", "card-end": "დასასრული",
"card-end-on": "დასრულდება :", "card-end-on": "დასრულდება : ",
"editCardReceivedDatePopup-title": "Change received date", "editCardReceivedDatePopup-title": "Change received date",
"editCardEndDatePopup-title": "შეცვალეთ საბოლოო თარიღი", "editCardEndDatePopup-title": "შეცვალეთ საბოლოო თარიღი",
"setCardColorPopup-title": "Set color", "setCardColorPopup-title": "Set color",
"setCardActionsColorPopup-title": "Choose a color", "setCardActionsColorPopup-title": "Choose a color",
"setSwimlaneColorPopup-title": "Choose a color", "setSwimlaneColorPopup-title": "Choose a color",
"setListColorPopup-title": "Choose a color", "setListColorPopup-title": "Choose a color",
"assigned-by": "უფლებამოსილების გამცემი", "assigned-by": "უფლებამოსილების გამცემი ",
"requested-by": "მომთხოვნი", "requested-by": "მომთხოვნი",
"card-sorting-by-number": "ბარათების დალაგება ნომრის მიხედვით", "card-sorting-by-number": "ბარათების დალაგება ნომრის მიხედვით",
"board-delete-notice": "წაშლის შემთხვევაში თქვენ დაკარგავთ ამ დაფასთან ასოცირებულ ყველა მონაცემს მათ შორის : ჩამონათვალს, ბარათებს და მოქმედებებს.", "board-delete-notice": "წაშლის შემთხვევაში თქვენ დაკარგავთ ამ დაფასთან ასოცირებულ ყველა მონაცემს მათ შორის : ჩამონათვალს, ბარათებს და მოქმედებებს. ",
"delete-board-confirm-popup": "ყველა ჩამონათვალი, ბარათი, ნიშანი და აქტივობა წაიშლება და თქვენ ვეღარ შეძლებთ მის აღდგენას.", "delete-board-confirm-popup": "ყველა ჩამონათვალი, ბარათი, ნიშანი და აქტივობა წაიშლება და თქვენ ვეღარ შეძლებთ მის აღდგენას. ",
"boardDeletePopup-title": "წავშალოთ დაფა?", "boardDeletePopup-title": "წავშალოთ დაფა? ",
"delete-board": "დაფის წაშლა", "delete-board": "დაფის წაშლა",
"default-subtasks-board": "ქვესაქმიანობა __board__ დაფისთვის", "default-subtasks-board": "ქვესაქმიანობა __board__ დაფისთვის",
"default": "Default", "default": "Default",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -46,7 +46,7 @@
"activities": "활동 내역", "activities": "활동 내역",
"activity": "활동 상태", "activity": "활동 상태",
"activity-added": "%s를 %s에 추가함", "activity-added": "%s를 %s에 추가함",
"activity-archived": "%s가 저장소로 이동되었습니다.", "activity-archived": "%s가 저장소로 이동되었습니다. ",
"activity-attached": "%s를 %s에 첨부함", "activity-attached": "%s를 %s에 첨부함",
"activity-created": "%s 생성됨", "activity-created": "%s 생성됨",
"activity-customfield-created": "생성된 사용자 정의 필드 %s", "activity-customfield-created": "생성된 사용자 정의 필드 %s",
@ -63,8 +63,8 @@
"activity-checked-item": "%s의 체크리스트 %s에서 %s를 체크함", "activity-checked-item": "%s의 체크리스트 %s에서 %s를 체크함",
"activity-unchecked-item": "%s의 체크리스트 %s에서 %s를 체크 해제함", "activity-unchecked-item": "%s의 체크리스트 %s에서 %s를 체크 해제함",
"activity-checklist-added": "%s에 체크리스트를 추가함", "activity-checklist-added": "%s에 체크리스트를 추가함",
"activity-checklist-removed": "%s에서 체크리스트를 삭제함", "activity-checklist-removed": "%s에서 체크리스트를 삭제함 ",
"activity-checklist-completed": "%s의 %s 체크리스트를 작성함", "activity-checklist-completed": "%s의 %s 체크리스트를 작성함 ",
"activity-checklist-uncompleted": "완료되지 않은 확인목록 %s 중 %s", "activity-checklist-uncompleted": "완료되지 않은 확인목록 %s 중 %s",
"activity-checklist-item-added": "added checklist item to '%s' in %s", "activity-checklist-item-added": "added checklist item to '%s' in %s",
"activity-checklist-item-removed": "%s내의 '%s' 에서 제거된 확인목록 항목", "activity-checklist-item-removed": "%s내의 '%s' 에서 제거된 확인목록 항목",
@ -72,7 +72,7 @@
"activity-checked-item-card": "체크리스트 %s에서 %s가 체크됨", "activity-checked-item-card": "체크리스트 %s에서 %s가 체크됨",
"activity-unchecked-item-card": "체크리스트 %s에서 %s가 체크 해제됨", "activity-unchecked-item-card": "체크리스트 %s에서 %s가 체크 해제됨",
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"activity-checklist-uncompleted-card": "완료되지 않은 확인목록 %s", "activity-checklist-uncompleted-card": "완료되지 않은 확인목록 %s ",
"activity-editComment": "수정된 댓글", "activity-editComment": "수정된 댓글",
"activity-deleteComment": "삭제된 댓글", "activity-deleteComment": "삭제된 댓글",
"activity-receivedDate": "수신 날짜를 %s의 %s로 수정함", "activity-receivedDate": "수신 날짜를 %s의 %s로 수정함",
@ -137,9 +137,9 @@
"avatar-too-big": "아바타가 너무 큽니다. (최대 520KB)", "avatar-too-big": "아바타가 너무 큽니다. (최대 520KB)",
"back": "뒤로", "back": "뒤로",
"board-change-color": "보드 색 변경", "board-change-color": "보드 색 변경",
"show-at-all-boards-page" : "모든 게시판 페이지에서 보이기", "show-at-all-boards-page": "모든 게시판 페이지에서 보이기",
"board-info-on-my-boards" : "모든 게시판 설정", "board-info-on-my-boards": "모든 게시판 설정",
"boardInfoOnMyBoardsPopup-title" : "모든 게시판 설정", "boardInfoOnMyBoardsPopup-title": "모든 게시판 설정",
"boardInfoOnMyBoards-title": "모든 게시판 설정", "boardInfoOnMyBoards-title": "모든 게시판 설정",
"show-card-counter-per-list": "목록 당 표시할 카드 수", "show-card-counter-per-list": "목록 당 표시할 카드 수",
"show-board_members-avatar": "게시판 회원 아바타 표시", "show-board_members-avatar": "게시판 회원 아바타 표시",
@ -352,7 +352,7 @@
"email-fail-text": "Error trying to send email", "email-fail-text": "Error trying to send email",
"email-invalid": "잘못된 이메일 주소", "email-invalid": "잘못된 이메일 주소",
"email-invite": "이메일로 초대", "email-invite": "이메일로 초대",
"email-invite-subject": "\"__inviter__ 님이 당신에게 초대장을 보냈습니다.", "email-invite-subject": "__inviter__님이 당신을 초대하였습니다.",
"email-invite-text": "__user__님,\n\n__inviter__님이 협업을 위해 \"__board__\"보드에 가입하도록 초대하셨습니다.\n\n아래 링크를 클릭해주십시오.\n\n__url__\n\n감사합니다.", "email-invite-text": "__user__님,\n\n__inviter__님이 협업을 위해 \"__board__\"보드에 가입하도록 초대하셨습니다.\n\n아래 링크를 클릭해주십시오.\n\n__url__\n\n감사합니다.",
"email-resetPassword-subject": "패스워드 초기화: __siteName__", "email-resetPassword-subject": "패스워드 초기화: __siteName__",
"email-resetPassword-text": "안녕하세요 __user__님,\n\n비밀번호를 재설정하려면 아래 링크를 클릭하십시오.\n\n__url__\n\n감사합니다.", "email-resetPassword-text": "안녕하세요 __user__님,\n\n비밀번호를 재설정하려면 아래 링크를 클릭하십시오.\n\n__url__\n\n감사합니다.",
@ -365,7 +365,7 @@
"error-board-notAMember": "이 작업은 보드의 멤버만 실행할 수 있습니다.", "error-board-notAMember": "이 작업은 보드의 멤버만 실행할 수 있습니다.",
"error-json-malformed": "텍스트가 JSON 형식에 유효하지 않습니다.", "error-json-malformed": "텍스트가 JSON 형식에 유효하지 않습니다.",
"error-json-schema": "JSON 데이터에 정보가 올바른 형식으로 포함되어 있지 않습니다.", "error-json-schema": "JSON 데이터에 정보가 올바른 형식으로 포함되어 있지 않습니다.",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "목록이 없습니다.", "error-list-doesNotExist": "목록이 없습니다.",
"error-user-doesNotExist": "멤버의 정보가 없습니다.", "error-user-doesNotExist": "멤버의 정보가 없습니다.",
"error-user-notAllowSelf": "자기 자신을 초대할 수 없습니다.", "error-user-notAllowSelf": "자기 자신을 초대할 수 없습니다.",
@ -422,7 +422,7 @@
"filter-to-selection": "선택 항목으로 필터링", "filter-to-selection": "선택 항목으로 필터링",
"other-filters-label": "그 밖의 필터", "other-filters-label": "그 밖의 필터",
"advanced-filter-label": "고급 필터", "advanced-filter-label": "고급 필터",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "실명", "fullname": "실명",
"header-logo-title": "보드 페이지로 돌아가기.", "header-logo-title": "보드 페이지로 돌아가기.",
"hide-system-messages": "시스템 메시지 숨기기", "hide-system-messages": "시스템 메시지 숨기기",
@ -545,7 +545,7 @@
"restore": "복구", "restore": "복구",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"카드 설정", "card-settings": "카드 설정",
"save": "저장", "save": "저장",
"search": "검색", "search": "검색",
"rules": "규칙", "rules": "규칙",
@ -635,7 +635,7 @@
"smtp-tls-description": "SMTP 서버에 TLS 지원 사용", "smtp-tls-description": "SMTP 서버에 TLS 지원 사용",
"smtp-host": "SMTP 호스트", "smtp-host": "SMTP 호스트",
"smtp-port": "SMTP 포트", "smtp-port": "SMTP 포트",
"smtp-username": "아이디", "smtp-username": "사용자 이름",
"smtp-password": "암호", "smtp-password": "암호",
"smtp-tls": "TLS 지원", "smtp-tls": "TLS 지원",
"send-from": "보낸 사람", "send-from": "보낸 사람",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "유저 이름 변경 허용", "accounts-allowUserNameChange": "유저 이름 변경 허용",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "에 변경됨", "modifiedAt": "에 변경됨",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "목록", "r-list": "목록",
"list": "목록",
"set-filter": "필터 설정", "set-filter": "필터 설정",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "보드 복사", "duplicate-board": "보드 복사",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "활동 피드에서 모든 작업이 제거되고 Swinlane 을 복구할 수 없습니다. 실행 취소가 불가능합니다.", "swimlane-delete-pop": "활동 피드에서 모든 작업이 제거되고 Swinlane 을 복구할 수 없습니다. 실행 취소가 불가능합니다.",
"restore-all": "모든항목 복구", "restore-all": "모든항목 복구",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "카드", "card": "카드",
"list": "목록",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -1,7 +1,7 @@
{ {
"accept": "Piekrist", "accept": "Piekrist",
"act-activity-notify": "Darbību paziņojumi", "act-activity-notify": "Darbību paziņojumi",
"act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addAttachment": "pievienoja failu __attachment__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
"act-deleteAttachment": "dzēsa failu __attachment__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__", "act-deleteAttachment": "dzēsa failu __attachment__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
"act-addSubtask": "pievienoja apakšuzdevumu __subtask__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__", "act-addSubtask": "pievienoja apakšuzdevumu __subtask__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
"act-addLabel": "Pievienoja birku __label__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__", "act-addLabel": "Pievienoja birku __label__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Atpakaļ", "back": "Atpakaļ",
"board-change-color": "Mainīt krāsu", "board-change-color": "Mainīt krāsu",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "Jums jābūt šī dēļa dalībniekam, lai veiktu šo darbību", "error-board-notAMember": "Jums jābūt šī dēļa dalībniekam, lai veiktu šo darbību",
"error-json-malformed": "Teksts nav derīgs JSON", "error-json-malformed": "Teksts nav derīgs JSON",
"error-json-schema": "JSON dati nesatur nepieciešamo informāciju pareizajā formātā", "error-json-schema": "JSON dati nesatur nepieciešamo informāciju pareizajā formātā",
"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": "CSV (Comma Separated Values)/TSV (Tab Separated Values) dati nesatur nepieciešamo informāciju pareizajā formātā.",
"error-list-doesNotExist": "Šis saraksts neeksistē", "error-list-doesNotExist": "Šis saraksts neeksistē",
"error-user-doesNotExist": "Šis lietotājs neeksistē", "error-user-doesNotExist": "Šis lietotājs neeksistē",
"error-user-notAllowSelf": "Jūs nevarat ielūgt sevi", "error-user-notAllowSelf": "Jūs nevarat ielūgt sevi",
@ -545,7 +545,7 @@
"restore": "Atjaunot", "restore": "Atjaunot",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Kartiņas iestatījumi", "card-settings": "Kartiņas iestatījumi",
"save": "Saglabāt", "save": "Saglabāt",
"search": "Meklēt", "search": "Meklēt",
"rules": "Nosacījumi", "rules": "Nosacījumi",
@ -577,7 +577,7 @@
"this-board": "šis dēlis", "this-board": "šis dēlis",
"this-card": "šī kartiņa", "this-card": "šī kartiņa",
"spent-time-hours": "Pavadītais laiks (stundas)", "spent-time-hours": "Pavadītais laiks (stundas)",
"overtime-hours": "Overtime (hours)", "overtime-hours": "Virsstundas (stundas)",
"overtime": "Virsstundas", "overtime": "Virsstundas",
"has-overtime-cards": "Kartiņas ar virsstundām", "has-overtime-cards": "Kartiņas ar virsstundām",
"has-spenttime-cards": "Kartiņas ar pavadīto laiku", "has-spenttime-cards": "Kartiņas ar pavadīto laiku",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Ļaut e-pasta maiņu", "accounts-allowEmailChange": "Ļaut e-pasta maiņu",
"accounts-allowUserNameChange": "Ļaut lietotājvārda maiņu", "accounts-allowUserNameChange": "Ļaut lietotājvārda maiņu",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Izveidots", "createdAt": "Izveidots",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Apstiprināts", "verified": "Apstiprināts",
@ -754,6 +754,7 @@
"r-removed-from": "Noņemts no", "r-removed-from": "Noņemts no",
"r-the-board": "dēlis", "r-the-board": "dēlis",
"r-list": "saraksts", "r-list": "saraksts",
"list": "List",
"set-filter": "Uzstādīt filtru", "set-filter": "Uzstādīt filtru",
"r-moved-to": "Pārvietots uz", "r-moved-to": "Pārvietots uz",
"r-moved-from": "Pārvietots no", "r-moved-from": "Pārvietots no",
@ -832,7 +833,7 @@
"r-items-list": "elements1,elements2,elements3", "r-items-list": "elements1,elements2,elements3",
"r-add-swimlane": "Pievienot joslu", "r-add-swimlane": "Pievienot joslu",
"r-swimlane-name": "joslas nosaukums", "r-swimlane-name": "joslas nosaukums",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Piezīme: atstājiet lauku tuksu lai atgrieztu visas iespējamās vērtības.",
"r-checklist-note": "Piezīme: kontrolsaraksta elementiem jābūt norādītiem atdalītiem ar komatu.", "r-checklist-note": "Piezīme: kontrolsaraksta elementiem jābūt norādītiem atdalītiem ar komatu.",
"r-when-a-card-is-moved": "Kad kartiņa ir pārvietota uz citu sarakstu", "r-when-a-card-is-moved": "Kad kartiņa ir pārvietota uz citu sarakstu",
"r-set": "Uzstādīt", "r-set": "Uzstādīt",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Noklusētā autentifikācijas metode", "default-authentication-method": "Noklusētā autentifikācijas metode",
"duplicate-board": "Dublēt dēli", "duplicate-board": "Dublēt dēli",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "Cilvēku skaits:",
"swimlaneDeletePopup-title": "Dzēst joslu?", "swimlaneDeletePopup-title": "Dzēst joslu?",
"swimlane-delete-pop": "Visas darbības tiks dzēstas no darbību saraksta un josla nebūs atjaunojama. Darbību nevar atsaukt.", "swimlane-delete-pop": "Visas darbības tiks dzēstas no darbību saraksta un josla nebūs atjaunojama. Darbību nevar atsaukt.",
"restore-all": "Atjaunot visu", "restore-all": "Atjaunot visu",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Kartiņa", "card": "Kartiņa",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Назад", "back": "Назад",
"board-change-color": "Промени боја", "board-change-color": "Промени боја",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -233,7 +233,7 @@
"cardType-linkedCard": "Поврзана карта", "cardType-linkedCard": "Поврзана карта",
"cardType-linkedBoard": "Свързано табло", "cardType-linkedBoard": "Свързано табло",
"change": "Промени", "change": "Промени",
"change-avatar": "Промени аватар", "change-avatar": "Промени аватара",
"change-password": "Промени лозинка", "change-password": "Промени лозинка",
"change-permissions": "Промени права", "change-permissions": "Промени права",
"change-settings": "Промени параметри", "change-settings": "Промени параметри",
@ -333,7 +333,7 @@
"done": "Готово", "done": "Готово",
"download": "Сваляне", "download": "Сваляне",
"edit": "Промени", "edit": "Промени",
"edit-avatar": "Промени аватар", "edit-avatar": "Промени аватара",
"edit-profile": "Промяна на профила", "edit-profile": "Промяна на профила",
"edit-wip-limit": "Промени WIP лимита", "edit-wip-limit": "Промени WIP лимита",
"soft-wip-limit": "\"Мек\" WIP лимит", "soft-wip-limit": "\"Мек\" WIP лимит",
@ -365,7 +365,7 @@
"error-board-notAMember": "За да направите това трябва да сте член на това табло", "error-board-notAMember": "За да направите това трябва да сте член на това табло",
"error-json-malformed": "Текстът Ви не е валиден JSON", "error-json-malformed": "Текстът Ви не е валиден JSON",
"error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат", "error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Този списък не съществува", "error-list-doesNotExist": "Този списък не съществува",
"error-user-doesNotExist": "Този потребител не съществува", "error-user-doesNotExist": "Този потребител не съществува",
"error-user-notAllowSelf": "Не можете да поканите себе си", "error-user-notAllowSelf": "Не можете да поканите себе си",
@ -422,7 +422,7 @@
"filter-to-selection": "Филтрирай избраните", "filter-to-selection": "Филтрирай избраните",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Напреден филтер", "advanced-filter-label": "Напреден филтер",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Име", "fullname": "Име",
"header-logo-title": "Назад към страницата с Вашите табла.", "header-logo-title": "Назад към страницата с Вашите табла.",
"hide-system-messages": "Скриване на системните съобщения", "hide-system-messages": "Скриване на системните съобщения",
@ -459,7 +459,7 @@
"joined": "присъедини", "joined": "присъедини",
"just-invited": "Бяхте поканени в това табло", "just-invited": "Бяхте поканени в това табло",
"keyboard-shortcuts": "Преки пътища с клавиатурата", "keyboard-shortcuts": "Преки пътища с клавиатурата",
"label-create": "Креирај Табло", "label-create": "Креирај етикет",
"label-default": "%s етикет (по подразбиране)", "label-default": "%s етикет (по подразбиране)",
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.", "label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
"labels": "Етикети", "labels": "Етикети",
@ -482,17 +482,17 @@
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Импорт на карта от Trello", "listImportCardPopup-title": "Импорт на карта от Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV", "listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Повеќе", "listMorePopup-title": "Още",
"link-list": "Връзка към този списък", "link-list": "Връзка към този списък",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
"list-delete-suggest-archive": "Можете да преместите списъка во Архива, за да го премахнете от Таблото и така да запазите активността в него.", "list-delete-suggest-archive": "Можете да преместите списъка во Архива, за да го премахнете от Таблото и така да запазите активността в него.",
"lists": "Листи", "lists": "Списъци",
"swimlanes": "Коридори", "swimlanes": "Коридори",
"log-out": "Изход", "log-out": "Изход",
"log-in": "Вход", "log-in": "Вход",
"loginPopup-title": "Вход", "loginPopup-title": "Вход",
"memberMenuPopup-title": "Настройки на профила", "memberMenuPopup-title": "Настройки на профила",
"members": "Членови", "members": "Членове",
"menu": "Меню", "menu": "Меню",
"move-selection": "Move selection", "move-selection": "Move selection",
"moveCardPopup-title": "Премести картата", "moveCardPopup-title": "Премести картата",
@ -545,9 +545,9 @@
"restore": "Възстанови", "restore": "Възстанови",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Запази", "save": "Запази",
"search": "Барај", "search": "Търсене",
"rules": "Правила", "rules": "Правила",
"search-cards": "Search from card/list titles, descriptions and custom fields on this board", "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
"search-example": "Write text you search and press Enter", "search-example": "Write text you search and press Enter",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Разреши промяна на имейла", "accounts-allowEmailChange": "Разреши промяна на имейла",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Създаден на", "createdAt": "Създаден на",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Потвърден", "verified": "Потвърден",
@ -754,6 +754,7 @@
"r-removed-from": "премахната от", "r-removed-from": "премахната от",
"r-the-board": "таблото", "r-the-board": "таблото",
"r-list": "списък", "r-list": "списък",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": очка1,точка2,точка3", "r-items-list": очка1,точка2,точка3",
"r-add-swimlane": "Добави коридор", "r-add-swimlane": "Добави коридор",
"r-swimlane-name": "име на коридора", "r-swimlane-name": "име на коридора",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Карта", "card": "Карта",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Saiz avatar terlalu besar (maksimum 520KB)", "avatar-too-big": "Saiz avatar terlalu besar (maksimum 520KB)",
"back": "Kembali", "back": "Kembali",
"board-change-color": "Ubah Warna", "board-change-color": "Ubah Warna",
"show-at-all-boards-page" : "Papar laman semua Papan", "show-at-all-boards-page": "Papar laman semua Papan",
"board-info-on-my-boards" : "Semua tetapan Papa", "board-info-on-my-boards": "Semua tetapan Papan",
"boardInfoOnMyBoardsPopup-title" : "Semua tetapan Papa", "boardInfoOnMyBoardsPopup-title": "Semua tetapan Papan",
"boardInfoOnMyBoards-title": "Semua tetapan Papa", "boardInfoOnMyBoards-title": "Semua tetapan Papa",
"show-card-counter-per-list": "Papar jumlah Kad setiap Senarai", "show-card-counter-per-list": "Papar jumlah Kad setiap Senarai",
"show-board_members-avatar": "Papar avatar ahli Papan", "show-board_members-avatar": "Papar avatar ahli Papan",
@ -334,7 +334,7 @@
"download": "Muat turun", "download": "Muat turun",
"edit": "Ubah Suai", "edit": "Ubah Suai",
"edit-avatar": "Tukar Avatar", "edit-avatar": "Tukar Avatar",
"edit-profile": "Ubah Profil", "edit-profile": "Ubah Profi",
"edit-wip-limit": "Ubah Had WIP", "edit-wip-limit": "Ubah Had WIP",
"soft-wip-limit": "Ubah Had Lembut WIP", "soft-wip-limit": "Ubah Had Lembut WIP",
"editCardStartDatePopup-title": "Tukar tarikh mula", "editCardStartDatePopup-title": "Tukar tarikh mula",
@ -365,7 +365,7 @@
"error-board-notAMember": "Anda perlu menjadi Ahli Papan untuk tindakan itu", "error-board-notAMember": "Anda perlu menjadi Ahli Papan untuk tindakan itu",
"error-json-malformed": "Teks anda tidak sah sebagai JSON", "error-json-malformed": "Teks anda tidak sah sebagai JSON",
"error-json-schema": "Data JSON anda tidak terdiri daripada maklumat yang diperlukan dalam format yang betul", "error-json-schema": "Data JSON anda tidak terdiri daripada maklumat yang diperlukan dalam format yang betul",
"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": "CSV(Comma Separated Values)/TSV (Tab Separated Values) anda tidak mengikut format yang betul dengan maklumat yang bersesuaian.",
"error-list-doesNotExist": "Senarai tidak wujud", "error-list-doesNotExist": "Senarai tidak wujud",
"error-user-doesNotExist": "Pengguna tidak wujud", "error-user-doesNotExist": "Pengguna tidak wujud",
"error-user-notAllowSelf": "Anda tidak boleh menjemput diri sendiri", "error-user-notAllowSelf": "Anda tidak boleh menjemput diri sendiri",
@ -422,7 +422,7 @@
"filter-to-selection": "Tapisan kepada pemilihan", "filter-to-selection": "Tapisan kepada pemilihan",
"other-filters-label": "Tapisan Lain", "other-filters-label": "Tapisan Lain",
"advanced-filter-label": "Tapisan Maju", "advanced-filter-label": "Tapisan Maju",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nama Penuh", "fullname": "Nama Penuh",
"header-logo-title": "Kembali kepada laman Papan", "header-logo-title": "Kembali kepada laman Papan",
"hide-system-messages": "Sembunyikan Makluman Sistem", "hide-system-messages": "Sembunyikan Makluman Sistem",
@ -446,7 +446,7 @@
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Tampal data CSV/TSV yang sah di sini", "import-csv-placeholder": "Tampal data CSV/TSV yang sah di sini",
"import-map-members": "Padankan Ahli", "import-map-members": "Padankan Ahli",
"import-members-map": "Papan yang diimport mempunyai ahli. Sila padankan ahli yang anda mahukan untuk import kepada pengguna anda", "import-members-map": "Papan yang diimport mempunyai ahli. Sila padankan ahli yang anda mahukan untuk import kepada pengguna anda\n",
"import-members-map-note": "Ahli yang tidak dipadan akan di padankan kepada pengguna yang ada", "import-members-map-note": "Ahli yang tidak dipadan akan di padankan kepada pengguna yang ada",
"import-show-user-mapping": "Semak pemetaan ahli", "import-show-user-mapping": "Semak pemetaan ahli",
"import-user-select": "Pilih pengguna sedia ada yang anda mahu gunakan sebagai ahli", "import-user-select": "Pilih pengguna sedia ada yang anda mahu gunakan sebagai ahli",
@ -545,7 +545,7 @@
"restore": "Pulih semula", "restore": "Pulih semula",
"rescue-card-description": "Papar dialog pengesahan sebelum menutup deskripsi kad yang tidak disimpan.", "rescue-card-description": "Papar dialog pengesahan sebelum menutup deskripsi kad yang tidak disimpan.",
"rescue-card-description-dialogue": "Simpan dan ubah deskripsi kad sekarang dengan perubahan yang anda lakukan?", "rescue-card-description-dialogue": "Simpan dan ubah deskripsi kad sekarang dengan perubahan yang anda lakukan?",
"card-settings":"Tetapan Kad", "card-settings": "Tetapan Kad",
"save": "Simpan", "save": "Simpan",
"search": "Cari", "search": "Cari",
"rules": "Peraturan", "rules": "Peraturan",
@ -625,7 +625,7 @@
"people": "Orang", "people": "Orang",
"registration": "Pendaftaran", "registration": "Pendaftaran",
"disable-self-registration": "Lumpuhkan pendaftaran sendiri", "disable-self-registration": "Lumpuhkan pendaftaran sendiri",
"disable-forgot-password": "Lumpuhkan Terlupa Katalaluan", "disable-forgot-password": "Lumpuhkan Terlupa Katalaluan ",
"invite": "Jemput", "invite": "Jemput",
"invite-people": "Jemput Rakan", "invite-people": "Jemput Rakan",
"to-boards": "Ke Papan", "to-boards": "Ke Papan",
@ -685,8 +685,8 @@
"accounts": "Akau", "accounts": "Akau",
"accounts-allowEmailChange": "Benarkan Penukaran e-mel", "accounts-allowEmailChange": "Benarkan Penukaran e-mel",
"accounts-allowUserNameChange": "Benarkan Perubahan Nama Pengguna", "accounts-allowUserNameChange": "Benarkan Perubahan Nama Pengguna",
"tableVisibilityMode-allowPrivateOnly": "Kebolehlihatan Papan: Hanya Benarkan Papan Peribadi", "tableVisibilityMode-allowPrivateOnly": "Kebolehlihatan Papan: Hanya Benarkan Papan Peribadi ",
"tableVisibilityMode" : "Kebolehlihatan Papan", "tableVisibilityMode": "Kebolehlihatan Papan",
"createdAt": "Dicipta pada", "createdAt": "Dicipta pada",
"modifiedAt": "Diubah pada", "modifiedAt": "Diubah pada",
"verified": "Disahkan", "verified": "Disahkan",
@ -754,6 +754,7 @@
"r-removed-from": "Dihapus daripada", "r-removed-from": "Dihapus daripada",
"r-the-board": "Papan", "r-the-board": "Papan",
"r-list": "senarai", "r-list": "senarai",
"list": "Senarai",
"set-filter": "Set tapisan", "set-filter": "Set tapisan",
"r-moved-to": "Dipindah ke", "r-moved-to": "Dipindah ke",
"r-moved-from": "Dipindah daripada", "r-moved-from": "Dipindah daripada",
@ -781,7 +782,7 @@
"r-its-list": "senarainya", "r-its-list": "senarainya",
"r-archive": "Pindah ke arkib", "r-archive": "Pindah ke arkib",
"r-unarchive": "Dipulih daripada Arkib", "r-unarchive": "Dipulih daripada Arkib",
"r-card": "kad", "r-card": "kad ",
"r-add": "Tambah", "r-add": "Tambah",
"r-remove": "Hapus", "r-remove": "Hapus",
"r-label": "labe", "r-label": "labe",
@ -832,7 +833,7 @@
"r-items-list": "item1, item2, item3", "r-items-list": "item1, item2, item3",
"r-add-swimlane": "Tambah aliranrenang", "r-add-swimlane": "Tambah aliranrenang",
"r-swimlane-name": "nama aliranrenang", "r-swimlane-name": "nama aliranrenang",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: Tinggalkan ruang kosong untuk padankan setiap nilai yang mungkin",
"r-checklist-note": "Nota: item-item senaraisemak perlu ditulis sebagai nilai terpisah antara tanda koma", "r-checklist-note": "Nota: item-item senaraisemak perlu ditulis sebagai nilai terpisah antara tanda koma",
"r-when-a-card-is-moved": "Apabila kad dipindah ke senarai lain", "r-when-a-card-is-moved": "Apabila kad dipindah ke senarai lain",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Ubahsuai teks pada butang OIDC", "oidc-button-text": "Ubahsuai teks pada butang OIDC",
"default-authentication-method": "Kaedah Pengesahan lalai", "default-authentication-method": "Kaedah Pengesahan lalai",
"duplicate-board": "Pendua Papan", "duplicate-board": "Pendua Papan",
"org-number": "The number of organizations is: ", "org-number": "Jumlah Organisasi ialah:",
"team-number": "The number of teams is: ", "team-number": "Jumlah kumpulan ialah:",
"people-number": "The number of people is: ", "people-number": "Jumlah pengguna ialah:",
"swimlaneDeletePopup-title": "Hapus aliranrenang?", "swimlaneDeletePopup-title": "Hapus aliranrenang?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Pulih semua", "restore-all": "Pulih semua",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Kad", "card": "Kad",
"list": "Senarai",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "Denne avataren er for stor (maks 520 kB)", "avatar-too-big": "Denne avataren er for stor (maks 520 kB)",
"back": "Tilbake", "back": "Tilbake",
"board-change-color": "Endre farge", "board-change-color": "Endre farge",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -199,7 +199,7 @@
"vote-delete-pop": "Sletting er permanent. Du vil miste alle aksjoner som har en sammenheng med denne stemmen.", "vote-delete-pop": "Sletting er permanent. Du vil miste alle aksjoner som har en sammenheng med denne stemmen.",
"cardStartPlanningPokerPopup-title": "Start rangering oppgave", "cardStartPlanningPokerPopup-title": "Start rangering oppgave",
"card-edit-planning-poker": "Endre rangering oppgave", "card-edit-planning-poker": "Endre rangering oppgave",
"editPokerEndDatePopup-title": "Endre sluttdato rangering", "editPokerEndDatePopup-title": "Endre sluttdato rangering ",
"poker-question": "Rangering", "poker-question": "Rangering",
"poker-one": "1", "poker-one": "1",
"poker-two": "2", "poker-two": "2",
@ -365,7 +365,7 @@
"error-board-notAMember": "Du må være Medlem på denne tavlen for å gjøre dette", "error-board-notAMember": "Du må være Medlem på denne tavlen for å gjøre dette",
"error-json-malformed": "Denne teksten er ikke gyldig JSON", "error-json-malformed": "Denne teksten er ikke gyldig JSON",
"error-json-schema": "Dine JSON-data inneholder ikke informasjon i korrekt format", "error-json-schema": "Dine JSON-data inneholder ikke informasjon i korrekt format",
"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": "Dine CSV- (kommaseparerte verdier) / TSV-(Tab-separerte verdier) inneholder ikke informasjon i korrekt format",
"error-list-doesNotExist": "Denne listen finnes ikke", "error-list-doesNotExist": "Denne listen finnes ikke",
"error-user-doesNotExist": "Denne Brukeren eksisterer ikke", "error-user-doesNotExist": "Denne Brukeren eksisterer ikke",
"error-user-notAllowSelf": "Du kan ikke invitere deg selv", "error-user-notAllowSelf": "Du kan ikke invitere deg selv",
@ -432,7 +432,7 @@
"impersonate-user": "Anonymiser Bruker", "impersonate-user": "Anonymiser Bruker",
"link": "Lenke", "link": "Lenke",
"import-board": "Importer Tavle", "import-board": "Importer Tavle",
"import-board-c": "Importer tavle", "import-board-c": "Importer Tavle",
"import-board-title-trello": "Importer Tavle fra Trello", "import-board-title-trello": "Importer Tavle fra Trello",
"import-board-title-wekan": "Importer Tavle fra tidligere eksport", "import-board-title-wekan": "Importer Tavle fra tidligere eksport",
"import-board-title-csv": "Importer tavle fra CSV/TSV", "import-board-title-csv": "Importer tavle fra CSV/TSV",
@ -545,7 +545,7 @@
"restore": "Gjenopprett", "restore": "Gjenopprett",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Innstillinger Kort", "card-settings": "Innstillinger Kort",
"save": "Lagre", "save": "Lagre",
"search": "Søk", "search": "Søk",
"rules": "Regler", "rules": "Regler",
@ -686,9 +686,9 @@
"accounts-allowEmailChange": "Tillat endring e-post", "accounts-allowEmailChange": "Tillat endring e-post",
"accounts-allowUserNameChange": "Tillat endring brukernavn", "accounts-allowUserNameChange": "Tillat endring brukernavn",
"tableVisibilityMode-allowPrivateOnly": "Synlighet Tavle: Tillat kun private tavler", "tableVisibilityMode-allowPrivateOnly": "Synlighet Tavle: Tillat kun private tavler",
"tableVisibilityMode" : "Synlighet Tavler", "tableVisibilityMode": "Synlighet Tavler",
"createdAt": "Opprettet på", "createdAt": "Opprettet på",
"modifiedAt": "Endret kl.", "modifiedAt": "Endret kl. ",
"verified": "Verifisert", "verified": "Verifisert",
"active": "Aktiv", "active": "Aktiv",
"card-received": "Mottatt", "card-received": "Mottatt",
@ -754,6 +754,7 @@
"r-removed-from": "Fjernet fra", "r-removed-from": "Fjernet fra",
"r-the-board": "tavlen", "r-the-board": "tavlen",
"r-list": "listen", "r-list": "listen",
"list": "Liste",
"set-filter": "Sett filter", "set-filter": "Sett filter",
"r-moved-to": "Flyttet til", "r-moved-to": "Flyttet til",
"r-moved-from": "Flyttet fra", "r-moved-from": "Flyttet fra",
@ -807,7 +808,7 @@
"r-d-move-to-bottom-spec": "Flytt kortet til bunnen av listen", "r-d-move-to-bottom-spec": "Flytt kortet til bunnen av listen",
"r-d-send-email": "Send e-post", "r-d-send-email": "Send e-post",
"r-d-send-email-to": "til", "r-d-send-email-to": "til",
"r-d-send-email-subject": "Emne", "r-d-send-email-subject": "emne",
"r-d-send-email-message": "melding", "r-d-send-email-message": "melding",
"r-d-archive": "Flytt kort til arkiv", "r-d-archive": "Flytt kort til arkiv",
"r-d-unarchive": "Gjenopprett kort fra arkiv", "r-d-unarchive": "Gjenopprett kort fra arkiv",
@ -832,7 +833,7 @@
"r-items-list": "oppgave1,oppgave2,oppgave3", "r-items-list": "oppgave1,oppgave2,oppgave3",
"r-add-swimlane": "Legg til svømmebane", "r-add-swimlane": "Legg til svømmebane",
"r-swimlane-name": "Navn Svømmebane", "r-swimlane-name": "Navn Svømmebane",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Merk: La feltet stå tomt for å treffe alle mulige verdier.",
"r-checklist-note": "Merk: sjekklistens oppgaver må skrives som kommaseparerte verdier.", "r-checklist-note": "Merk: sjekklistens oppgaver må skrives som kommaseparerte verdier.",
"r-when-a-card-is-moved": "Når et kort flyttes til en annen liste", "r-when-a-card-is-moved": "Når et kort flyttes til en annen liste",
"r-set": "Sett", "r-set": "Sett",
@ -863,9 +864,9 @@
"oidc-button-text": "Tilpass OIDC knappens tekst", "oidc-button-text": "Tilpass OIDC knappens tekst",
"default-authentication-method": "Standard autentiseringsmetode", "default-authentication-method": "Standard autentiseringsmetode",
"duplicate-board": "Dupliser tavle", "duplicate-board": "Dupliser tavle",
"org-number": "The number of organizations is: ", "org-number": "Antall Organisasjoner:",
"team-number": "The number of teams is: ", "team-number": "Antall Teams:",
"people-number": "The number of people is: ", "people-number": "Antall deltagere:",
"swimlaneDeletePopup-title": "Slett Svømmebane?", "swimlaneDeletePopup-title": "Slett Svømmebane?",
"swimlane-delete-pop": "Alle aksjoner vil bli fjernet fra aktivitetstrømmen og du vil ikke kunne gjenopprette svømmebanen. Det er ikke mulig å angre.", "swimlane-delete-pop": "Alle aksjoner vil bli fjernet fra aktivitetstrømmen og du vil ikke kunne gjenopprette svømmebanen. Det er ikke mulig å angre.",
"restore-all": "Gjenopprett alt", "restore-all": "Gjenopprett alt",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "Mine Kort", "my-cards": "Mine Kort",
"card": "Kort", "card": "Kort",
"list": "Liste",
"board": "Tavle", "board": "Tavle",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1068,7 +1068,7 @@
"globalSearch-instructions-notes-3": "Forskjellige operatorer er knyttet sammen med *OG*. Bare kort som samsvarer med alle de angitte kriteriene vil returneres. `__operator_list__:Tilgjengelig __operator_list__:rød` vil kun returnere kort i listen *Tilgjengelig* og som er markert med et *rødt* merke.", "globalSearch-instructions-notes-3": "Forskjellige operatorer er knyttet sammen med *OG*. Bare kort som samsvarer med alle de angitte kriteriene vil returneres. `__operator_list__:Tilgjengelig __operator_list__:rød` vil kun returnere kort i listen *Tilgjengelig* og som er markert med et *rødt* merke.",
"globalSearch-instructions-notes-3-2": "Dager kan angis som et positivt eller negativt heltall, eller ved bruk av `__predicate_week__`, `__predicate_month__`, `__predicate_quarter__` eller `__predicate_year__` for den aktuelle perioden.", "globalSearch-instructions-notes-3-2": "Dager kan angis som et positivt eller negativt heltall, eller ved bruk av `__predicate_week__`, `__predicate_month__`, `__predicate_quarter__` eller `__predicate_year__` for den aktuelle perioden.",
"globalSearch-instructions-notes-4": "Tekstsøk er ikke \"case\"-sensitive.", "globalSearch-instructions-notes-4": "Tekstsøk er ikke \"case\"-sensitive.",
"globalSearch-instructions-notes-5": "Som standard er arkiverte kort ikke søkbare,", "globalSearch-instructions-notes-5": "Som standard er arkiverte kort ikke søkbare, ",
"link-to-search": "Lenke til dette søket", "link-to-search": "Lenke til dette søket",
"excel-font": "Arial", "excel-font": "Arial",
"number": "Nummer", "number": "Nummer",
@ -1137,8 +1137,8 @@
"confirm-btn": "Bekreft", "confirm-btn": "Bekreft",
"remove-btn": "Fjern", "remove-btn": "Fjern",
"filter-card-title-label": "Filtrer etter tittel på kort", "filter-card-title-label": "Filtrer etter tittel på kort",
"invite-people-success": "Vellykket utsendelse av invitasjon til registrering", "invite-people-success": "Vellykket utsendelse av invitasjon til registrering ",
"invite-people-error": "Feil ved utsendelse av invitasjon til registrering", "invite-people-error": "Feil ved utsendelse av invitasjon til registrering ",
"can-invite-if-same-mailDomainName": "Navn på epostdomene", "can-invite-if-same-mailDomainName": "Navn på epostdomene",
"to-create-teams-contact-admin": "For opprettelse av team, vennligst kontakt administrator.", "to-create-teams-contact-admin": "For opprettelse av team, vennligst kontakt administrator.",
"Node_heap_total_heap_size": "Node heap: samlet heap størrelse", "Node_heap_total_heap_size": "Node heap: samlet heap størrelse",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "De avatar is te groot (520KB max)", "avatar-too-big": "De avatar is te groot (520KB max)",
"back": "Terug", "back": "Terug",
"board-change-color": "Wijzig kleur", "board-change-color": "Wijzig kleur",
"show-at-all-boards-page" : "Toon op Alle borden pagina", "show-at-all-boards-page": "Toon op Alle borden pagina",
"board-info-on-my-boards" : "Alle borden instellingen", "board-info-on-my-boards": "Alle borden instellingen",
"boardInfoOnMyBoardsPopup-title" : "Alle borden instellingen", "boardInfoOnMyBoardsPopup-title": "Alle borden instellingen",
"boardInfoOnMyBoards-title": "Alle borden instellingen", "boardInfoOnMyBoards-title": "Alle borden instellingen",
"show-card-counter-per-list": "Toon aantal kaarten per lijst", "show-card-counter-per-list": "Toon aantal kaarten per lijst",
"show-board_members-avatar": "Toon avatars van bord-leden", "show-board_members-avatar": "Toon avatars van bord-leden",
@ -365,7 +365,7 @@
"error-board-notAMember": "Je moet een lid zijn van dit bord om dat te doen.", "error-board-notAMember": "Je moet een lid zijn van dit bord om dat te doen.",
"error-json-malformed": "JSON format klopt niet", "error-json-malformed": "JSON format klopt niet",
"error-json-schema": "De JSON data bevat niet de juiste informatie in de juiste format", "error-json-schema": "De JSON data bevat niet de juiste informatie in de juiste format",
"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": "Je CSV(Comma Separated Values)/TSV (Tab Separated Values) bevat niet de juiste informatie in het juiste fomaat.",
"error-list-doesNotExist": "Deze lijst bestaat niet", "error-list-doesNotExist": "Deze lijst bestaat niet",
"error-user-doesNotExist": "Deze gebruiker bestaat niet", "error-user-doesNotExist": "Deze gebruiker bestaat niet",
"error-user-notAllowSelf": "Je kan jezelf niet uitnodigen", "error-user-notAllowSelf": "Je kan jezelf niet uitnodigen",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter zoals selectie", "filter-to-selection": "Filter zoals selectie",
"other-filters-label": "Andere Filters", "other-filters-label": "Andere Filters",
"advanced-filter-label": "Geavanceerd Filter", "advanced-filter-label": "Geavanceerd Filter",
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \/) over te slaan gebruik je \. Bijvoorbeeld: Veld1 == I\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i", "advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \\/) over te slaan gebruik je \\. Bijvoorbeeld: Veld1 == I\\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
"fullname": "Volledige naam", "fullname": "Volledige naam",
"header-logo-title": "Ga terug naar jouw borden pagina.", "header-logo-title": "Ga terug naar jouw borden pagina.",
"hide-system-messages": "Verberg systeemberichten", "hide-system-messages": "Verberg systeemberichten",
@ -545,7 +545,7 @@
"restore": "Herstel", "restore": "Herstel",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Kaart Instellingen", "card-settings": "Kaart Instellingen",
"save": "Opslaan", "save": "Opslaan",
"search": "Zoek", "search": "Zoek",
"rules": "Regels", "rules": "Regels",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Sta E-mailadres wijzigingen toe", "accounts-allowEmailChange": "Sta E-mailadres wijzigingen toe",
"accounts-allowUserNameChange": "Sta Gebruikersnaam wijzigingen toe", "accounts-allowUserNameChange": "Sta Gebruikersnaam wijzigingen toe",
"tableVisibilityMode-allowPrivateOnly": "Zichtbaarheid borden: Sta alleen privé borden toe", "tableVisibilityMode-allowPrivateOnly": "Zichtbaarheid borden: Sta alleen privé borden toe",
"tableVisibilityMode" : "Zichtbaarheid borden", "tableVisibilityMode": "Zichtbaarheid borden",
"createdAt": "Aangemaakt op", "createdAt": "Aangemaakt op",
"modifiedAt": "Gewijzigd op", "modifiedAt": "Gewijzigd op",
"verified": "Geverifieerd", "verified": "Geverifieerd",
@ -754,6 +754,7 @@
"r-removed-from": "Verwijderd van", "r-removed-from": "Verwijderd van",
"r-the-board": "het bord", "r-the-board": "het bord",
"r-list": "lijst", "r-list": "lijst",
"list": "Lijst",
"set-filter": "Definieer Filter", "set-filter": "Definieer Filter",
"r-moved-to": "verplaatst naar", "r-moved-to": "verplaatst naar",
"r-moved-from": "verplaatst van", "r-moved-from": "verplaatst van",
@ -832,7 +833,7 @@
"r-items-list": "item1, item2, item3", "r-items-list": "item1, item2, item3",
"r-add-swimlane": "Swimlane toevoegen", "r-add-swimlane": "Swimlane toevoegen",
"r-swimlane-name": "Swimlane-naam", "r-swimlane-name": "Swimlane-naam",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Let op: laat een veld leeg om er niet op te selecteren",
"r-checklist-note": "Let op: checklist items moeten geschreven worden als kommagescheiden waarden.", "r-checklist-note": "Let op: checklist items moeten geschreven worden als kommagescheiden waarden.",
"r-when-a-card-is-moved": "Als een kaart is verplaatst naar een andere lijst", "r-when-a-card-is-moved": "Als een kaart is verplaatst naar een andere lijst",
"r-set": "Wijzig", "r-set": "Wijzig",
@ -863,9 +864,9 @@
"oidc-button-text": "Pas de OIDC-button tekst aan.", "oidc-button-text": "Pas de OIDC-button tekst aan.",
"default-authentication-method": "Standaard Authenticatiemethode", "default-authentication-method": "Standaard Authenticatiemethode",
"duplicate-board": "Dupliceer Bord", "duplicate-board": "Dupliceer Bord",
"org-number": "The number of organizations is: ", "org-number": "Het aantal organisaties is:",
"team-number": "The number of teams is: ", "team-number": "Het aantal teams is:",
"people-number": "The number of people is: ", "people-number": "Het aantal gebruikers is:",
"swimlaneDeletePopup-title": "Swimlane verwijderen?", "swimlaneDeletePopup-title": "Swimlane verwijderen?",
"swimlane-delete-pop": "Alle acties zullen verwijderd worden van de activiteiten feed en je kunt de swimlane niet terughalen. Er is geen herstelmogelijkheid.", "swimlane-delete-pop": "Alle acties zullen verwijderd worden van de activiteiten feed en je kunt de swimlane niet terughalen. Er is geen herstelmogelijkheid.",
"restore-all": "Haal alles terug", "restore-all": "Haal alles terug",
@ -944,7 +945,6 @@
"person": "Persoon", "person": "Persoon",
"my-cards": "Mijn kaarten", "my-cards": "Mijn kaarten",
"card": "Kaart", "card": "Kaart",
"list": "Lijst",
"board": "Bord", "board": "Bord",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Mijn Kaarten Overzicht", "myCardsViewChange-title": "Mijn Kaarten Overzicht",

View file

@ -78,7 +78,7 @@
"activity-receivedDate": "ontvangst datum gewijzigd naar %s van %s", "activity-receivedDate": "ontvangst datum gewijzigd naar %s van %s",
"activity-startDate": "start datum gewijzigd naar %s van %s", "activity-startDate": "start datum gewijzigd naar %s van %s",
"activity-dueDate": "vervaldatum gewijzigd naar %s van %s", "activity-dueDate": "vervaldatum gewijzigd naar %s van %s",
"activity-endDate": "einddatum gewijzigd naar %s van %s", "activity-endDate": "einddatum gewijzigd naar %s van %s ",
"add-attachment": "Bijlage Toevoegen", "add-attachment": "Bijlage Toevoegen",
"add-board": "Bord Toevoegen", "add-board": "Bord Toevoegen",
"add-template": "Template Toevoegen", "add-template": "Template Toevoegen",
@ -108,7 +108,7 @@
"and-n-other-card": "En __count__ andere kaarten", "and-n-other-card": "En __count__ andere kaarten",
"and-n-other-card_plural": "En __count__ andere kaarten", "and-n-other-card_plural": "En __count__ andere kaarten",
"apply": "Aanmelden", "apply": "Aanmelden",
"app-is-offline": "Wekan is aan het laden, wacht alstublieft. Het verversen van de pagina zorgt voor verlies van gegevens. Als Wekan niet laadt, check dan of de Wekan server niet is gestopt.", "app-is-offline": "Wekan is aan het laden, wacht alstublieft. Het verversen van de pagina zorgt voor verlies van gegevens. Als Wekan niet laadt, check dan of de Wekan server niet is gestopt. ",
"app-try-reconnect": "Probeer opnieuw te verbinden.", "app-try-reconnect": "Probeer opnieuw te verbinden.",
"archive": "Verplaats naar Archief", "archive": "Verplaats naar Archief",
"archive-all": "Verplaats Alles naar Archief", "archive-all": "Verplaats Alles naar Archief",
@ -137,9 +137,9 @@
"avatar-too-big": "De avatar is te groot (520KB max)", "avatar-too-big": "De avatar is te groot (520KB max)",
"back": "Terug", "back": "Terug",
"board-change-color": "Wijzig kleur", "board-change-color": "Wijzig kleur",
"show-at-all-boards-page" : "Toon op Alle borden pagina", "show-at-all-boards-page": "Toon op Alle borden pagina",
"board-info-on-my-boards" : "Alle borden instellingen", "board-info-on-my-boards": "Alle borden instellingen",
"boardInfoOnMyBoardsPopup-title" : "Alle borden instellingen", "boardInfoOnMyBoardsPopup-title": "Alle borden instellingen",
"boardInfoOnMyBoards-title": "Alle borden instellingen", "boardInfoOnMyBoards-title": "Alle borden instellingen",
"show-card-counter-per-list": "Toon aantal kaarten per lijst", "show-card-counter-per-list": "Toon aantal kaarten per lijst",
"show-board_members-avatar": "Toon avatars van bord-leden", "show-board_members-avatar": "Toon avatars van bord-leden",
@ -172,7 +172,7 @@
"card-archive-pop": "Kaart is na archivering niet meer zichtbaar op deze lijst.", "card-archive-pop": "Kaart is na archivering niet meer zichtbaar op deze lijst.",
"card-archive-suggest-cancel": "Je kunt de kaart later terughalen vanuit het Archief.", "card-archive-suggest-cancel": "Je kunt de kaart later terughalen vanuit het Archief.",
"card-due": "Verval", "card-due": "Verval",
"card-due-on": "Vervalt op", "card-due-on": "Vervalt op ",
"card-spent": "Gespendeerde tijd", "card-spent": "Gespendeerde tijd",
"card-edit-attachments": "Wijzig bijlagen", "card-edit-attachments": "Wijzig bijlagen",
"card-edit-custom-fields": "Wijzig maatwerkvelden", "card-edit-custom-fields": "Wijzig maatwerkvelden",
@ -315,7 +315,7 @@
"custom-field-dropdown": "Dropdown Lijst", "custom-field-dropdown": "Dropdown Lijst",
"custom-field-dropdown-none": "(geen)", "custom-field-dropdown-none": "(geen)",
"custom-field-dropdown-options": "Lijst Opties", "custom-field-dropdown-options": "Lijst Opties",
"custom-field-dropdown-options-placeholder": "Toets Enter om meer opties toe te voegen", "custom-field-dropdown-options-placeholder": "Toets Enter om meer opties toe te voegen ",
"custom-field-dropdown-unknown": "(onbekend)", "custom-field-dropdown-unknown": "(onbekend)",
"custom-field-number": "Aantal", "custom-field-number": "Aantal",
"custom-field-text": "Tekst", "custom-field-text": "Tekst",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter zoals selectie", "filter-to-selection": "Filter zoals selectie",
"other-filters-label": "Andere Filters", "other-filters-label": "Andere Filters",
"advanced-filter-label": "Geavanceerd Filter", "advanced-filter-label": "Geavanceerd Filter",
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \/) over te slaan gebruik je \. Bijvoorbeeld: Veld1 == I\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i", "advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \\/) over te slaan gebruik je \\. Bijvoorbeeld: Veld1 == I\\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
"fullname": "Volledige naam", "fullname": "Volledige naam",
"header-logo-title": "Ga terug naar jouw borden pagina.", "header-logo-title": "Ga terug naar jouw borden pagina.",
"hide-system-messages": "Verberg systeemberichten", "hide-system-messages": "Verberg systeemberichten",
@ -543,9 +543,9 @@
"rename": "Hernoem", "rename": "Hernoem",
"rename-board": "Hernoem bord", "rename-board": "Hernoem bord",
"restore": "Herstel", "restore": "Herstel",
"rescue-card-description": "Toon waarschuwingsdialoog voor het sluiten van kaart met niet opgeslagen beschrijvingen.", "rescue-card-description": "Toon waarschuwingsdialoog voor het sluiten van kaart met niet opgeslagen beschrijvingen. ",
"rescue-card-description-dialogue": "Huidige kaart beschrijving met jouw wijzigingen overschrijven?", "rescue-card-description-dialogue": "Huidige kaart beschrijving met jouw wijzigingen overschrijven?",
"card-settings":"Kaart Instellingen", "card-settings": "Kaart Instellingen",
"save": "Opslaan", "save": "Opslaan",
"search": "Zoek", "search": "Zoek",
"rules": "Regels", "rules": "Regels",
@ -594,7 +594,7 @@
"upload": "Upload", "upload": "Upload",
"upload-avatar": "Upload een avatar", "upload-avatar": "Upload een avatar",
"uploaded-avatar": "Avatar is geüpload", "uploaded-avatar": "Avatar is geüpload",
"custom-top-left-corner-logo-image-url": "URL Voor Maatwerk Logo Afbeelding In Linker Bovenhoek", "custom-top-left-corner-logo-image-url": "URL Voor Maatwerk Logo Afbeelding In Linker Bovenhoek ",
"custom-top-left-corner-logo-link-url": "URL Voor Maatwerk Logo Link In Linker Bovenhoek", "custom-top-left-corner-logo-link-url": "URL Voor Maatwerk Logo Link In Linker Bovenhoek",
"custom-top-left-corner-logo-height": "Hoogte Van Maatwerk Logo In Linker Bovenhoek. Default: 27", "custom-top-left-corner-logo-height": "Hoogte Van Maatwerk Logo In Linker Bovenhoek. Default: 27",
"custom-login-logo-image-url": "URL Voor Maatwerk Login Logo Afbeelding", "custom-login-logo-image-url": "URL Voor Maatwerk Login Logo Afbeelding",
@ -618,7 +618,7 @@
"board-templates-swimlane": "Bord Templates", "board-templates-swimlane": "Bord Templates",
"what-to-do": "Wat wil je doen?", "what-to-do": "Wat wil je doen?",
"wipLimitErrorPopup-title": "Ongeldige WIP limiet", "wipLimitErrorPopup-title": "Ongeldige WIP limiet",
"wipLimitErrorPopup-dialog-pt1": "Het aantal taken in deze lijst is groter dan de gedefinieerde WIP limiet", "wipLimitErrorPopup-dialog-pt1": "Het aantal taken in deze lijst is groter dan de gedefinieerde WIP limiet ",
"wipLimitErrorPopup-dialog-pt2": "Verwijder een aantal taken uit deze lijst, of zet de WIP limiet hoger", "wipLimitErrorPopup-dialog-pt2": "Verwijder een aantal taken uit deze lijst, of zet de WIP limiet hoger",
"admin-panel": "Administrator paneel", "admin-panel": "Administrator paneel",
"settings": "Instellingen", "settings": "Instellingen",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Sta E-mailadres wijzigingen toe", "accounts-allowEmailChange": "Sta E-mailadres wijzigingen toe",
"accounts-allowUserNameChange": "Sta Gebruikersnaam wijzigingen toe", "accounts-allowUserNameChange": "Sta Gebruikersnaam wijzigingen toe",
"tableVisibilityMode-allowPrivateOnly": "Zichtbaarheid borden: Sta alleen privé borden toe", "tableVisibilityMode-allowPrivateOnly": "Zichtbaarheid borden: Sta alleen privé borden toe",
"tableVisibilityMode" : "Zichtbaarheid borden", "tableVisibilityMode": "Zichtbaarheid borden",
"createdAt": "Aangemaakt op", "createdAt": "Aangemaakt op",
"modifiedAt": "Gewijzigd op", "modifiedAt": "Gewijzigd op",
"verified": "Geverifieerd", "verified": "Geverifieerd",
@ -705,7 +705,7 @@
"requested-by": "Aangevraagd door", "requested-by": "Aangevraagd door",
"card-sorting-by-number": "Kaarten sorteren op nummer", "card-sorting-by-number": "Kaarten sorteren op nummer",
"board-delete-notice": "Verwijdering kan niet ongedaan gemaakt worden. Je raakt alle met dit bord gerelateerde lijsten, kaarten en acties kwijt.", "board-delete-notice": "Verwijdering kan niet ongedaan gemaakt worden. Je raakt alle met dit bord gerelateerde lijsten, kaarten en acties kwijt.",
"delete-board-confirm-popup": "Alle lijsten, kaarten, labels en activiteiten zullen worden verwijderd en je kunt de bordinhoud niet terughalen. Er is geen herstelmogelijkheid.", "delete-board-confirm-popup": "Alle lijsten, kaarten, labels en activiteiten zullen worden verwijderd en je kunt de bordinhoud niet terughalen. Er is geen herstelmogelijkheid. ",
"boardDeletePopup-title": "Bord verwijderen?", "boardDeletePopup-title": "Bord verwijderen?",
"delete-board": "Verwijder bord", "delete-board": "Verwijder bord",
"default-subtasks-board": "Subtaken voor __board__ bord", "default-subtasks-board": "Subtaken voor __board__ bord",
@ -754,6 +754,7 @@
"r-removed-from": "Verwijderd van", "r-removed-from": "Verwijderd van",
"r-the-board": "het bord", "r-the-board": "het bord",
"r-list": "lijst", "r-list": "lijst",
"list": "Lijst",
"set-filter": "Definieer Filter", "set-filter": "Definieer Filter",
"r-moved-to": "verplaatst naar", "r-moved-to": "verplaatst naar",
"r-moved-from": "verplaatst van", "r-moved-from": "verplaatst van",
@ -885,9 +886,9 @@
"duenow": "huidige vervaldatum %s is vandaag", "duenow": "huidige vervaldatum %s is vandaag",
"act-newDue": "__list__/__card__ heeft eerste vervaldatum herinnering [__board__]", "act-newDue": "__list__/__card__ heeft eerste vervaldatum herinnering [__board__]",
"act-withDue": "__list__/__card__ vervaldatum herinneringen [__board__]", "act-withDue": "__list__/__card__ vervaldatum herinneringen [__board__]",
"act-almostdue": "wil je herinneren aan het naderen van de huidige vervaldatum (__timeValue__) van __card__", "act-almostdue": "wil je herinneren aan het naderen van de huidige vervaldatum (__timeValue__) van __card__ ",
"act-pastdue": "wil je herinneren aan het verlopen van de huidige vervaldatum (__timeValue__) van __card__", "act-pastdue": "wil je herinneren aan het verlopen van de huidige vervaldatum (__timeValue__) van __card__ ",
"act-duenow": "wil je herinneren aan het vandaag verlopen van de huidige vervaldatum (__timeValue__) van __card__", "act-duenow": "wil je herinneren aan het vandaag verlopen van de huidige vervaldatum (__timeValue__) van __card__ ",
"act-atUserComment": "Je werd genoemd in [__board__] __list__/__card__", "act-atUserComment": "Je werd genoemd in [__board__] __list__/__card__",
"delete-user-confirm-popup": "Weet je zeker dat je dit account wilt verwijderen? Er is geen herstelmogelijkheid.", "delete-user-confirm-popup": "Weet je zeker dat je dit account wilt verwijderen? Er is geen herstelmogelijkheid.",
"delete-team-confirm-popup": "Weet je zeker dat je dit team wilt verwijderen? Er is geen herstelmogelijkheid.", "delete-team-confirm-popup": "Weet je zeker dat je dit team wilt verwijderen? Er is geen herstelmogelijkheid.",
@ -930,7 +931,7 @@
"last-activity": "Laatste activiteit", "last-activity": "Laatste activiteit",
"voting": "Stemmen", "voting": "Stemmen",
"archived": "Gearchiveerd", "archived": "Gearchiveerd",
"delete-linked-card-before-this-card": "Je kunt deze kaart niet verwijderen voordat de gelinkte kaart is verwijderd", "delete-linked-card-before-this-card": "Je kunt deze kaart niet verwijderen voordat de gelinkte kaart is verwijderd ",
"delete-linked-cards-before-this-list": "Je kunt deze lijst niet verwijderen voordat de gelinkte kaarten verwijderd zijn die verwijzen naar kaarten in deze lijst", "delete-linked-cards-before-this-list": "Je kunt deze lijst niet verwijderen voordat de gelinkte kaarten verwijderd zijn die verwijzen naar kaarten in deze lijst",
"hide-checked-items": "Verberg aangevinkte items", "hide-checked-items": "Verberg aangevinkte items",
"task": "Taak", "task": "Taak",
@ -944,7 +945,6 @@
"person": "Persoon", "person": "Persoon",
"my-cards": "Mijn kaarten", "my-cards": "Mijn kaarten",
"card": "Kaart", "card": "Kaart",
"list": "Lijst",
"board": "Bord", "board": "Bord",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Mijn Kaarten Overzicht", "myCardsViewChange-title": "Mijn Kaarten Overzicht",
@ -1161,7 +1161,7 @@
"remove-organization-from-board": "Weet je zeker dat je deze organisatie van het bord wilt verwijderen?", "remove-organization-from-board": "Weet je zeker dat je deze organisatie van het bord wilt verwijderen?",
"to-create-organizations-contact-admin": "Zoek contact met de beheerder om organisaties aan te maken.", "to-create-organizations-contact-admin": "Zoek contact met de beheerder om organisaties aan te maken.",
"custom-legal-notice-link-url": "URL voor maatwerk juridische disclaimer tekst pagina", "custom-legal-notice-link-url": "URL voor maatwerk juridische disclaimer tekst pagina",
"acceptance_of_our_legalNotice": "Als u doorgaat accepteert u onze", "acceptance_of_our_legalNotice": "Als u doorgaat accepteert u onze ",
"legalNotice": "juridische disclaimer tekst", "legalNotice": "juridische disclaimer tekst",
"copied": "Gekopieerd!", "copied": "Gekopieerd!",
"checklistActionsPopup-title": "Checklist acties", "checklistActionsPopup-title": "Checklist acties",

View file

@ -9,12 +9,12 @@
"act-removeLabel": "as tirat l'etiqueta__label__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-removeLabel": "as tirat l'etiqueta__label__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-removedLabel": "as tirat l'etiqueta__label__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-removedLabel": "as tirat l'etiqueta__label__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-addChecklist": "as apondut la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-addChecklist": "as apondut la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-addChecklistItem": "as apondut l'element __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-addChecklistItem": " as apondut l'element __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-removeChecklist": "as tirat la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-removeChecklist": "as tirat la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-removeChecklistItem": "as tirat l'element __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-removeChecklistItem": " as tirat l'element __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-checkedItem": "as croiat __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-checkedItem": "as croiat __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-uncheckedItem": "as descroiar __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-uncheckedItem": "as descroiar __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-completeChecklist": "as acabat la checklist__checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-completeChecklist": "as completat la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-uncompleteChecklist": "as rendut incomplet la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-uncompleteChecklist": "as rendut incomplet la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-addComment": "as comentat la carta __card__: __comment__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__", "act-addComment": "as comentat la carta __card__: __comment__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__", "act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
@ -27,7 +27,7 @@
"act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-createList": "as apondut la tièra __list__ al tablèu __board__", "act-createList": "as apondut la tièra __list__ al tablèu __board__",
"act-addBoardMember": "as apondut un participant __member__ al tablèu __board__", "act-addBoardMember": "as apondut un participant __member__ al tablèu __board__",
"act-archivedBoard": "Board __board__ moved to Archive", "act-archivedBoard": "Lo tablèu __board__ es estat desplaçar cap a Archius",
"act-archivedCard": "La carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archiu", "act-archivedCard": "La carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archiu",
"act-archivedList": "La tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius", "act-archivedList": "La tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius",
"act-archivedSwimlane": "Lo corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius", "act-archivedSwimlane": "Lo corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius",
@ -110,7 +110,7 @@
"apply": "Aplicar", "apply": "Aplicar",
"app-is-offline": "Cargament, vos cal esperar. Refrescar la pagina vos va far perdre vòstre trabalh. Se lo cargament es tròp long, vos cal agachar se lo servidor es pas blocat/arrestat.", "app-is-offline": "Cargament, vos cal esperar. Refrescar la pagina vos va far perdre vòstre trabalh. Se lo cargament es tròp long, vos cal agachar se lo servidor es pas blocat/arrestat.",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "Desplaçar cap a Archius", "archive": "Archivar",
"archive-all": "Archivar tot", "archive-all": "Archivar tot",
"archive-board": "Archivar lo tablèu", "archive-board": "Archivar lo tablèu",
"archive-card": "Archivar la carta", "archive-card": "Archivar la carta",
@ -122,7 +122,7 @@
"archived-boards": "Tablèu archivat", "archived-boards": "Tablèu archivat",
"restore-board": "Restaurar lo tablèu", "restore-board": "Restaurar lo tablèu",
"no-archived-boards": "Pas de tablèu archivat.", "no-archived-boards": "Pas de tablèu archivat.",
"archives": "Archius", "archives": "Archivar",
"template": "Modèl", "template": "Modèl",
"templates": "Modèls", "templates": "Modèls",
"template-container": "Template Container", "template-container": "Template Container",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Tornar", "back": "Tornar",
"board-change-color": "Cambiar de color", "board-change-color": "Cambiar de color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -179,7 +179,7 @@
"card-edit-labels": "Cambiar los labèls", "card-edit-labels": "Cambiar los labèls",
"card-edit-members": "Cambiar los participants", "card-edit-members": "Cambiar los participants",
"card-labels-title": "Cambiar l'etiqueta de la carta.", "card-labels-title": "Cambiar l'etiqueta de la carta.",
"card-members-title": "Apondre o quitar de participants a la carta.", "card-members-title": "Apondre o quitar de participants a la carta. ",
"card-start": "Debuta", "card-start": "Debuta",
"card-start-on": "Debuta lo", "card-start-on": "Debuta lo",
"cardAttachmentsPopup-title": "Apondut dempuèi", "cardAttachmentsPopup-title": "Apondut dempuèi",
@ -279,7 +279,7 @@
"unset-color": "pas reglat", "unset-color": "pas reglat",
"comment": "Comentari", "comment": "Comentari",
"comment-placeholder": "Escrire un comentari", "comment-placeholder": "Escrire un comentari",
"comment-only": "Comment only", "comment-only": "Comentari solament",
"comment-only-desc": "Comentari sus las cartas solament.", "comment-only-desc": "Comentari sus las cartas solament.",
"comment-delete": "Are you sure you want to delete the comment?", "comment-delete": "Are you sure you want to delete the comment?",
"deleteCommentPopup-title": "Delete comment?", "deleteCommentPopup-title": "Delete comment?",
@ -298,7 +298,7 @@
"searchElementPopup-title": "Cèrca", "searchElementPopup-title": "Cèrca",
"copyCardPopup-title": "Còpia de la carta", "copyCardPopup-title": "Còpia de la carta",
"copyManyCardsPopup-title": "Copy Template to Many Cards", "copyManyCardsPopup-title": "Copy Template to Many Cards",
"copyManyCardsPopup-instructions": "Un compte es estat creat per vos sus", "copyManyCardsPopup-instructions": "Un compte es estat creat per vos sus ",
"copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primièra carta\", \"description\":\"Descripcion de la primièra carta\"}, {\"title\":\"Títol de la segonda carta\",\"description\":\"Descripcion de la segonda carta\"},{\"title\":\"Títol de la darrièra carta\",\"description\":\"Descripcion de la darrièra carta\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primièra carta\", \"description\":\"Descripcion de la primièra carta\"}, {\"title\":\"Títol de la segonda carta\",\"description\":\"Descripcion de la segonda carta\"},{\"title\":\"Títol de la darrièra carta\",\"description\":\"Descripcion de la darrièra carta\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear un tablèu", "createBoardPopup-title": "Crear un tablèu",
@ -352,7 +352,7 @@
"email-fail-text": "Error per mandar lo corrièl", "email-fail-text": "Error per mandar lo corrièl",
"email-invalid": "L'adreça corrièl es pas valida", "email-invalid": "L'adreça corrièl es pas valida",
"email-invite": "Convidar per corrièl", "email-invite": "Convidar per corrièl",
"email-invite-subject": "__inviter__ vos a mandat un convit", "email-invite-subject": "__inviter__ vos as mandat un convit",
"email-invite-text": "Car __user__,\n\n__inviter__ vos a convidat per jónher lo tablèu \"__board__\".\n\nVos cal clicar sul ligam:\n\n__url__\n\nMercé.", "email-invite-text": "Car __user__,\n\n__inviter__ vos a convidat per jónher lo tablèu \"__board__\".\n\nVos cal clicar sul ligam:\n\n__url__\n\nMercé.",
"email-resetPassword-subject": "Tornar inicializar vòstre mot de Santa-Clara de sit __siteName__", "email-resetPassword-subject": "Tornar inicializar vòstre mot de Santa-Clara de sit __siteName__",
"email-resetPassword-text": "Adieu __user__,\n\nPer tornar inicializar vòstre mot de Santa-Clara vos cal clicar sul ligam :\n\n__url__\n\nMercé.", "email-resetPassword-text": "Adieu __user__,\n\nPer tornar inicializar vòstre mot de Santa-Clara vos cal clicar sul ligam :\n\n__url__\n\nMercé.",
@ -361,11 +361,11 @@
"email-verifyEmail-text": "Adieu __user__,\n\nPer verificar vòstra adreça corrièl, vos cal clicar sul ligam :\n\n__url__\n\nMercé.", "email-verifyEmail-text": "Adieu __user__,\n\nPer verificar vòstra adreça corrièl, vos cal clicar sul ligam :\n\n__url__\n\nMercé.",
"enable-wip-limit": "Activar la WIP limit", "enable-wip-limit": "Activar la WIP limit",
"error-board-doesNotExist": "Aqueste tablèu existís pas", "error-board-doesNotExist": "Aqueste tablèu existís pas",
"error-board-notAdmin": "Devètz èsser un administrator del tablèu per far aquò", "error-board-notAdmin": "Devètz èsser un administrator del tablèu per far aquò ",
"error-board-notAMember": "Devètz èsser un participant del tablèu per far aquò", "error-board-notAMember": "Devètz èsser un participant del tablèu per far aquò",
"error-json-malformed": "Vòstre tèxte es pas valid JSON", "error-json-malformed": "Vòstre tèxte es pas valid JSON",
"error-json-schema": "Vòstre JSON es pas al format correct", "error-json-schema": "Vòstre JSON es pas al format correct ",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Aqueste tièra existís pas", "error-list-doesNotExist": "Aqueste tièra existís pas",
"error-user-doesNotExist": "Aqueste utilizator existís pas", "error-user-doesNotExist": "Aqueste utilizator existís pas",
"error-user-notAllowSelf": "Vos podètz pas convidar vautres meteisses", "error-user-notAllowSelf": "Vos podètz pas convidar vautres meteisses",
@ -373,7 +373,7 @@
"error-username-taken": "Lo nom es ja pres", "error-username-taken": "Lo nom es ja pres",
"error-orgname-taken": "This organization name is already taken", "error-orgname-taken": "This organization name is already taken",
"error-teamname-taken": "This team name is already taken", "error-teamname-taken": "This team name is already taken",
"error-email-taken": "Lo corrièl es ja pres", "error-email-taken": "Lo corrièl es ja pres ",
"export-board": "Exportar lo tablèu", "export-board": "Exportar lo tablèu",
"export-board-json": "Export board to JSON", "export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV", "export-board-csv": "Export board to CSV",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrar la seleccion", "filter-to-selection": "Filtrar la seleccion",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Filtre avançat", "advanced-filter-label": "Filtre avançat",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Nom complet", "fullname": "Nom complet",
"header-logo-title": "Retorn a vòstra pagina de tablèus", "header-logo-title": "Retorn a vòstra pagina de tablèus",
"hide-system-messages": "Amagar los messatges sistèm", "hide-system-messages": "Amagar los messatges sistèm",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Salvar", "save": "Salvar",
"search": "Cèrca", "search": "Cèrca",
"rules": "Règlas", "rules": "Règlas",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verificat", "verified": "Verificat",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Carta", "card": "Carta",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -110,7 +110,7 @@
"apply": "Zastosuj", "apply": "Zastosuj",
"app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.", "app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.",
"app-try-reconnect": "Spróbuj połączyć się ponownie.", "app-try-reconnect": "Spróbuj połączyć się ponownie.",
"archive": "Zarchiwizuj", "archive": "Przenieś do Archiwum",
"archive-all": "Przenieś wszystko do Archiwum", "archive-all": "Przenieś wszystko do Archiwum",
"archive-board": "Przenieś tablicę do Archiwum", "archive-board": "Przenieś tablicę do Archiwum",
"archive-card": "Przenieś kartę do Archiwum", "archive-card": "Przenieś kartę do Archiwum",
@ -137,9 +137,9 @@
"avatar-too-big": "Awatar jest za duży (maksymalnie 520KB)", "avatar-too-big": "Awatar jest za duży (maksymalnie 520KB)",
"back": "Wstecz", "back": "Wstecz",
"board-change-color": "Zmień kolor", "board-change-color": "Zmień kolor",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -225,7 +225,7 @@
"cardMembersPopup-title": "Użytkownicy", "cardMembersPopup-title": "Użytkownicy",
"cardMorePopup-title": "Więcej", "cardMorePopup-title": "Więcej",
"cardTemplatePopup-title": "Utwórz szablon", "cardTemplatePopup-title": "Utwórz szablon",
"cards": "kart", "cards": "Karty",
"cards-count": "kart", "cards-count": "kart",
"cards-count-one": "karty", "cards-count-one": "karty",
"casSignIn": "Zaloguj się poprzez CAS", "casSignIn": "Zaloguj się poprzez CAS",
@ -365,7 +365,7 @@
"error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność", "error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność",
"error-json-malformed": "Twoja fraza nie jest w formacie JSON", "error-json-malformed": "Twoja fraza nie jest w formacie JSON",
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie", "error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
"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": "Twój plik CSV(plik oddzielony przecinkami)/TSV (plik oddzielony tabulatorami) nie zawiera danych w poprawnym formacie",
"error-list-doesNotExist": "Ta lista nie isnieje", "error-list-doesNotExist": "Ta lista nie isnieje",
"error-user-doesNotExist": "Ten użytkownik nie istnieje", "error-user-doesNotExist": "Ten użytkownik nie istnieje",
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie", "error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
@ -545,7 +545,7 @@
"restore": "Przywróć", "restore": "Przywróć",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Ustawienia kart", "card-settings": "Ustawienia karty",
"save": "Zapisz", "save": "Zapisz",
"search": "Wyszukaj", "search": "Wyszukaj",
"rules": "Reguły", "rules": "Reguły",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Zezwól na zmianę adresu email", "accounts-allowEmailChange": "Zezwól na zmianę adresu email",
"accounts-allowUserNameChange": "Zezwól na zmianę nazwy użytkownika", "accounts-allowUserNameChange": "Zezwól na zmianę nazwy użytkownika",
"tableVisibilityMode-allowPrivateOnly": "Widoczność tablic: Tylko tablice prywatne", "tableVisibilityMode-allowPrivateOnly": "Widoczność tablic: Tylko tablice prywatne",
"tableVisibilityMode" : "Widoczność tablic", "tableVisibilityMode": "Widoczność tablic",
"createdAt": "Utworzone o", "createdAt": "Utworzone o",
"modifiedAt": "Zmodyfikowano", "modifiedAt": "Zmodyfikowano",
"verified": "Zweryfikowane", "verified": "Zweryfikowane",
@ -754,6 +754,7 @@
"r-removed-from": "usunięta z", "r-removed-from": "usunięta z",
"r-the-board": "na tablicy", "r-the-board": "na tablicy",
"r-list": "listy", "r-list": "listy",
"list": "Lista",
"set-filter": "Ustaw filtr", "set-filter": "Ustaw filtr",
"r-moved-to": "przenoszona do", "r-moved-to": "przenoszona do",
"r-moved-from": "przenoszona z", "r-moved-from": "przenoszona z",
@ -832,7 +833,7 @@
"r-items-list": "element1,element2,element3", "r-items-list": "element1,element2,element3",
"r-add-swimlane": "Dodaj ścieżkę", "r-add-swimlane": "Dodaj ścieżkę",
"r-swimlane-name": "Nazwa ścieżki", "r-swimlane-name": "Nazwa ścieżki",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Uwaga: pozostaw pole puste, aby każda wartość była brana pod uwagę.",
"r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.", "r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.",
"r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy", "r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy",
"r-set": "Ustaw", "r-set": "Ustaw",
@ -863,9 +864,9 @@
"oidc-button-text": "Własny tekst przycisku OIDC", "oidc-button-text": "Własny tekst przycisku OIDC",
"default-authentication-method": "Domyślna metoda logowania", "default-authentication-method": "Domyślna metoda logowania",
"duplicate-board": "Duplikuj tablicę", "duplicate-board": "Duplikuj tablicę",
"org-number": "The number of organizations is: ", "org-number": "Liczba organizacji:",
"team-number": "The number of teams is: ", "team-number": "Liczba zespołów:",
"people-number": "The number of people is: ", "people-number": "Liczba użytkowników to:",
"swimlaneDeletePopup-title": "Usunąć ścieżkę?", "swimlaneDeletePopup-title": "Usunąć ścieżkę?",
"swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.", "swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.",
"restore-all": "Przywróć wszystkie", "restore-all": "Przywróć wszystkie",
@ -944,7 +945,6 @@
"person": "Osoba", "person": "Osoba",
"my-cards": "Moje karty", "my-cards": "Moje karty",
"card": "karty", "card": "karty",
"list": "Lista",
"board": "Tablica", "board": "Tablica",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1076,7 +1076,7 @@
"label-names": "Nazwy etykiet", "label-names": "Nazwy etykiet",
"archived-at": "zarchiwizowana", "archived-at": "zarchiwizowana",
"sort-cards": "Sortuj karty", "sort-cards": "Sortuj karty",
"cardsSortPopup-title": "Sortuj karty", "cardsSortPopup-title": "Sortuj karty według",
"due-date": "terminu wykonania", "due-date": "terminu wykonania",
"server-error": "Błąd serwera", "server-error": "Błąd serwera",
"server-error-troubleshooting": "Uprzejmie proszę o przesłanie treści tego błędu serwera z logu.\nDla wersji snap uruchom: `sudo snap logs wekan.wekan`\nDla wersji Docker uruchom: `sudo docker logs wekan-app`", "server-error-troubleshooting": "Uprzejmie proszę o przesłanie treści tego błędu serwera z logu.\nDla wersji snap uruchom: `sudo snap logs wekan.wekan`\nDla wersji Docker uruchom: `sudo docker logs wekan-app`",
@ -1099,7 +1099,7 @@
"boardsReportTitle": "Boards Report", "boardsReportTitle": "Boards Report",
"cardsReportTitle": "Cards Report", "cardsReportTitle": "Cards Report",
"copy-swimlane": "Skopiuj ścieżkę", "copy-swimlane": "Skopiuj ścieżkę",
"copySwimlanePopup-title": "Skopiuj ścieżkę", "copySwimlanePopup-title": "Kopiowanie ścieżki",
"display-card-creator": "Wyświetlaj autora karty", "display-card-creator": "Wyświetlaj autora karty",
"wait-spinner": "Animowany wskaźnik postępu", "wait-spinner": "Animowany wskaźnik postępu",
"Bounce": "Odbijanie", "Bounce": "Odbijanie",

View file

@ -37,9 +37,9 @@
"act-joinMember": "dodał użytkownika __member__ do karty __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__", "act-joinMember": "dodał użytkownika __member__ do karty __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
"act-moveCard": "przeniósł kartę __card__ na tablicy __board__ z listy __oldList__ na ścieżce __oldSwimlane__ na listę __list__ na ścieżce __swimlane__", "act-moveCard": "przeniósł kartę __card__ na tablicy __board__ z listy __oldList__ na ścieżce __oldSwimlane__ na listę __list__ na ścieżce __swimlane__",
"act-moveCardToOtherBoard": "przeniósł kartę __card__ z listy __oldList__ na ścieżce __oldSwimlane__ na tablicy __oldBoard__ do listy __listy__ na ścieżce __swimlane__ na tablicy __board__", "act-moveCardToOtherBoard": "przeniósł kartę __card__ z listy __oldList__ na ścieżce __oldSwimlane__ na tablicy __oldBoard__ do listy __listy__ na ścieżce __swimlane__ na tablicy __board__",
"act-removeBoardMember": "removed member __member__ from board __board__", "act-removeBoardMember": "usunął użytkownika __member__ z tablicy __board__",
"act-restoredCard": "przywrócił(a) kartę __card__ na listę __list__ na ścieżce __swimlane__ na tablicy __board__", "act-restoredCard": "przywrócił(a) kartę __card__ na listę __list__ na ścieżce __swimlane__ na tablicy __board__",
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-unjoinMember": "usunął użytkownika __member__ z karty __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
"act-withBoardTitle": "__board__", "act-withBoardTitle": "__board__",
"act-withCardTitle": "[__board__] __card__", "act-withCardTitle": "[__board__] __card__",
"actions": "Reakcje", "actions": "Reakcje",
@ -56,10 +56,10 @@
"activity-joined": "dodał się do %s", "activity-joined": "dodał się do %s",
"activity-moved": "przeniósł %s z %s do %s", "activity-moved": "przeniósł %s z %s do %s",
"activity-on": "w %s", "activity-on": "w %s",
"activity-removed": "removed %s from %s", "activity-removed": "usunięto %s z %s",
"activity-sent": "wysłano %s z %s", "activity-sent": "wysłano %s z %s",
"activity-unjoined": "odłączył się od %s", "activity-unjoined": "odłączył się od %s",
"activity-subtask-added": "added subtask to %s", "activity-subtask-added": "dodano podzadanie do %s",
"activity-checked-item": "zaznaczył %s w czekliście %s w %s", "activity-checked-item": "zaznaczył %s w czekliście %s w %s",
"activity-unchecked-item": "odznaczył %s w czekliście %s w %s", "activity-unchecked-item": "odznaczył %s w czekliście %s w %s",
"activity-checklist-added": "dodał czeklistę do %s", "activity-checklist-added": "dodał czeklistę do %s",
@ -74,7 +74,7 @@
"activity-checklist-completed-card": "wykonał(a) wszystkie elementy z czeklisty __checklist__ na karcie __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__", "activity-checklist-completed-card": "wykonał(a) wszystkie elementy z czeklisty __checklist__ na karcie __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
"activity-checklist-uncompleted-card": "wycofano ukończenie czeklisty %s", "activity-checklist-uncompleted-card": "wycofano ukończenie czeklisty %s",
"activity-editComment": "edytował(a) komentarz %s", "activity-editComment": "edytował(a) komentarz %s",
"activity-deleteComment": "deleted comment %s", "activity-deleteComment": "usunął komentarz %s",
"activity-receivedDate": "zmienił datę otrzymania na %s z %s", "activity-receivedDate": "zmienił datę otrzymania na %s z %s",
"activity-startDate": "zmienił datę rozpoczęcia na %s z %s", "activity-startDate": "zmienił datę rozpoczęcia na %s z %s",
"activity-dueDate": "zmienił datę wykonania na %s z %s", "activity-dueDate": "zmienił datę wykonania na %s z %s",
@ -110,7 +110,7 @@
"apply": "Zastosuj", "apply": "Zastosuj",
"app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.", "app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.",
"app-try-reconnect": "Spróbuj połączyć się ponownie.", "app-try-reconnect": "Spróbuj połączyć się ponownie.",
"archive": "Zarchiwizuj", "archive": "Przenieś do Archiwum",
"archive-all": "Przenieś wszystko do Archiwum", "archive-all": "Przenieś wszystko do Archiwum",
"archive-board": "Przenieś tablicę do Archiwum", "archive-board": "Przenieś tablicę do Archiwum",
"archive-card": "Przenieś kartę do Archiwum", "archive-card": "Przenieś kartę do Archiwum",
@ -137,9 +137,9 @@
"avatar-too-big": "Awatar jest za duży (maksymalnie 520KB)", "avatar-too-big": "Awatar jest za duży (maksymalnie 520KB)",
"back": "Wstecz", "back": "Wstecz",
"board-change-color": "Zmień kolor", "board-change-color": "Zmień kolor",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -173,7 +173,7 @@
"card-archive-suggest-cancel": "Możesz później przywrócić kartę z Archiwum.", "card-archive-suggest-cancel": "Możesz później przywrócić kartę z Archiwum.",
"card-due": "Data wykonania", "card-due": "Data wykonania",
"card-due-on": "Data wykonania", "card-due-on": "Data wykonania",
"card-spent": "Spent Time", "card-spent": "Czas pracy",
"card-edit-attachments": "Edytuj załączniki", "card-edit-attachments": "Edytuj załączniki",
"card-edit-custom-fields": "Edytuj niestandardowe pola", "card-edit-custom-fields": "Edytuj niestandardowe pola",
"card-edit-labels": "Edytuj etykiety", "card-edit-labels": "Edytuj etykiety",
@ -225,8 +225,8 @@
"cardMembersPopup-title": "Użytkownicy", "cardMembersPopup-title": "Użytkownicy",
"cardMorePopup-title": "Więcej", "cardMorePopup-title": "Więcej",
"cardTemplatePopup-title": "Utwórz szablon", "cardTemplatePopup-title": "Utwórz szablon",
"cards": "Cards", "cards": "Karty",
"cards-count": "Cards", "cards-count": "kart",
"cards-count-one": "karty", "cards-count-one": "karty",
"casSignIn": "Zaloguj się poprzez CAS", "casSignIn": "Zaloguj się poprzez CAS",
"cardType-card": "karty", "cardType-card": "karty",
@ -365,7 +365,7 @@
"error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność", "error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność",
"error-json-malformed": "Twoja fraza nie jest w formacie JSON", "error-json-malformed": "Twoja fraza nie jest w formacie JSON",
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie", "error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
"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": "Twój plik CSV(plik oddzielony przecinkami)/TSV (plik oddzielony tabulatorami) nie zawiera danych w poprawnym formacie",
"error-list-doesNotExist": "Ta lista nie isnieje", "error-list-doesNotExist": "Ta lista nie isnieje",
"error-user-doesNotExist": "Ten użytkownik nie istnieje", "error-user-doesNotExist": "Ten użytkownik nie istnieje",
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie", "error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
@ -412,7 +412,7 @@
"filter-member-label": "Filtruj wg użytkownika", "filter-member-label": "Filtruj wg użytkownika",
"filter-no-member": "Brak użytkowników", "filter-no-member": "Brak użytkowników",
"filter-assignee-label": "Filtruj wg osoby przypisanej", "filter-assignee-label": "Filtruj wg osoby przypisanej",
"filter-no-assignee": "Nieprzypisane", "filter-no-assignee": "Nieprzypisane ",
"filter-custom-fields-label": "Filtruj wg niestandardowych pól", "filter-custom-fields-label": "Filtruj wg niestandardowych pól",
"filter-no-custom-fields": "Brak niestandardowych pól", "filter-no-custom-fields": "Brak niestandardowych pól",
"filter-show-archive": "Pokaż zarchiwizowane listy", "filter-show-archive": "Pokaż zarchiwizowane listy",
@ -545,7 +545,7 @@
"restore": "Przywróć", "restore": "Przywróć",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Ustawienia kart", "card-settings": "Ustawienia karty",
"save": "Zapisz", "save": "Zapisz",
"search": "Wyszukaj", "search": "Wyszukaj",
"rules": "Reguły", "rules": "Reguły",
@ -578,7 +578,7 @@
"this-card": "ta karta", "this-card": "ta karta",
"spent-time-hours": "Czas pracy (h)", "spent-time-hours": "Czas pracy (h)",
"overtime-hours": "Nadgodziny (h)", "overtime-hours": "Nadgodziny (h)",
"overtime": "Overtime", "overtime": "Nadgodziny",
"has-overtime-cards": "Ma karty z wykazanymi nadgodzinami", "has-overtime-cards": "Ma karty z wykazanymi nadgodzinami",
"has-spenttime-cards": "Ma karty z wykazanym czasem pracy", "has-spenttime-cards": "Ma karty z wykazanym czasem pracy",
"time": "Czas", "time": "Czas",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Zezwól na zmianę adresu email", "accounts-allowEmailChange": "Zezwól na zmianę adresu email",
"accounts-allowUserNameChange": "Zezwól na zmianę nazwy użytkownika", "accounts-allowUserNameChange": "Zezwól na zmianę nazwy użytkownika",
"tableVisibilityMode-allowPrivateOnly": "Widoczność tablic: Tylko tablice prywatne", "tableVisibilityMode-allowPrivateOnly": "Widoczność tablic: Tylko tablice prywatne",
"tableVisibilityMode" : "Widoczność tablic", "tableVisibilityMode": "Widoczność tablic",
"createdAt": "Utworzone o", "createdAt": "Utworzone o",
"modifiedAt": "Zmodyfikowano", "modifiedAt": "Zmodyfikowano",
"verified": "Zweryfikowane", "verified": "Zweryfikowane",
@ -754,6 +754,7 @@
"r-removed-from": "usunięta z", "r-removed-from": "usunięta z",
"r-the-board": "na tablicy", "r-the-board": "na tablicy",
"r-list": "listy", "r-list": "listy",
"list": "Lista",
"set-filter": "Ustaw filtr", "set-filter": "Ustaw filtr",
"r-moved-to": "przenoszona do", "r-moved-to": "przenoszona do",
"r-moved-from": "przenoszona z", "r-moved-from": "przenoszona z",
@ -832,7 +833,7 @@
"r-items-list": "element1,element2,element3", "r-items-list": "element1,element2,element3",
"r-add-swimlane": "Dodaj ścieżkę", "r-add-swimlane": "Dodaj ścieżkę",
"r-swimlane-name": "Nazwa ścieżki", "r-swimlane-name": "Nazwa ścieżki",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Uwaga: pozostaw pole puste, aby każda wartość była brana pod uwagę.",
"r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.", "r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.",
"r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy", "r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy",
"r-set": "Ustaw", "r-set": "Ustaw",
@ -863,9 +864,9 @@
"oidc-button-text": "Własny tekst przycisku OIDC", "oidc-button-text": "Własny tekst przycisku OIDC",
"default-authentication-method": "Domyślna metoda logowania", "default-authentication-method": "Domyślna metoda logowania",
"duplicate-board": "Duplikuj tablicę", "duplicate-board": "Duplikuj tablicę",
"org-number": "The number of organizations is: ", "org-number": "Liczba organizacji:",
"team-number": "The number of teams is: ", "team-number": "Liczba zespołów:",
"people-number": "The number of people is: ", "people-number": "Liczba użytkowników to:",
"swimlaneDeletePopup-title": "Usunąć ścieżkę?", "swimlaneDeletePopup-title": "Usunąć ścieżkę?",
"swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.", "swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.",
"restore-all": "Przywróć wszystkie", "restore-all": "Przywróć wszystkie",
@ -944,7 +945,6 @@
"person": "Osoba", "person": "Osoba",
"my-cards": "Moje karty", "my-cards": "Moje karty",
"card": "karty", "card": "karty",
"list": "Lista",
"board": "Tablica", "board": "Tablica",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1075,7 +1075,7 @@
"label-colors": "Kolory etykiet", "label-colors": "Kolory etykiet",
"label-names": "Nazwy etykiet", "label-names": "Nazwy etykiet",
"archived-at": "zarchiwizowana", "archived-at": "zarchiwizowana",
"sort-cards": "Sortuj karty według", "sort-cards": "Sortuj karty",
"cardsSortPopup-title": "Sortuj karty według", "cardsSortPopup-title": "Sortuj karty według",
"due-date": "terminu wykonania", "due-date": "terminu wykonania",
"server-error": "Błąd serwera", "server-error": "Błąd serwera",
@ -1098,7 +1098,7 @@
"rulesReportTitle": "Wykaz reguł", "rulesReportTitle": "Wykaz reguł",
"boardsReportTitle": "Boards Report", "boardsReportTitle": "Boards Report",
"cardsReportTitle": "Cards Report", "cardsReportTitle": "Cards Report",
"copy-swimlane": "Kopiowanie ścieżki", "copy-swimlane": "Skopiuj ścieżkę",
"copySwimlanePopup-title": "Kopiowanie ścieżki", "copySwimlanePopup-title": "Kopiowanie ścieżki",
"display-card-creator": "Wyświetlaj autora karty", "display-card-creator": "Wyświetlaj autora karty",
"wait-spinner": "Animowany wskaźnik postępu", "wait-spinner": "Animowany wskaźnik postępu",

View file

@ -17,7 +17,7 @@
"act-completeChecklist": "completada a lista de verificação __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__", "act-completeChecklist": "completada a lista de verificação __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
"act-uncompleteChecklist": "lista de verificação incompleta __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__", "act-uncompleteChecklist": "lista de verificação incompleta __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
"act-addComment": "comentou no cartão __card__: __comment__ na lista __list__ em raia __swimlane__ no quadro __board__", "act-addComment": "comentou no cartão __card__: __comment__ na lista __list__ em raia __swimlane__ no quadro __board__",
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__", "act-editComment": "editado comentário no cartão __card__: __comment__ da lista __list__ da raia __swimlane__ do quadro __board__",
"act-deleteComment": "excluído comentário no cartão __card__: __comment__ da lista __list__ da raia __swimlane__ do quadro __board__", "act-deleteComment": "excluído comentário no cartão __card__: __comment__ da lista __list__ da raia __swimlane__ do quadro __board__",
"act-createBoard": "criado quadro__board__", "act-createBoard": "criado quadro__board__",
"act-createSwimlane": "criada a raia __swimlane__ no quadro __board__", "act-createSwimlane": "criada a raia __swimlane__ no quadro __board__",
@ -110,7 +110,7 @@
"apply": "Aplicar", "apply": "Aplicar",
"app-is-offline": "Carregando, por favor espere. Atualizar a página causará perda de dados. Se a carga não funcionar, por favor verifique se o servidor não caiu.", "app-is-offline": "Carregando, por favor espere. Atualizar a página causará perda de dados. Se a carga não funcionar, por favor verifique se o servidor não caiu.",
"app-try-reconnect": "Tentar reconectar", "app-try-reconnect": "Tentar reconectar",
"archive": "Mover para Arquivo morto", "archive": "Mover para o Arquivo morto",
"archive-all": "Mover Tudo para o Arquivo morto", "archive-all": "Mover Tudo para o Arquivo morto",
"archive-board": "Mover Quadro para o Arquivo morto", "archive-board": "Mover Quadro para o Arquivo morto",
"archive-card": "Mover Cartão para o Arquivo morto", "archive-card": "Mover Cartão para o Arquivo morto",
@ -118,7 +118,7 @@
"archive-swimlane": "Mover Raia para Arquivo morto", "archive-swimlane": "Mover Raia para Arquivo morto",
"archive-selection": "Mover seleção para o Arquivo morto", "archive-selection": "Mover seleção para o Arquivo morto",
"archiveBoardPopup-title": "Mover Quadro para o Arquivo morto?", "archiveBoardPopup-title": "Mover Quadro para o Arquivo morto?",
"archived-items": "Arquivos morto", "archived-items": "Arquivo morto",
"archived-boards": "Quadros no Arquivo morto", "archived-boards": "Quadros no Arquivo morto",
"restore-board": "Restaurar Quadro", "restore-board": "Restaurar Quadro",
"no-archived-boards": "Sem Quadros no Arquivo morto.", "no-archived-boards": "Sem Quadros no Arquivo morto.",
@ -137,9 +137,9 @@
"avatar-too-big": "O avatar é muito grande (máximo: 520KB)", "avatar-too-big": "O avatar é muito grande (máximo: 520KB)",
"back": "Voltar", "back": "Voltar",
"board-change-color": "Alterar cor", "board-change-color": "Alterar cor",
"show-at-all-boards-page" : "Mostrar na página Todos os Quadros", "show-at-all-boards-page": "Mostrar na página Todos os Quadros",
"board-info-on-my-boards" : "Configurações de Todos os Quadros", "board-info-on-my-boards": "Configurações de Todos os Quadros",
"boardInfoOnMyBoardsPopup-title" : "Configurações de Todos os Quadros", "boardInfoOnMyBoardsPopup-title": "Configurações de Todos os Quadros",
"boardInfoOnMyBoards-title": "Configurações de Todos os Quadros", "boardInfoOnMyBoards-title": "Configurações de Todos os Quadros",
"show-card-counter-per-list": "Mostrar contador de cartões por lista", "show-card-counter-per-list": "Mostrar contador de cartões por lista",
"show-board_members-avatar": "Mostrar avatar dos membros do quadro", "show-board_members-avatar": "Mostrar avatar dos membros do quadro",
@ -147,7 +147,7 @@
"board-not-found": "Quadro não encontrado", "board-not-found": "Quadro não encontrado",
"board-private-info": "Este quadro será <strong>privado</strong>.", "board-private-info": "Este quadro será <strong>privado</strong>.",
"board-public-info": "Este quadro será <strong>público</strong>.", "board-public-info": "Este quadro será <strong>público</strong>.",
"board-drag-drop-reorder-or-click-open": "Arraste e solte para reordenar os ícones do quadro. Clique no ícone do quadro para abri-lo.", "board-drag-drop-reorder-or-click-open": "Arraste e solte para reordenar os ícones do quadro. Clique no ícone do quadro para abri-lo. ",
"boardChangeColorPopup-title": "Alterar Tela de Fundo", "boardChangeColorPopup-title": "Alterar Tela de Fundo",
"boardChangeTitlePopup-title": "Renomear Quadro", "boardChangeTitlePopup-title": "Renomear Quadro",
"boardChangeVisibilityPopup-title": "Alterar Visibilidade", "boardChangeVisibilityPopup-title": "Alterar Visibilidade",
@ -236,7 +236,7 @@
"change-avatar": "Alterar Avatar", "change-avatar": "Alterar Avatar",
"change-password": "Alterar Senha", "change-password": "Alterar Senha",
"change-permissions": "Alterar permissões", "change-permissions": "Alterar permissões",
"change-settings": "Alterar configurações", "change-settings": "Altera configurações",
"changeAvatarPopup-title": "Alterar Avatar", "changeAvatarPopup-title": "Alterar Avatar",
"changeLanguagePopup-title": "Alterar Idioma", "changeLanguagePopup-title": "Alterar Idioma",
"changePasswordPopup-title": "Alterar Senha", "changePasswordPopup-title": "Alterar Senha",
@ -365,13 +365,13 @@
"error-board-notAMember": "Você precisa ser um membro desse quadro para fazer isto", "error-board-notAMember": "Você precisa ser um membro desse quadro para fazer isto",
"error-json-malformed": "Seu texto não é um JSON válido", "error-json-malformed": "Seu texto não é um JSON válido",
"error-json-schema": "Seu JSON não inclui as informações no formato correto", "error-json-schema": "Seu JSON não inclui as informações 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": "Seu CSV(Comma Separated Values)/TSV (Tab Separated Values) não inclui a informação adequada no formato correto",
"error-list-doesNotExist": "Esta lista não existe", "error-list-doesNotExist": "Esta lista não existe",
"error-user-doesNotExist": "Este usuário não existe", "error-user-doesNotExist": "Este usuário não existe",
"error-user-notAllowSelf": "Você não pode convidar a si mesmo", "error-user-notAllowSelf": "Você não pode convidar a si mesmo",
"error-user-notCreated": "Este usuário não foi criado", "error-user-notCreated": "Este usuário não foi criado",
"error-username-taken": "Esse username já existe", "error-username-taken": "Esse username já existe",
"error-orgname-taken": "Este nome de organização já está em uso", "error-orgname-taken": "Este nome de organização já está em uso ",
"error-teamname-taken": "Este nome de time já está em uso", "error-teamname-taken": "Este nome de time já está em uso",
"error-email-taken": "E-mail já está em uso", "error-email-taken": "E-mail já está em uso",
"export-board": "Exportar quadro", "export-board": "Exportar quadro",
@ -433,7 +433,7 @@
"link": "Ligação", "link": "Ligação",
"import-board": "importar quadro", "import-board": "importar quadro",
"import-board-c": "Importar quadro", "import-board-c": "Importar quadro",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Importar quadro do Trello",
"import-board-title-wekan": "Importar quadro a partir de exportação prévia", "import-board-title-wekan": "Importar quadro a partir de exportação prévia",
"import-board-title-csv": "Importar quadro de CSV/TSV", "import-board-title-csv": "Importar quadro de CSV/TSV",
"from-trello": "Do Trello", "from-trello": "Do Trello",
@ -491,7 +491,7 @@
"log-out": "Sair", "log-out": "Sair",
"log-in": "Entrar", "log-in": "Entrar",
"loginPopup-title": "Entrar", "loginPopup-title": "Entrar",
"memberMenuPopup-title": "Configurações de Membro", "memberMenuPopup-title": "Configuração de Membros",
"members": "Membros", "members": "Membros",
"menu": "Menu", "menu": "Menu",
"move-selection": "Mover seleção", "move-selection": "Mover seleção",
@ -545,7 +545,7 @@
"restore": "Restaurar", "restore": "Restaurar",
"rescue-card-description": "Mostrar diálogo de recuperação antes de fechar para descrição de cartão não salva", "rescue-card-description": "Mostrar diálogo de recuperação antes de fechar para descrição de cartão não salva",
"rescue-card-description-dialogue": "Sobrescrever atual descrição de cartão com suas alterações?", "rescue-card-description-dialogue": "Sobrescrever atual descrição de cartão com suas alterações?",
"card-settings":"Configurações do Cartão", "card-settings": "Configurações do Cartão",
"save": "Salvar", "save": "Salvar",
"search": "Buscar", "search": "Buscar",
"rules": "Regras", "rules": "Regras",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permitir Mudança de e-mail", "accounts-allowEmailChange": "Permitir Mudança de e-mail",
"accounts-allowUserNameChange": "Permitir alteração de nome de usuário", "accounts-allowUserNameChange": "Permitir alteração de nome de usuário",
"tableVisibilityMode-allowPrivateOnly": "Visibilidade do Quadro: Permitir apenas quadros privados", "tableVisibilityMode-allowPrivateOnly": "Visibilidade do Quadro: Permitir apenas quadros privados",
"tableVisibilityMode" : "Visibilidade do Quadro", "tableVisibilityMode": "Visibilidade do Quadro",
"createdAt": "Criado em", "createdAt": "Criado em",
"modifiedAt": "Modificado em", "modifiedAt": "Modificado em",
"verified": "Verificado", "verified": "Verificado",
@ -754,6 +754,7 @@
"r-removed-from": "Removido de", "r-removed-from": "Removido de",
"r-the-board": "o quadro", "r-the-board": "o quadro",
"r-list": "lista", "r-list": "lista",
"list": "Lista",
"set-filter": "Inserir Filtro", "set-filter": "Inserir Filtro",
"r-moved-to": "Movido para", "r-moved-to": "Movido para",
"r-moved-from": "Movido de", "r-moved-from": "Movido de",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Adicionar raia", "r-add-swimlane": "Adicionar raia",
"r-swimlane-name": "Nome da raia", "r-swimlane-name": "Nome da raia",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: deixe o campo vazio para corresponder à todos os valores possíveis",
"r-checklist-note": "Nota: itens de Checklists devem ser escritos separados por vírgulas", "r-checklist-note": "Nota: itens de Checklists devem ser escritos separados por vírgulas",
"r-when-a-card-is-moved": "Quando um cartão é movido de outra lista", "r-when-a-card-is-moved": "Quando um cartão é movido de outra lista",
"r-set": "Definir", "r-set": "Definir",
@ -863,9 +864,9 @@
"oidc-button-text": "Personalizar o texto do botão OIDC", "oidc-button-text": "Personalizar o texto do botão OIDC",
"default-authentication-method": "Método de Autenticação Padrão", "default-authentication-method": "Método de Autenticação Padrão",
"duplicate-board": "Duplicar Quadro", "duplicate-board": "Duplicar Quadro",
"org-number": "The number of organizations is: ", "org-number": "O número de organizações é:",
"team-number": "The number of teams is: ", "team-number": "O número de times é:",
"people-number": "The number of people is: ", "people-number": "O número de pessoas é:",
"swimlaneDeletePopup-title": "Excluir Raia?", "swimlaneDeletePopup-title": "Excluir Raia?",
"swimlane-delete-pop": "Todas as ações serão excluídas da lista de atividades e você não poderá recuperar a raia. Não há como desfazer.", "swimlane-delete-pop": "Todas as ações serão excluídas da lista de atividades e você não poderá recuperar a raia. Não há como desfazer.",
"restore-all": "Restaurar tudo", "restore-all": "Restaurar tudo",
@ -873,9 +874,9 @@
"loading": "Carregando, aguarde por favor.", "loading": "Carregando, aguarde por favor.",
"previous_as": "ultima vez foi", "previous_as": "ultima vez foi",
"act-a-dueAt": "prazo final modificado para \nQuando: __timeValue__\nOnde: __card__\n prazo final anterior era __timeOldValue__", "act-a-dueAt": "prazo final modificado para \nQuando: __timeValue__\nOnde: __card__\n prazo final anterior era __timeOldValue__",
"act-a-endAt": "hora de conclusão modificada de (__timeOldValue__) para __timeValue__", "act-a-endAt": "hora de conclusão modificada de (__timeOldValue__) para __timeValue__ ",
"act-a-startAt": "hora de início modificada de (__timeOldValue__) para __timeValue__", "act-a-startAt": "hora de início modificada de (__timeOldValue__) para __timeValue__ ",
"act-a-receivedAt": "hora de recebido modificada de (__timeOldValue__) para __timeValue__", "act-a-receivedAt": "hora de recebido modificada de (__timeOldValue__) para __timeValue__ ",
"a-dueAt": "prazo final modificado para", "a-dueAt": "prazo final modificado para",
"a-endAt": "hora de conclusão modificada para", "a-endAt": "hora de conclusão modificada para",
"a-startAt": "hora de início modificada para", "a-startAt": "hora de início modificada para",
@ -944,7 +945,6 @@
"person": "Pessoa", "person": "Pessoa",
"my-cards": "Meus Cartões", "my-cards": "Meus Cartões",
"card": "Cartão", "card": "Cartão",
"list": "Lista",
"board": "Quadro", "board": "Quadro",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Visão de Meus Cartões", "myCardsViewChange-title": "Visão de Meus Cartões",
@ -1080,12 +1080,12 @@
"due-date": "Prazo Final", "due-date": "Prazo Final",
"server-error": "Erro do Servidor", "server-error": "Erro do Servidor",
"server-error-troubleshooting": "Por favor, envie o erro gerado pelo servidor.\nPara uma instalação Snap, execute: `sudo snap logs wekan.wekan`\nPara uma instalação Docker, execute: `sudo docker logs wekan-app`", "server-error-troubleshooting": "Por favor, envie o erro gerado pelo servidor.\nPara uma instalação Snap, execute: `sudo snap logs wekan.wekan`\nPara uma instalação Docker, execute: `sudo docker logs wekan-app`",
"title-alphabetically": "Título (alfabeticamente)", "title-alphabetically": "Título (alfabeticamente) ",
"created-at-newest-first": "Criado em (o mais recente primeiro)", "created-at-newest-first": "Criado em (o mais recente primeiro) ",
"created-at-oldest-first": "Criado em (o mais antigo primeiro)", "created-at-oldest-first": "Criado em (o mais antigo primeiro) ",
"links-heading": "Links", "links-heading": "Links",
"hide-system-messages-of-all-users": "Esconder mensagens do sistema para todos os usuários", "hide-system-messages-of-all-users": "Esconder mensagens do sistema para todos os usuários",
"now-system-messages-of-all-users-are-hidden": "Agora as mensagens do sistema para todos os usuários estão escondidas", "now-system-messages-of-all-users-are-hidden": "Agora as mensagens do sistema para todos os usuários estão escondidas ",
"move-swimlane": "Mover Raia", "move-swimlane": "Mover Raia",
"moveSwimlanePopup-title": "Mover Raia", "moveSwimlanePopup-title": "Mover Raia",
"custom-field-stringtemplate": "Template de String", "custom-field-stringtemplate": "Template de String",
@ -1144,9 +1144,9 @@
"Node_heap_total_heap_size": "Pilha do Node: tamanho total da pilha", "Node_heap_total_heap_size": "Pilha do Node: tamanho total da pilha",
"Node_heap_total_heap_size_executable": "Pilha do Node: tamanho total executável da pilha", "Node_heap_total_heap_size_executable": "Pilha do Node: tamanho total executável da pilha",
"Node_heap_total_physical_size": "Pilha do Node: tamanho físico total", "Node_heap_total_physical_size": "Pilha do Node: tamanho físico total",
"Node_heap_total_available_size": "Pilha do Node: tamanho total disponível", "Node_heap_total_available_size": " Pilha do Node: tamanho total disponível",
"Node_heap_used_heap_size": "Pilha do Node: tamanho da pilha usado", "Node_heap_used_heap_size": "Pilha do Node: tamanho da pilha usado",
"Node_heap_heap_size_limit": "Pilha do Node: limite de tamanho da pilha", "Node_heap_heap_size_limit": " Pilha do Node: limite de tamanho da pilha",
"Node_heap_malloced_memory": "Pilha do Node: memória alocada", "Node_heap_malloced_memory": "Pilha do Node: memória alocada",
"Node_heap_peak_malloced_memory": "Pilha do Node: pico de memória alocada", "Node_heap_peak_malloced_memory": "Pilha do Node: pico de memória alocada",
"Node_heap_does_zap_garbage": "Pilha do Node: elimina o lixo", "Node_heap_does_zap_garbage": "Pilha do Node: elimina o lixo",
@ -1164,7 +1164,7 @@
"acceptance_of_our_legalNotice": "Para continuar, você precisa aceitar nosso", "acceptance_of_our_legalNotice": "Para continuar, você precisa aceitar nosso",
"legalNotice": "aviso legal", "legalNotice": "aviso legal",
"copied": "Copiado!", "copied": "Copiado!",
"checklistActionsPopup-title": "Ações da Lista de verificação", "checklistActionsPopup-title": "Ações da Lista de verificação ",
"moveChecklist": "Mover Lista de verificação", "moveChecklist": "Mover Lista de verificação",
"moveChecklistPopup-title": "Mover Lista de verificação", "moveChecklistPopup-title": "Mover Lista de verificação",
"newlineBecomesNewChecklistItem": "Uma nova linha se torna um novo item da lista de verificação", "newlineBecomesNewChecklistItem": "Uma nova linha se torna um novo item da lista de verificação",

View file

@ -53,7 +53,7 @@
"activity-excluded": "excluiu %s de %s", "activity-excluded": "excluiu %s de %s",
"activity-imported": "importou %s para %s de %s", "activity-imported": "importou %s para %s de %s",
"activity-imported-board": "importou %s de %s", "activity-imported-board": "importou %s de %s",
"activity-joined": "joined %s", "activity-joined": "juntou-se a %s",
"activity-moved": "moveu %s de %s para %s", "activity-moved": "moveu %s de %s para %s",
"activity-on": "em %s", "activity-on": "em %s",
"activity-removed": "removeu %s de %s", "activity-removed": "removeu %s de %s",
@ -68,7 +68,7 @@
"activity-checklist-uncompleted": "descompletou a lista de verificação %s de %s", "activity-checklist-uncompleted": "descompletou a lista de verificação %s de %s",
"activity-checklist-item-added": "adicionou o item a '%s' em %s", "activity-checklist-item-added": "adicionou o item a '%s' em %s",
"activity-checklist-item-removed": "removeu o item de '%s' na %s", "activity-checklist-item-removed": "removeu o item de '%s' na %s",
"add": "Add", "add": "Adicionar",
"activity-checked-item-card": "marcou %s na lista de verificação %s", "activity-checked-item-card": "marcou %s na lista de verificação %s",
"activity-unchecked-item-card": "desmarcou %s na lista de verificação %s", "activity-unchecked-item-card": "desmarcou %s na lista de verificação %s",
"activity-checklist-completed-card": "completou a lista de verificação __checklist__ no cartão __card__ na lista __list__ na pista __swimlane__ no quadro __board__", "activity-checklist-completed-card": "completou a lista de verificação __checklist__ no cartão __card__ na lista __list__ na pista __swimlane__ no quadro __board__",
@ -79,14 +79,14 @@
"activity-startDate": "editou a data de início para %s de %s", "activity-startDate": "editou a data de início para %s de %s",
"activity-dueDate": "editou a data limite para %s de %s", "activity-dueDate": "editou a data limite para %s de %s",
"activity-endDate": "editou a data de fim para %s de %s", "activity-endDate": "editou a data de fim para %s de %s",
"add-attachment": "Add Attachment", "add-attachment": "Adicionar Anexo",
"add-board": "Adicionar Quadro", "add-board": "Adicionar Quadro",
"add-template": "Adicionar Modelo", "add-template": "Adicionar Modelo",
"add-card": "Adicionar Cartão", "add-card": "Adicionar Cartão",
"add-card-to-top-of-list": "Adicionar Cartão no Topo da Lista", "add-card-to-top-of-list": "Adicionar Cartão no Topo da Lista",
"add-card-to-bottom-of-list": "Adicionar Cartão no Fundo da Lista", "add-card-to-bottom-of-list": "Adicionar Cartão no Fundo da Lista",
"add-swimlane": "Adicionar Pista", "add-swimlane": "Adicionar Pista",
"add-subtask": "Add Subtask", "add-subtask": "Adicionar Sub-tarefa",
"add-checklist": "Adicionar Lista de Verificação", "add-checklist": "Adicionar Lista de Verificação",
"add-checklist-item": "Adicionar um item à lista de verificação", "add-checklist-item": "Adicionar um item à lista de verificação",
"close-add-checklist-item": "Close add an item to checklist form", "close-add-checklist-item": "Close add an item to checklist form",
@ -96,7 +96,7 @@
"add-label": "Adicionar Etiqueta", "add-label": "Adicionar Etiqueta",
"add-list": "Adicionar Lista", "add-list": "Adicionar Lista",
"add-members": "Adicionar Membros", "add-members": "Adicionar Membros",
"added": "Added", "added": "Adicionado",
"addMemberPopup-title": "Membros", "addMemberPopup-title": "Membros",
"memberPopup-title": "Configuração dos Membros", "memberPopup-title": "Configuração dos Membros",
"admin": "Administrador", "admin": "Administrador",
@ -137,9 +137,9 @@
"avatar-too-big": "O avatar é demasiado grande (520KB máx.)", "avatar-too-big": "O avatar é demasiado grande (520KB máx.)",
"back": "Voltar", "back": "Voltar",
"board-change-color": "Alterar cor", "board-change-color": "Alterar cor",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -158,7 +158,7 @@
"board-view": "Visão do Quadro", "board-view": "Visão do Quadro",
"board-view-cal": "Calendário", "board-view-cal": "Calendário",
"board-view-swimlanes": "Pistas", "board-view-swimlanes": "Pistas",
"board-view-collapse": "Colapsar", "board-view-collapse": "Colapsar ",
"board-view-gantt": "Gantt", "board-view-gantt": "Gantt",
"board-view-lists": "Listas", "board-view-lists": "Listas",
"bucket-example": "\"Lista de Desejos\", por exemplo", "bucket-example": "\"Lista de Desejos\", por exemplo",
@ -365,7 +365,7 @@
"error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso", "error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso",
"error-json-malformed": "O seu texto não é um JSON válido", "error-json-malformed": "O seu texto não é um JSON válido",
"error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto", "error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ", "error-csv-schema": "O seu CSV(Comma Separated Values)/TSV (Tab Separated Values) não inclui a informação apropriada no formato correto",
"error-list-doesNotExist": "Esta lista não existe", "error-list-doesNotExist": "Esta lista não existe",
"error-user-doesNotExist": "Este utilizador não existe", "error-user-doesNotExist": "Este utilizador não existe",
"error-user-notAllowSelf": "Não se pode convidar a si mesmo", "error-user-notAllowSelf": "Não se pode convidar a si mesmo",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtrar esta selecção", "filter-to-selection": "Filtrar esta selecção",
"other-filters-label": "Outros filtros", "other-filters-label": "Outros filtros",
"advanced-filter-label": "Filtro Avançado", "advanced-filter-label": "Filtro Avançado",
"advanced-filter-description": "Filtro Avançado permite escrever uma "string" contendo os seguintes operadores: == != <= >= && || ( ). Um espaço é usado como separador entre Operadores. Pode filtrar em todos os Campos Personalizados escreventos os seus nomes e valores. Por Exemplo: Campo1 == Valor1. Nota: Se os campos ou valores contiverem espaços, tem de os encapsular em apóstrofes. Por Exemplo: 'Campo 1' == 'Valor 1'. Para que caracteres de controlo únicos (' \/) sejam ignorados, pode usar \. Por exemplo: Campo1 == I\'m. Pode também combinar múltiplas condições. Por Exemplo: F1 == V1 || F1 == V2. Normalmente todos os operadores são interpretados da esquerda para a direita. Pode alterar a ordem inserindo parênteses. Por Exemplo: F1 == V1 && ( F2 == V2 || F2 == V3 ). Pode também procurar em campos de texto utilizando uma expressão regular: F1 == /Tes.*/i", "advanced-filter-description": "Filtro Avançado permite escrever uma \"string\" contendo os seguintes operadores: == != <= >= && || ( ). Um espaço é usado como separador entre Operadores. Pode filtrar em todos os Campos Personalizados escreventos os seus nomes e valores. Por Exemplo: Campo1 == Valor1. Nota: Se os campos ou valores contiverem espaços, tem de os encapsular em apóstrofes. Por Exemplo: 'Campo 1' == 'Valor 1'. Para que caracteres de controlo únicos (' \\/) sejam ignorados, pode usar \\. Por exemplo: Campo1 == I\\'m. Pode também combinar múltiplas condições. Por Exemplo: F1 == V1 || F1 == V2. Normalmente todos os operadores são interpretados da esquerda para a direita. Pode alterar a ordem inserindo parênteses. Por Exemplo: F1 == V1 && ( F2 == V2 || F2 == V3 ). Pode também procurar em campos de texto utilizando uma expressão regular: F1 == /Tes.*/i",
"fullname": "Nome Completo", "fullname": "Nome Completo",
"header-logo-title": "Voltar para a sua lista de quadros.", "header-logo-title": "Voltar para a sua lista de quadros.",
"hide-system-messages": "Esconder mensagens de sistema", "hide-system-messages": "Esconder mensagens de sistema",
@ -532,7 +532,7 @@
"public": "Público", "public": "Público",
"public-desc": "Este quadro é público. Está visível para qualquer pessoa com a ligação e será exibido em motores de busca como o Google. Apenas os membros do quadro o podem editar.", "public-desc": "Este quadro é público. Está visível para qualquer pessoa com a ligação e será exibido em motores de busca como o Google. Apenas os membros do quadro o podem editar.",
"quick-access-description": "Clique na estrela de um quadro para adicionar um atalho nesta barra.", "quick-access-description": "Clique na estrela de um quadro para adicionar um atalho nesta barra.",
"remove-cover": "Remove Cover", "remove-cover": "Remover Capa",
"remove-from-board": "Remover do Quadro", "remove-from-board": "Remover do Quadro",
"remove-label": "Remover Etiqueta", "remove-label": "Remover Etiqueta",
"listDeletePopup-title": "Apagar Lista ?", "listDeletePopup-title": "Apagar Lista ?",
@ -545,7 +545,7 @@
"restore": "Restaurar", "restore": "Restaurar",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Definições do Cartão", "card-settings": "Definições do Cartão",
"save": "Guardar", "save": "Guardar",
"search": "Procurar", "search": "Procurar",
"rules": "Regras", "rules": "Regras",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Permitir Alteração do E-mail", "accounts-allowEmailChange": "Permitir Alteração do E-mail",
"accounts-allowUserNameChange": "Permitir Alteração de Nome de Utilizador", "accounts-allowUserNameChange": "Permitir Alteração de Nome de Utilizador",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Visibilidade do Quadro", "tableVisibilityMode": "Visibilidade do Quadro",
"createdAt": "Criado em", "createdAt": "Criado em",
"modifiedAt": "Modificado em", "modifiedAt": "Modificado em",
"verified": "Verificado", "verified": "Verificado",
@ -754,6 +754,7 @@
"r-removed-from": "Removido de", "r-removed-from": "Removido de",
"r-the-board": "o quadro", "r-the-board": "o quadro",
"r-list": "lista", "r-list": "lista",
"list": "Lista",
"set-filter": "Definir Filtro", "set-filter": "Definir Filtro",
"r-moved-to": "Movido para", "r-moved-to": "Movido para",
"r-moved-from": "Movido de", "r-moved-from": "Movido de",
@ -782,7 +783,7 @@
"r-archive": "Mover para o Arquivo", "r-archive": "Mover para o Arquivo",
"r-unarchive": "Restaurar do Arquivo", "r-unarchive": "Restaurar do Arquivo",
"r-card": "cartão", "r-card": "cartão",
"r-add": "Add", "r-add": "Novo",
"r-remove": "Remover", "r-remove": "Remover",
"r-label": "etiqueta", "r-label": "etiqueta",
"r-member": "membro", "r-member": "membro",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Adicionar pista", "r-add-swimlane": "Adicionar pista",
"r-swimlane-name": "nome da pista", "r-swimlane-name": "nome da pista",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Nota: deixe o campo vazio para corresponder a todos os valores possíveis.",
"r-checklist-note": "Nota: itens de listas de verificação devem ser escritos separados por vírgulas.", "r-checklist-note": "Nota: itens de listas de verificação devem ser escritos separados por vírgulas.",
"r-when-a-card-is-moved": "Quando um cartão é movido de outra lista", "r-when-a-card-is-moved": "Quando um cartão é movido de outra lista",
"r-set": "Definir", "r-set": "Definir",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Método de Autenticação por Omissão", "default-authentication-method": "Método de Autenticação por Omissão",
"duplicate-board": "Duplicar Quadro", "duplicate-board": "Duplicar Quadro",
"org-number": "The number of organizations is: ", "org-number": "O número de organizações é:",
"team-number": "The number of teams is: ", "team-number": "O número de equipas é:",
"people-number": "The number of people is: ", "people-number": "O número de pessoas é:",
"swimlaneDeletePopup-title": "Apagar Pista ?", "swimlaneDeletePopup-title": "Apagar Pista ?",
"swimlane-delete-pop": "Todas as acções serão removidas do feed de atividade e não será possível recuperar a pista. Não é reversível.", "swimlane-delete-pop": "Todas as acções serão removidas do feed de atividade e não será possível recuperar a pista. Não é reversível.",
"restore-all": "Restaurar todos", "restore-all": "Restaurar todos",
@ -944,7 +945,6 @@
"person": "Pessoa", "person": "Pessoa",
"my-cards": "Meus Cartões", "my-cards": "Meus Cartões",
"card": "Cartão", "card": "Cartão",
"list": "Lista",
"board": "Quadro", "board": "Quadro",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

File diff suppressed because it is too large Load diff

View file

@ -122,7 +122,7 @@
"archived-boards": "Boards in Archive", "archived-boards": "Boards in Archive",
"restore-board": "Restore Board", "restore-board": "Restore Board",
"no-archived-boards": "No Boards in Archive.", "no-archived-boards": "No Boards in Archive.",
"archives": "Arhivă", "archives": "Archive",
"template": "Template", "template": "Template",
"templates": "Templates", "templates": "Templates",
"template-container": "Template Container", "template-container": "Template Container",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Înapoi", "back": "Înapoi",
"board-change-color": "Schimbă culoare", "board-change-color": "Schimbă culoare",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -222,7 +222,7 @@
"cardArchivePopup-title": "Archive Card?", "cardArchivePopup-title": "Archive Card?",
"cardDetailsActionsPopup-title": "Card Actions", "cardDetailsActionsPopup-title": "Card Actions",
"cardLabelsPopup-title": "Labels", "cardLabelsPopup-title": "Labels",
"cardMembersPopup-title": "Membrii", "cardMembersPopup-title": "Members",
"cardMorePopup-title": "More", "cardMorePopup-title": "More",
"cardTemplatePopup-title": "Create template", "cardTemplatePopup-title": "Create template",
"cards": "Cards", "cards": "Cards",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -492,7 +492,7 @@
"log-in": "Log In", "log-in": "Log In",
"loginPopup-title": "Log In", "loginPopup-title": "Log In",
"memberMenuPopup-title": "Member Settings", "memberMenuPopup-title": "Member Settings",
"members": "Membrii", "members": "Members",
"menu": "Meniu", "menu": "Meniu",
"move-selection": "Move selection", "move-selection": "Move selection",
"moveCardPopup-title": "Move Card", "moveCardPopup-title": "Move Card",
@ -541,11 +541,11 @@
"remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.", "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
"removeMemberPopup-title": "Remove Member?", "removeMemberPopup-title": "Remove Member?",
"rename": "Rename", "rename": "Rename",
"rename-board": "Redenumește Tabla", "rename-board": "Rename Board",
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Salvează", "save": "Salvează",
"search": "Caută", "search": "Caută",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -782,7 +783,7 @@
"r-archive": "Move to Archive", "r-archive": "Move to Archive",
"r-unarchive": "Restore from Archive", "r-unarchive": "Restore from Archive",
"r-card": "card", "r-card": "card",
"r-add": "Adaugă", "r-add": "Add",
"r-remove": "Remove", "r-remove": "Remove",
"r-label": "label", "r-label": "label",
"r-member": "member", "r-member": "member",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -14,7 +14,7 @@
"act-removeChecklistItem": "удалил пункт __checklistItem__ из контрольного списка __checkList__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-removeChecklistItem": "удалил пункт __checklistItem__ из контрольного списка __checkList__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-checkedItem": "отметил __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-checkedItem": "отметил __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-uncheckedItem": "снял __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-uncheckedItem": "снял __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-completeChecklist": "завершил контрольный список __checklist__ в карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-completeChecklist": "завершил контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-uncompleteChecklist": "вновь открыл контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-uncompleteChecklist": "вновь открыл контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-addComment": "написал в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-addComment": "написал в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-editComment": "изменил комментарий в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-editComment": "изменил комментарий в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__",
@ -137,9 +137,9 @@
"avatar-too-big": "Аватар слишком большой (максимум 520КБ)", "avatar-too-big": "Аватар слишком большой (максимум 520КБ)",
"back": "Назад", "back": "Назад",
"board-change-color": "Изменить цвет", "board-change-color": "Изменить цвет",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -184,7 +184,7 @@
"card-start-on": "Начнётся с", "card-start-on": "Начнётся с",
"cardAttachmentsPopup-title": "Прикрепить из", "cardAttachmentsPopup-title": "Прикрепить из",
"cardCustomField-datePopup-title": "Изменить дату", "cardCustomField-datePopup-title": "Изменить дату",
"cardCustomFieldsPopup-title": "Редактировать настраиваемые поля", "cardCustomFieldsPopup-title": "редактировать настраиваемые поля",
"cardStartVotingPopup-title": "Голосовать", "cardStartVotingPopup-title": "Голосовать",
"positiveVoteMembersPopup-title": "Сторонники", "positiveVoteMembersPopup-title": "Сторонники",
"negativeVoteMembersPopup-title": "Противники", "negativeVoteMembersPopup-title": "Противники",
@ -236,7 +236,7 @@
"change-avatar": "Изменить аватар", "change-avatar": "Изменить аватар",
"change-password": "Изменить пароль", "change-password": "Изменить пароль",
"change-permissions": "Изменить права доступа", "change-permissions": "Изменить права доступа",
"change-settings": "Изменить Настройки", "change-settings": "Изменить настройки",
"changeAvatarPopup-title": "Изменить аватар", "changeAvatarPopup-title": "Изменить аватар",
"changeLanguagePopup-title": "Сменить язык", "changeLanguagePopup-title": "Сменить язык",
"changePasswordPopup-title": "Изменить пароль", "changePasswordPopup-title": "Изменить пароль",
@ -344,7 +344,7 @@
"editCardSpentTimePopup-title": "Изменить затраченное время", "editCardSpentTimePopup-title": "Изменить затраченное время",
"editLabelPopup-title": "Изменить метки", "editLabelPopup-title": "Изменить метки",
"editNotificationPopup-title": "Редактировать уведомления", "editNotificationPopup-title": "Редактировать уведомления",
"editProfilePopup-title": "Изменить профиль", "editProfilePopup-title": "Редактировать профиль",
"email": "Эл.почта", "email": "Эл.почта",
"email-enrollAccount-subject": "Аккаунт создан для вас здесь __url__", "email-enrollAccount-subject": "Аккаунт создан для вас здесь __url__",
"email-enrollAccount-text": "Привет __user__,\n\nДля того, чтобы начать использовать сервис, просто нажми на ссылку ниже.\n\n__url__\n\nСпасибо.", "email-enrollAccount-text": "Привет __user__,\n\nДля того, чтобы начать использовать сервис, просто нажми на ссылку ниже.\n\n__url__\n\nСпасибо.",
@ -365,7 +365,7 @@
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это", "error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
"error-json-malformed": "Ваше текст не является правильным JSON", "error-json-malformed": "Ваше текст не является правильным JSON",
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате", "error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
"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": "Ваши данные CSV (с разделителями запятой)/TSV (с разделителями табулятором) не содержат информации в корректном формате",
"error-list-doesNotExist": "Список не найден", "error-list-doesNotExist": "Список не найден",
"error-user-doesNotExist": "Пользователь не найден", "error-user-doesNotExist": "Пользователь не найден",
"error-user-notAllowSelf": "Вы не можете пригласить себя", "error-user-notAllowSelf": "Вы не можете пригласить себя",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Другие фильтры", "other-filters-label": "Другие фильтры",
"advanced-filter-label": "Расширенный фильтр", "advanced-filter-label": "Расширенный фильтр",
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \/), которые нужно пропустить, следует использовать \. Например: Field1 = I\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i", "advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \\/), которые нужно пропустить, следует использовать \\. Например: Field1 = I\\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
"fullname": "Полное имя", "fullname": "Полное имя",
"header-logo-title": "Вернуться к доскам.", "header-logo-title": "Вернуться к доскам.",
"hide-system-messages": "Скрыть системные сообщения", "hide-system-messages": "Скрыть системные сообщения",
@ -545,7 +545,7 @@
"restore": "Восстановить", "restore": "Восстановить",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Настройки карточки", "card-settings": "Настройки карточки",
"save": "Сохранить", "save": "Сохранить",
"search": "Поиск", "search": "Поиск",
"rules": "Правила", "rules": "Правила",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Разрешить изменение электронной почты", "accounts-allowEmailChange": "Разрешить изменение электронной почты",
"accounts-allowUserNameChange": "Разрешить изменение имени пользователя", "accounts-allowUserNameChange": "Разрешить изменение имени пользователя",
"tableVisibilityMode-allowPrivateOnly": "Видимость досок: Показывать только частные доски", "tableVisibilityMode-allowPrivateOnly": "Видимость досок: Показывать только частные доски",
"tableVisibilityMode" : "Видимость досок", "tableVisibilityMode": "Видимость досок",
"createdAt": "Создан", "createdAt": "Создан",
"modifiedAt": "Изменено", "modifiedAt": "Изменено",
"verified": "Подтвержден", "verified": "Подтвержден",
@ -754,6 +754,7 @@
"r-removed-from": "Покидает", "r-removed-from": "Покидает",
"r-the-board": "доску", "r-the-board": "доску",
"r-list": "список", "r-list": "список",
"list": "Список",
"set-filter": "Установить фильтр", "set-filter": "Установить фильтр",
"r-moved-to": "Перемещается в", "r-moved-to": "Перемещается в",
"r-moved-from": "Покидает", "r-moved-from": "Покидает",
@ -832,7 +833,7 @@
"r-items-list": "пункт1,пункт2,пункт3", "r-items-list": "пункт1,пункт2,пункт3",
"r-add-swimlane": "Добавить дорожку", "r-add-swimlane": "Добавить дорожку",
"r-swimlane-name": "имя", "r-swimlane-name": "имя",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Примечание: пустое поле соответствует любым возможным значениям.",
"r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.", "r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.",
"r-when-a-card-is-moved": "Когда карточка перемещена в другой список", "r-when-a-card-is-moved": "Когда карточка перемещена в другой список",
"r-set": "Установить", "r-set": "Установить",
@ -863,9 +864,9 @@
"oidc-button-text": "Изменить текст кнопки OIDC", "oidc-button-text": "Изменить текст кнопки OIDC",
"default-authentication-method": "Способ авторизации по умолчанию", "default-authentication-method": "Способ авторизации по умолчанию",
"duplicate-board": "Клонировать доску", "duplicate-board": "Клонировать доску",
"org-number": "The number of organizations is: ", "org-number": "Количество организаций:",
"team-number": "The number of teams is: ", "team-number": "Количество команд:",
"people-number": "The number of people is: ", "people-number": "Количество человек:",
"swimlaneDeletePopup-title": "Удалить дорожку?", "swimlaneDeletePopup-title": "Удалить дорожку?",
"swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.", "swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.",
"restore-all": "Восстановить все", "restore-all": "Восстановить все",
@ -944,7 +945,6 @@
"person": "Представитель", "person": "Представитель",
"my-cards": "Мои карточки", "my-cards": "Мои карточки",
"card": "Карточка", "card": "Карточка",
"list": "Список",
"board": "Доска", "board": "Доска",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -22,7 +22,7 @@
"act-createBoard": "создал доску __board__", "act-createBoard": "создал доску __board__",
"act-createSwimlane": "создал дорожку __swimlane__ на доске __board__", "act-createSwimlane": "создал дорожку __swimlane__ на доске __board__",
"act-createCard": "создал карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-createCard": "создал карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-createCustomField": "создал новое поле __customField__ на доске __board__", "act-createCustomField": "создал новое поле __customField__ на доске __board__\n",
"act-deleteCustomField": "удалил поле __customField__ с доски __board__", "act-deleteCustomField": "удалил поле __customField__ с доски __board__",
"act-setCustomField": "изменил значение поля __customField__: __customFieldValue__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "act-setCustomField": "изменил значение поля __customField__: __customFieldValue__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-createList": "добавил список __list__ на доску __board__", "act-createList": "добавил список __list__ на доску __board__",
@ -64,14 +64,14 @@
"activity-unchecked-item": "снял %s в контрольном списке %s в %s", "activity-unchecked-item": "снял %s в контрольном списке %s в %s",
"activity-checklist-added": "добавил контрольный список в %s", "activity-checklist-added": "добавил контрольный список в %s",
"activity-checklist-removed": "удалил контрольный список из %s", "activity-checklist-removed": "удалил контрольный список из %s",
"activity-checklist-completed": "completed checklist %s of %s", "activity-checklist-completed": "завершил контрольный список %s в %s",
"activity-checklist-uncompleted": "вновь открыл контрольный список %s в %s", "activity-checklist-uncompleted": "вновь открыл контрольный список %s в %s",
"activity-checklist-item-added": "добавил пункт в контрольный список '%s' в карточке %s", "activity-checklist-item-added": "добавил пункт в контрольный список '%s' в карточке %s",
"activity-checklist-item-removed": "удалил пункт из контрольного списка '%s' в карточке %s", "activity-checklist-item-removed": "удалил пункт из контрольного списка '%s' в карточке %s",
"add": "Создать", "add": "Создать",
"activity-checked-item-card": "отметил %s в контрольном списке %s", "activity-checked-item-card": "отметил %s в контрольном списке %s",
"activity-unchecked-item-card": "снял %s в контрольном списке %s", "activity-unchecked-item-card": "снял %s в контрольном списке %s",
"activity-checklist-completed-card": "завершил контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__", "activity-checklist-completed-card": "завершил контрольный список __checklist__ в карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"activity-checklist-uncompleted-card": "вновь открыл контрольный список %s", "activity-checklist-uncompleted-card": "вновь открыл контрольный список %s",
"activity-editComment": "отредактировал комментарий %s", "activity-editComment": "отредактировал комментарий %s",
"activity-deleteComment": "удалил комментарий %s", "activity-deleteComment": "удалил комментарий %s",
@ -137,9 +137,9 @@
"avatar-too-big": "Аватар слишком большой (максимум 520КБ)", "avatar-too-big": "Аватар слишком большой (максимум 520КБ)",
"back": "Назад", "back": "Назад",
"board-change-color": "Изменить цвет", "board-change-color": "Изменить цвет",
"show-at-all-boards-page" : "Показать на всех досках", "show-at-all-boards-page": "Показать на всех досках",
"board-info-on-my-boards" : "Настройки всех досок", "board-info-on-my-boards": "Настройки всех досок",
"boardInfoOnMyBoardsPopup-title" : "Настройки всех досок", "boardInfoOnMyBoardsPopup-title": "Настройки всех досок",
"boardInfoOnMyBoards-title": "Настройки всех досок", "boardInfoOnMyBoards-title": "Настройки всех досок",
"show-card-counter-per-list": "Показывать количество карточек в списке", "show-card-counter-per-list": "Показывать количество карточек в списке",
"show-board_members-avatar": "Показать аватары участников доски", "show-board_members-avatar": "Показать аватары участников доски",
@ -153,9 +153,9 @@
"boardChangeVisibilityPopup-title": "Изменить настройки видимости", "boardChangeVisibilityPopup-title": "Изменить настройки видимости",
"boardChangeWatchPopup-title": "Режимы оповещения", "boardChangeWatchPopup-title": "Режимы оповещения",
"boardMenuPopup-title": "Настройки доски", "boardMenuPopup-title": "Настройки доски",
"boardChangeViewPopup-title": "Board View", "boardChangeViewPopup-title": "Вид доски",
"boards": "Доски", "boards": "Доски",
"board-view": "Board View", "board-view": "Вид доски",
"board-view-cal": "Календарь", "board-view-cal": "Календарь",
"board-view-swimlanes": "Дорожки", "board-view-swimlanes": "Дорожки",
"board-view-collapse": "Свернуть", "board-view-collapse": "Свернуть",
@ -175,7 +175,7 @@
"card-due-on": "Выполнить до", "card-due-on": "Выполнить до",
"card-spent": "Затраченное время", "card-spent": "Затраченное время",
"card-edit-attachments": "Изменить вложения", "card-edit-attachments": "Изменить вложения",
"card-edit-custom-fields": "редактировать настраиваемые поля", "card-edit-custom-fields": "Редактировать настраиваемые поля",
"card-edit-labels": "Изменить метку", "card-edit-labels": "Изменить метку",
"card-edit-members": "Изменить участников", "card-edit-members": "Изменить участников",
"card-labels-title": "Изменить метки для этой карточки.", "card-labels-title": "Изменить метки для этой карточки.",
@ -190,7 +190,7 @@
"negativeVoteMembersPopup-title": "Противники", "negativeVoteMembersPopup-title": "Противники",
"card-edit-voting": "Редактировать голосование", "card-edit-voting": "Редактировать голосование",
"editVoteEndDatePopup-title": "Изменить дату окончания голосования", "editVoteEndDatePopup-title": "Изменить дату окончания голосования",
"allowNonBoardMembers": "Разрешить всем авторизованным пользователям", "allowNonBoardMembers": "Разрешить всем авторизованным пользователям ",
"vote-question": "Вопрос для голосования", "vote-question": "Вопрос для голосования",
"vote-public": "Показать кто как голосовал", "vote-public": "Показать кто как голосовал",
"vote-for-it": "за", "vote-for-it": "за",
@ -241,7 +241,7 @@
"changeLanguagePopup-title": "Сменить язык", "changeLanguagePopup-title": "Сменить язык",
"changePasswordPopup-title": "Изменить пароль", "changePasswordPopup-title": "Изменить пароль",
"changePermissionsPopup-title": "Изменить настройки доступа", "changePermissionsPopup-title": "Изменить настройки доступа",
"changeSettingsPopup-title": "Изменить настройки", "changeSettingsPopup-title": "Изменить Настройки",
"subtasks": "Подзадачи", "subtasks": "Подзадачи",
"checklists": "Контрольные списки", "checklists": "Контрольные списки",
"click-to-star": "Добавить в «Избранное»", "click-to-star": "Добавить в «Избранное»",
@ -328,13 +328,13 @@
"deleteLabelPopup-title": "Удалить метку?", "deleteLabelPopup-title": "Удалить метку?",
"description": "Описание", "description": "Описание",
"disambiguateMultiLabelPopup-title": "Разрешить конфликт меток", "disambiguateMultiLabelPopup-title": "Разрешить конфликт меток",
"disambiguateMultiMemberPopup-title": "Disambiguate Member Action", "disambiguateMultiMemberPopup-title": "Разрешить конфликт участников",
"discard": "Отказать", "discard": "Отказать",
"done": "Готово", "done": "Готово",
"download": "Скачать", "download": "Скачать",
"edit": "Редактировать", "edit": "Редактировать",
"edit-avatar": "Изменить аватар", "edit-avatar": "Изменить аватар",
"edit-profile": "Редактировать профиль", "edit-profile": "Изменить профиль",
"edit-wip-limit": "Изменить лимит на кол-во задач", "edit-wip-limit": "Изменить лимит на кол-во задач",
"soft-wip-limit": "Мягкий лимит", "soft-wip-limit": "Мягкий лимит",
"editCardStartDatePopup-title": "Изменить дату начала", "editCardStartDatePopup-title": "Изменить дату начала",
@ -365,7 +365,7 @@
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это", "error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
"error-json-malformed": "Ваше текст не является правильным JSON", "error-json-malformed": "Ваше текст не является правильным JSON",
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате", "error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
"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": "Ваши данные CSV (с разделителями запятой)/TSV (с разделителями табулятором) не содержат информации в корректном формате",
"error-list-doesNotExist": "Список не найден", "error-list-doesNotExist": "Список не найден",
"error-user-doesNotExist": "Пользователь не найден", "error-user-doesNotExist": "Пользователь не найден",
"error-user-notAllowSelf": "Вы не можете пригласить себя", "error-user-notAllowSelf": "Вы не можете пригласить себя",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Другие фильтры", "other-filters-label": "Другие фильтры",
"advanced-filter-label": "Расширенный фильтр", "advanced-filter-label": "Расширенный фильтр",
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \/), которые нужно пропустить, следует использовать \. Например: Field1 = I\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i", "advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \\/), которые нужно пропустить, следует использовать \\. Например: Field1 = I\\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
"fullname": "Полное имя", "fullname": "Полное имя",
"header-logo-title": "Вернуться к доскам.", "header-logo-title": "Вернуться к доскам.",
"hide-system-messages": "Скрыть системные сообщения", "hide-system-messages": "Скрыть системные сообщения",
@ -447,7 +447,7 @@
"import-csv-placeholder": "Вставьте CSV/TSV сюда", "import-csv-placeholder": "Вставьте CSV/TSV сюда",
"import-map-members": "Составить карту участников", "import-map-members": "Составить карту участников",
"import-members-map": "Вы импортировали доску с участниками. Пожалуйста, отметьте участников, которых вы хотите импортировать в качестве пользователей", "import-members-map": "Вы импортировали доску с участниками. Пожалуйста, отметьте участников, которых вы хотите импортировать в качестве пользователей",
"import-members-map-note": "Внимание: участники без установленного соответствия будут назначены текущему пользователю.", "import-members-map-note": "Внимание: участники без установленного соответствия будут назначены текущему пользователю. ",
"import-show-user-mapping": "Проверить карту участников", "import-show-user-mapping": "Проверить карту участников",
"import-user-select": "Выберите существующего пользователя, которого вы хотите использовать в качестве участника", "import-user-select": "Выберите существующего пользователя, которого вы хотите использовать в качестве участника",
"importMapMembersAddPopup-title": "Выбрать участника", "importMapMembersAddPopup-title": "Выбрать участника",
@ -467,7 +467,7 @@
"last-admin-desc": "Вы не можете изменять роли, для этого требуются права администратора.", "last-admin-desc": "Вы не можете изменять роли, для этого требуются права администратора.",
"leave-board": "Покинуть доску", "leave-board": "Покинуть доску",
"leave-board-pop": "Вы уверенны, что хотите покинуть __boardTitle__? Вы будете удалены из всех карточек на этой доске.", "leave-board-pop": "Вы уверенны, что хотите покинуть __boardTitle__? Вы будете удалены из всех карточек на этой доске.",
"leaveBoardPopup-title": "Leave Board ?", "leaveBoardPopup-title": "Покинуть доску?",
"link-card": "Доступна по ссылке", "link-card": "Доступна по ссылке",
"list-archive-cards": "Переместить все карточки в этом списке в Архив", "list-archive-cards": "Переместить все карточки в этом списке в Архив",
"list-archive-cards-pop": "Это действие удалит все карточки из этого списка с доски. Чтобы просмотреть карточки в Архиве и вернуть их на доску, нажмите “Меню” > “Архив”.", "list-archive-cards-pop": "Это действие удалит все карточки из этого списка с доски. Чтобы просмотреть карточки в Архиве и вернуть их на доску, нажмите “Меню” > “Архив”.",
@ -545,7 +545,7 @@
"restore": "Восстановить", "restore": "Восстановить",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Заменить текущее описание карточки с Вашими изменениями?", "rescue-card-description-dialogue": "Заменить текущее описание карточки с Вашими изменениями?",
"card-settings":"Настройки карточки", "card-settings": "Настройки карточки",
"save": "Сохранить", "save": "Сохранить",
"search": "Поиск", "search": "Поиск",
"rules": "Правила", "rules": "Правила",
@ -662,7 +662,7 @@
"MongoDB_version": "Версия MongoDB", "MongoDB_version": "Версия MongoDB",
"MongoDB_storage_engine": "Движок хранилища MongoDB", "MongoDB_storage_engine": "Движок хранилища MongoDB",
"MongoDB_Oplog_enabled": "MongoDB Oplog включен", "MongoDB_Oplog_enabled": "MongoDB Oplog включен",
"OS_Arch": "OS Arch", "OS_Arch": "Архитектура",
"OS_Cpus": "Количество процессоров", "OS_Cpus": "Количество процессоров",
"OS_Freemem": "Свободная память", "OS_Freemem": "Свободная память",
"OS_Loadavg": "Средняя загрузка", "OS_Loadavg": "Средняя загрузка",
@ -675,7 +675,7 @@
"hours": "часы", "hours": "часы",
"minutes": "минуты", "minutes": "минуты",
"seconds": "секунды", "seconds": "секунды",
"show-field-on-card": "Show this field on card", "show-field-on-card": "Показать это поле на карточке",
"automatically-field-on-card": "Добавить поле на новую карточку", "automatically-field-on-card": "Добавить поле на новую карточку",
"always-field-on-card": "Добавить поле на все карточки", "always-field-on-card": "Добавить поле на все карточки",
"showLabel-field-on-card": "Показать имя поля на карточке", "showLabel-field-on-card": "Показать имя поля на карточке",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Разрешить изменение электронной почты", "accounts-allowEmailChange": "Разрешить изменение электронной почты",
"accounts-allowUserNameChange": "Разрешить изменение имени пользователя", "accounts-allowUserNameChange": "Разрешить изменение имени пользователя",
"tableVisibilityMode-allowPrivateOnly": "Видимость досок: Показывать только частные доски", "tableVisibilityMode-allowPrivateOnly": "Видимость досок: Показывать только частные доски",
"tableVisibilityMode" : "Видимость досок", "tableVisibilityMode": "Видимость досок",
"createdAt": "Создан", "createdAt": "Создан",
"modifiedAt": "Изменено", "modifiedAt": "Изменено",
"verified": "Подтвержден", "verified": "Подтвержден",
@ -754,6 +754,7 @@
"r-removed-from": "Покидает", "r-removed-from": "Покидает",
"r-the-board": "доску", "r-the-board": "доску",
"r-list": "список", "r-list": "список",
"list": "Список",
"set-filter": "Установить фильтр", "set-filter": "Установить фильтр",
"r-moved-to": "Перемещается в", "r-moved-to": "Перемещается в",
"r-moved-from": "Покидает", "r-moved-from": "Покидает",
@ -832,7 +833,7 @@
"r-items-list": "пункт1,пункт2,пункт3", "r-items-list": "пункт1,пункт2,пункт3",
"r-add-swimlane": "Добавить дорожку", "r-add-swimlane": "Добавить дорожку",
"r-swimlane-name": "имя", "r-swimlane-name": "имя",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Примечание: пустое поле соответствует любым возможным значениям.",
"r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.", "r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.",
"r-when-a-card-is-moved": "Когда карточка перемещена в другой список", "r-when-a-card-is-moved": "Когда карточка перемещена в другой список",
"r-set": "Установить", "r-set": "Установить",
@ -863,9 +864,9 @@
"oidc-button-text": "Изменить текст кнопки OIDC", "oidc-button-text": "Изменить текст кнопки OIDC",
"default-authentication-method": "Способ авторизации по умолчанию", "default-authentication-method": "Способ авторизации по умолчанию",
"duplicate-board": "Клонировать доску", "duplicate-board": "Клонировать доску",
"org-number": "The number of organizations is: ", "org-number": "Количество организаций:",
"team-number": "The number of teams is: ", "team-number": "Количество команд:",
"people-number": "The number of people is: ", "people-number": "Количество человек:",
"swimlaneDeletePopup-title": "Удалить дорожку?", "swimlaneDeletePopup-title": "Удалить дорожку?",
"swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.", "swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.",
"restore-all": "Восстановить все", "restore-all": "Восстановить все",
@ -930,7 +931,7 @@
"last-activity": "Последние действия", "last-activity": "Последние действия",
"voting": "Голосование", "voting": "Голосование",
"archived": "Архивировано", "archived": "Архивировано",
"delete-linked-card-before-this-card": "Вы не можете удалить карточку, не удалив связанную c ней карточку, которая имеет", "delete-linked-card-before-this-card": "Вы не можете удалить карточку, не удалив связанную c ней карточку, которая имеет ",
"delete-linked-cards-before-this-list": "Вы не можете удалить этот список, не удалив карточки, которые указывают на карточки в этом списке", "delete-linked-cards-before-this-list": "Вы не можете удалить этот список, не удалив карточки, которые указывают на карточки в этом списке",
"hide-checked-items": "Спрятать отмеченные", "hide-checked-items": "Спрятать отмеченные",
"task": "Задача", "task": "Задача",
@ -944,7 +945,6 @@
"person": "Представитель", "person": "Представитель",
"my-cards": "Мои карточки", "my-cards": "Мои карточки",
"card": "Карточка", "card": "Карточка",
"list": "Список",
"board": "Доска", "board": "Доска",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "Просмотр моих карточек", "myCardsViewChange-title": "Просмотр моих карточек",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Späť", "back": "Späť",
"board-change-color": "Zmeniť farbu", "board-change-color": "Zmeniť farbu",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Celé meno", "fullname": "Celé meno",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Uložiť", "save": "Uložiť",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -1,6 +1,6 @@
{ {
"accept": "Sprejmi", "accept": "Sprejmi",
"act-activity-notify": "Activity Notification", "act-activity-notify": "Obvestilo o dejavnosti",
"act-addAttachment": "dodal priponko __attachment__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-addAttachment": "dodal priponko __attachment__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-deleteAttachment": "odstranil priponko __attachment__ iz kartice __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-deleteAttachment": "odstranil priponko __attachment__ iz kartice __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-addSubtask": "dodal podopravilo __subtask__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-addSubtask": "dodal podopravilo __subtask__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
@ -14,7 +14,7 @@
"act-removeChecklistItem": "odstranil postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-removeChecklistItem": "odstranil postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-checkedItem": "obkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-checkedItem": "obkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-uncheckedItem": "odkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-uncheckedItem": "odkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-completeChecklist": "dokončal kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-uncompleteChecklist": "nedokončan kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-uncompleteChecklist": "nedokončan kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-addComment": "komentiral na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-addComment": "komentiral na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"act-editComment": "uredil komentar na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__", "act-editComment": "uredil komentar na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
@ -71,7 +71,7 @@
"add": "Dodaj", "add": "Dodaj",
"activity-checked-item-card": "obkljukal %s na kontrolnem seznamu %s", "activity-checked-item-card": "obkljukal %s na kontrolnem seznamu %s",
"activity-unchecked-item-card": "odkljukal %s na kontrolnem seznamu %s", "activity-unchecked-item-card": "odkljukal %s na kontrolnem seznamu %s",
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "activity-checklist-completed-card": "dokončal kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
"activity-checklist-uncompleted-card": "nedokončal kontrolni seznam %s", "activity-checklist-uncompleted-card": "nedokončal kontrolni seznam %s",
"activity-editComment": "uredil komentar %s", "activity-editComment": "uredil komentar %s",
"activity-deleteComment": "izbrisal komentar %s", "activity-deleteComment": "izbrisal komentar %s",
@ -110,7 +110,7 @@
"apply": "Uporabi", "apply": "Uporabi",
"app-is-offline": "Nalaganje, prosimo počakajte. Osveževanje strani bo povzročilo izgubo podatkov. Če nalaganje ne deluje, preverite, ali se strežnik ni ustavil.", "app-is-offline": "Nalaganje, prosimo počakajte. Osveževanje strani bo povzročilo izgubo podatkov. Če nalaganje ne deluje, preverite, ali se strežnik ni ustavil.",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "premaknjena v arhiv", "archive": "Premakni v arhiv",
"archive-all": "Premakni vse v arhiv", "archive-all": "Premakni vse v arhiv",
"archive-board": "Arhiviraj tablo", "archive-board": "Arhiviraj tablo",
"archive-card": "Arhiviraj kartico", "archive-card": "Arhiviraj kartico",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Nazaj", "back": "Nazaj",
"board-change-color": "Spremeni barvo", "board-change-color": "Spremeni barvo",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -171,7 +171,7 @@
"card-delete-suggest-archive": "Kartico lahko premaknete v arhiv, da jo odstranite s table in ohranite dejavnost.", "card-delete-suggest-archive": "Kartico lahko premaknete v arhiv, da jo odstranite s table in ohranite dejavnost.",
"card-archive-pop": "Card will not be visible at this list after archiving card.", "card-archive-pop": "Card will not be visible at this list after archiving card.",
"card-archive-suggest-cancel": "You can later restore card from Archive.", "card-archive-suggest-cancel": "You can later restore card from Archive.",
"card-due": "Due", "card-due": "Rok",
"card-due-on": "Rok", "card-due-on": "Rok",
"card-spent": "Porabljen čas", "card-spent": "Porabljen čas",
"card-edit-attachments": "Uredi priponke", "card-edit-attachments": "Uredi priponke",
@ -225,7 +225,7 @@
"cardMembersPopup-title": "Člani", "cardMembersPopup-title": "Člani",
"cardMorePopup-title": "Več", "cardMorePopup-title": "Več",
"cardTemplatePopup-title": "Ustvari predlogo", "cardTemplatePopup-title": "Ustvari predlogo",
"cards": "Kartic", "cards": "Kartice",
"cards-count": "Kartic", "cards-count": "Kartic",
"cards-count-one": "Kartica", "cards-count-one": "Kartica",
"casSignIn": "Vpiši se s CAS", "casSignIn": "Vpiši se s CAS",
@ -311,7 +311,7 @@
"custom-field-checkbox": "Potrditveno polje", "custom-field-checkbox": "Potrditveno polje",
"custom-field-currency": "Currency", "custom-field-currency": "Currency",
"custom-field-currency-option": "Currency Code", "custom-field-currency-option": "Currency Code",
"custom-field-date": "Date", "custom-field-date": "Datum",
"custom-field-dropdown": "Spustni seznam", "custom-field-dropdown": "Spustni seznam",
"custom-field-dropdown-none": "(nobeno)", "custom-field-dropdown-none": "(nobeno)",
"custom-field-dropdown-options": "Možnosti seznama", "custom-field-dropdown-options": "Možnosti seznama",
@ -320,7 +320,7 @@
"custom-field-number": "Število", "custom-field-number": "Število",
"custom-field-text": "Besedilo", "custom-field-text": "Besedilo",
"custom-fields": "Poljubna polja", "custom-fields": "Poljubna polja",
"date": "Date", "date": "Datum",
"decline": "Zavrni", "decline": "Zavrni",
"default-avatar": "Privzeti avatar", "default-avatar": "Privzeti avatar",
"delete": "Briši", "delete": "Briši",
@ -365,7 +365,7 @@
"error-board-notAMember": "Niste član table.", "error-board-notAMember": "Niste član table.",
"error-json-malformed": "Vaše besedilo ni veljaven JSON", "error-json-malformed": "Vaše besedilo ni veljaven JSON",
"error-json-schema": "Vaši JSON podatki ne vsebujejo pravilnih informacij v ustreznem formatu", "error-json-schema": "Vaši JSON podatki ne vsebujejo pravilnih informacij v ustreznem formatu",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Seznam ne obstaja", "error-list-doesNotExist": "Seznam ne obstaja",
"error-user-doesNotExist": "Uporabnik ne obstaja", "error-user-doesNotExist": "Uporabnik ne obstaja",
"error-user-notAllowSelf": "Ne morete povabiti sebe", "error-user-notAllowSelf": "Ne morete povabiti sebe",
@ -422,7 +422,7 @@
"filter-to-selection": "Filtriraj izbrane", "filter-to-selection": "Filtriraj izbrane",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Napredni filter", "advanced-filter-label": "Napredni filter",
"advanced-filter-description": "Napredni filter omogoča pripravo niza, ki vsebuje naslednje operaterje: == != <= >= && || () Preslednica se uporablja kot ločilo med operatorji. Vsa polja po meri lahko filtrirate tako, da vtipkate njihova imena in vrednosti. Na primer: Polje1 == Vrednost1. Opomba: Če polja ali vrednosti vsebujejo presledke, jih morate postaviti v enojne narekovaje. Primer: 'Polje 1' == 'Vrednost 1'. Če želite preskočiti posamezne kontrolne znake (' \/), lahko uporabite \. Na primer: Polje1 == I\'m. Prav tako lahko kombinirate več pogojev. Na primer: F1 == V1 || F1 == V2. Običajno se vsi operaterji interpretirajo od leve proti desni. Vrstni red lahko spremenite tako, da postavite oklepaje. Na primer: F1 == V1 && ( F2 == V2 || F2 == V3 ). Prav tako lahko po besedilu iščete z uporabo pravil regex: F1 == /Tes.*/i", "advanced-filter-description": "Napredni filter omogoča pripravo niza, ki vsebuje naslednje operaterje: == != <= >= && || () Preslednica se uporablja kot ločilo med operatorji. Vsa polja po meri lahko filtrirate tako, da vtipkate njihova imena in vrednosti. Na primer: Polje1 == Vrednost1. Opomba: Če polja ali vrednosti vsebujejo presledke, jih morate postaviti v enojne narekovaje. Primer: 'Polje 1' == 'Vrednost 1'. Če želite preskočiti posamezne kontrolne znake (' \\/), lahko uporabite \\. Na primer: Polje1 == I\\'m. Prav tako lahko kombinirate več pogojev. Na primer: F1 == V1 || F1 == V2. Običajno se vsi operaterji interpretirajo od leve proti desni. Vrstni red lahko spremenite tako, da postavite oklepaje. Na primer: F1 == V1 && ( F2 == V2 || F2 == V3 ). Prav tako lahko po besedilu iščete z uporabo pravil regex: F1 == /Tes.*/i",
"fullname": "Polno Ime", "fullname": "Polno Ime",
"header-logo-title": "Pojdi nazaj na stran s tablami.", "header-logo-title": "Pojdi nazaj na stran s tablami.",
"hide-system-messages": "Skrij sistemska sporočila", "hide-system-messages": "Skrij sistemska sporočila",
@ -459,7 +459,7 @@
"joined": "se je pridružil", "joined": "se je pridružil",
"just-invited": "Povabljeni ste k tej tabli", "just-invited": "Povabljeni ste k tej tabli",
"keyboard-shortcuts": "Bližnjice", "keyboard-shortcuts": "Bližnjice",
"label-create": "Ustvari oznako", "label-create": "Ustvari Oznako",
"label-default": "%s oznaka (privzeto)", "label-default": "%s oznaka (privzeto)",
"label-delete-pop": "Razveljavitve ni. To bo odstranilo oznako iz vseh kartic in izbrisalo njeno zgodovino.", "label-delete-pop": "Razveljavitve ni. To bo odstranilo oznako iz vseh kartic in izbrisalo njeno zgodovino.",
"labels": "Oznake", "labels": "Oznake",
@ -545,7 +545,7 @@
"restore": "Obnovi", "restore": "Obnovi",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Nastavitve kartice", "card-settings": "Nastavitve kartice",
"save": "Shrani", "save": "Shrani",
"search": "Išči", "search": "Išči",
"rules": "Pravila", "rules": "Pravila",
@ -562,7 +562,7 @@
"shortcut-close-dialog": "Zapri dialog", "shortcut-close-dialog": "Zapri dialog",
"shortcut-filter-my-cards": "Filtriraj moje kartice", "shortcut-filter-my-cards": "Filtriraj moje kartice",
"shortcut-show-shortcuts": "Prikaži seznam bližnjic", "shortcut-show-shortcuts": "Prikaži seznam bližnjic",
"shortcut-toggle-filterbar": "Toggle Filter Sidebar", "shortcut-toggle-filterbar": "Preklopi stransko vrstico za filter",
"shortcut-toggle-searchbar": "Toggle Search Sidebar", "shortcut-toggle-searchbar": "Toggle Search Sidebar",
"shortcut-toggle-sidebar": "Preklopi stransko vrstico table", "shortcut-toggle-sidebar": "Preklopi stransko vrstico table",
"show-cards-minimum-count": "Prikaži število kartic, če seznam vsebuje več kot", "show-cards-minimum-count": "Prikaži število kartic, če seznam vsebuje več kot",
@ -633,7 +633,7 @@
"smtp-host-description": "Naslov vašega strežnika SMTP.", "smtp-host-description": "Naslov vašega strežnika SMTP.",
"smtp-port-description": "Vrata vašega strežnika SMTP za odhodno pošto.", "smtp-port-description": "Vrata vašega strežnika SMTP za odhodno pošto.",
"smtp-tls-description": "Omogoči šifriranje TLS za SMTP strežnik.", "smtp-tls-description": "Omogoči šifriranje TLS za SMTP strežnik.",
"smtp-host": "SMTP Host", "smtp-host": "SMTP gostitelj",
"smtp-port": "SMTP vrata", "smtp-port": "SMTP vrata",
"smtp-username": "Up. ime", "smtp-username": "Up. ime",
"smtp-password": "Geslo", "smtp-password": "Geslo",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Dovoli spremembo e-poštnega naslova", "accounts-allowEmailChange": "Dovoli spremembo e-poštnega naslova",
"accounts-allowUserNameChange": "Dovoli spremembo up. imena", "accounts-allowUserNameChange": "Dovoli spremembo up. imena",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Ustvarjen ob", "createdAt": "Ustvarjen ob",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Preverjeno", "verified": "Preverjeno",
@ -754,6 +754,7 @@
"r-removed-from": "izbrisan iz", "r-removed-from": "izbrisan iz",
"r-the-board": "tabla", "r-the-board": "tabla",
"r-list": "seznam", "r-list": "seznam",
"list": "List",
"set-filter": "Nastavi filter", "set-filter": "Nastavi filter",
"r-moved-to": "premaknjena v", "r-moved-to": "premaknjena v",
"r-moved-from": "premaknjena iz", "r-moved-from": "premaknjena iz",
@ -806,7 +807,7 @@
"r-d-move-to-bottom-gen": "Premakni kartico na dno pripadajočega seznama", "r-d-move-to-bottom-gen": "Premakni kartico na dno pripadajočega seznama",
"r-d-move-to-bottom-spec": "Premakni kartico na dno seznama", "r-d-move-to-bottom-spec": "Premakni kartico na dno seznama",
"r-d-send-email": "Pošlji e-pošto", "r-d-send-email": "Pošlji e-pošto",
"r-d-send-email-to": "naslovnik", "r-d-send-email-to": "na",
"r-d-send-email-subject": "zadeva", "r-d-send-email-subject": "zadeva",
"r-d-send-email-message": "vsebina", "r-d-send-email-message": "vsebina",
"r-d-archive": "Premakni kartico v arhiv", "r-d-archive": "Premakni kartico v arhiv",
@ -832,7 +833,7 @@
"r-items-list": "el1,el2,el3", "r-items-list": "el1,el2,el3",
"r-add-swimlane": "Dodaj plavalno stezo", "r-add-swimlane": "Dodaj plavalno stezo",
"r-swimlane-name": "ime pl. steze", "r-swimlane-name": "ime pl. steze",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Opomba: polje pustite prazno, da ustreza vsaki možni vrednosti.",
"r-checklist-note": "Opomba: elementi kontrolnega seznama morajo biti zapisani kot vrednosti, ločene z vejicami.", "r-checklist-note": "Opomba: elementi kontrolnega seznama morajo biti zapisani kot vrednosti, ločene z vejicami.",
"r-when-a-card-is-moved": "Ko je kartica premaknjena v drug seznam", "r-when-a-card-is-moved": "Ko je kartica premaknjena v drug seznam",
"r-set": "Nastavi", "r-set": "Nastavi",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Privzeta metoda avtentikacije", "default-authentication-method": "Privzeta metoda avtentikacije",
"duplicate-board": "Dupliciraj tablo", "duplicate-board": "Dupliciraj tablo",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "Število ljudi je:",
"swimlaneDeletePopup-title": "Zbriši plavalno stezo?", "swimlaneDeletePopup-title": "Zbriši plavalno stezo?",
"swimlane-delete-pop": "Vsa dejanja bodo odstranjena iz seznama dejavnosti. Plavalne steze ne boste mogli obnoviti. Razveljavitve ni.", "swimlane-delete-pop": "Vsa dejanja bodo odstranjena iz seznama dejavnosti. Plavalne steze ne boste mogli obnoviti. Razveljavitve ni.",
"restore-all": "Obnovi vse", "restore-all": "Obnovi vse",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Kartica", "card": "Kartica",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -1,7 +1,7 @@
{ {
"accept": "Prihvati", "accept": "Prihvati",
"act-activity-notify": "Obaveštenje o aktivnosti", "act-activity-notify": "Obaveštenje o aktivnosti",
"act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addAttachment": "dodao attachment __prilog__ na kartici __kartica__ na listi __lista__ na swimlane dijagramu toka __swimlane dijagram toka__ na tabli __tabla__",
"act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
@ -110,7 +110,7 @@
"apply": "Primeni", "apply": "Primeni",
"app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.", "app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
"app-try-reconnect": "Try to reconnect.", "app-try-reconnect": "Try to reconnect.",
"archive": "Move to Archive", "archive": "Premesti u arhivu",
"archive-all": "Premesti sve u arhivu", "archive-all": "Premesti sve u arhivu",
"archive-board": "Move Board to Archive", "archive-board": "Move Board to Archive",
"archive-card": "Premesti karticu u arhivu", "archive-card": "Premesti karticu u arhivu",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Nazad", "back": "Nazad",
"board-change-color": "Promeni boju", "board-change-color": "Promeni boju",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -286,7 +286,7 @@
"no-comments": "No comments", "no-comments": "No comments",
"no-comments-desc": "Can not see comments and activities.", "no-comments-desc": "Can not see comments and activities.",
"worker": "Radnik", "worker": "Radnik",
"worker-desc": "Može samo da pomera kartice, dodeljuje sebe kartici i da komentariše.", "worker-desc": "Može samo da pomera kartice, dodeljuje sebe kartici i da komentariše. ",
"computer": "Računar", "computer": "Računar",
"confirm-subtask-delete-popup": "Are you sure you want to delete subtask?", "confirm-subtask-delete-popup": "Are you sure you want to delete subtask?",
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?", "confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
@ -334,7 +334,7 @@
"download": "Preuzmi", "download": "Preuzmi",
"edit": "Uredi", "edit": "Uredi",
"edit-avatar": "Promeni avatara", "edit-avatar": "Promeni avatara",
"edit-profile": "Izmeni profil", "edit-profile": "Uredi profil",
"edit-wip-limit": "Edit WIP Limit", "edit-wip-limit": "Edit WIP Limit",
"soft-wip-limit": "Soft WIP Limit", "soft-wip-limit": "Soft WIP Limit",
"editCardStartDatePopup-title": "Izmeni početni datum", "editCardStartDatePopup-title": "Izmeni početni datum",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "Korisnik ne postoji", "error-user-doesNotExist": "Korisnik ne postoji",
"error-user-notAllowSelf": "Ne možeš pozvati samog sebe", "error-user-notAllowSelf": "Ne možeš pozvati samog sebe",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Napredni filter", "advanced-filter-label": "Napredni filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Puno ime", "fullname": "Puno ime",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Sakrij sistemske poruke", "hide-system-messages": "Sakrij sistemske poruke",
@ -545,7 +545,7 @@
"restore": "Oporavi", "restore": "Oporavi",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Podešavanja kartice", "card-settings": "Podešavanja kartice",
"save": "Snimi", "save": "Snimi",
"search": "Pretraga", "search": "Pretraga",
"rules": "Pravila", "rules": "Pravila",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Uklonjena iz", "r-removed-from": "Uklonjena iz",
"r-the-board": "table", "r-the-board": "table",
"r-list": "liste", "r-list": "liste",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Postavi", "r-set": "Postavi",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -889,7 +890,7 @@
"act-pastdue": "podsećao da je trenutni krajnji rok (__vremenskaVrednost__) __kartica__ prošao", "act-pastdue": "podsećao da je trenutni krajnji rok (__vremenskaVrednost__) __kartica__ prošao",
"act-duenow": "podsećao da je trenutni krajnji rok (__vremenskaVrednost__) __kartica__ trenutno", "act-duenow": "podsećao da je trenutni krajnji rok (__vremenskaVrednost__) __kartica__ trenutno",
"act-atUserComment": "Spomenuti ste na [__tabla__] __lista__/__kartica__", "act-atUserComment": "Spomenuti ste na [__tabla__] __lista__/__kartica__",
"delete-user-confirm-popup": "Da li ste sigurni da želite da izbrišete nalog? Nema poništenja akcije.", "delete-user-confirm-popup": "Da li ste sigurni da želite da izbrišete nalog? Nema poništenja akcije. ",
"delete-team-confirm-popup": "Are you sure you want to delete this team? There is no undo.", "delete-team-confirm-popup": "Are you sure you want to delete this team? There is no undo.",
"delete-org-confirm-popup": "Are you sure you want to delete this organization? There is no undo.", "delete-org-confirm-popup": "Are you sure you want to delete this organization? There is no undo.",
"accounts-allowUserDelete": "Dozvoli korisnicima da sami brišu svoj nalog", "accounts-allowUserDelete": "Dozvoli korisnicima da sami brišu svoj nalog",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Kartica", "card": "Kartica",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -3,30 +3,30 @@
"act-activity-notify": "Aktivitetsnotis", "act-activity-notify": "Aktivitetsnotis",
"act-addAttachment": "lade till filen __attachment__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-addAttachment": "lade till filen __attachment__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-deleteAttachment": "raderade filen __attachment__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-deleteAttachment": "raderade filen __attachment__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addSubtask": "lade till underaktivitet __subtask__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addLabel": "lade till etikett __label__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-addedLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addedLabel": "lade till etikett __label__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removeLabel": "Tog bort etikett __label__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-removedLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removedLabel": "Tog bort etikett __label__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addChecklist": "lade till checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-addChecklistItem": "lade till checklisteobjekt __checklistItem__ till checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-addChecklistItem": "lade till checklisteobjekt __checklistItem__ till checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-removeChecklist": "tog bort checklista __checklist__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-removeChecklist": "tog bort checklista __checklist__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-removeChecklistItem": "tog bort checklisteobjekt __checklistItem__ från __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-removeChecklistItem": "tog bort checklisteobjekt __checklistItem__ från __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-checkedItem": "klarmarkerade __checklistItem__ från checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-checkedItem": "klarmarkerade __checklistItem__ från checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-uncheckedItem": "avmarkerade __checklistItem__ från checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-completeChecklist": "slutförde checklista __checklist__ i kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-uncompleteChecklist": "ofullbordade checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addComment": "kommenterade på kort __card__: __comment__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-editComment": "redigerade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__", "act-editComment": "redigerade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__",
"act-deleteComment": "raderade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__", "act-deleteComment": "raderade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__",
"act-createBoard": "created board __board__", "act-createBoard": "skapade tavla __board__",
"act-createSwimlane": "skapade simbana __swimlane__ i tavla __board__", "act-createSwimlane": "skapade simbana __swimlane__ i tavla __board__",
"act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__", "act-createCard": "skapade kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-createCustomField": "skapade anpassat fält __customField__ på tavla __board__", "act-createCustomField": "skapade anpassat fält __customField__ på tavla __board__",
"act-deleteCustomField": "raderade anpassat fält __customField__ på tavla __board__", "act-deleteCustomField": "raderade anpassat fält __customField__ på tavla __board__",
"act-setCustomField": "redigerade anpassat fält __customField__: __customFieldValue__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-setCustomField": "redigerade anpassat fält __customField__: __customFieldValue__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-createList": "added list __list__ to board __board__", "act-createList": "lade till lista __list__ på tavla __board__",
"act-addBoardMember": "added member __member__ to board __board__", "act-addBoardMember": "lade till medlem __member__ på tavla __board__",
"act-archivedBoard": "Tavlan __board__ flyttad till arkivet", "act-archivedBoard": "Tavlan __board__ flyttad till arkivet",
"act-archivedCard": "Kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv", "act-archivedCard": "Kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv",
"act-archivedList": "Lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv", "act-archivedList": "Lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv",
@ -36,10 +36,10 @@
"act-importList": "importerade lista __list__ till simbana __swimlane__ på tavla __board__", "act-importList": "importerade lista __list__ till simbana __swimlane__ på tavla __board__",
"act-joinMember": "lade till medlem __member__ till kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__", "act-joinMember": "lade till medlem __member__ till kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-moveCard": "flyttade kort __card__ på tavla __board__ från lista __oldList__ i simbana __oldSwimlane__ till lista __list__ i simbana __swimlane__", "act-moveCard": "flyttade kort __card__ på tavla __board__ från lista __oldList__ i simbana __oldSwimlane__ till lista __list__ i simbana __swimlane__",
"act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__", "act-moveCardToOtherBoard": "flyttade kort __card__ från lista __oldList__ i simbana __oldSwimlane__ på tavla __oldBoard__ till lista __list__ i simbana __swimlane__ på tavla __board__",
"act-removeBoardMember": "tog bort medlem __member__ från tavla __board__", "act-removeBoardMember": "tog bort medlem __member__ från tavla __board__",
"act-restoredCard": "återställde kort __card__ till lista __list__ i simbana __swimlane__ på tavla __board__", "act-restoredCard": "återställde kort __card__ till lista __list__ i simbana __swimlane__ på tavla __board__",
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-unjoinMember": "tog bort medlem __member__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-withBoardTitle": "__board__", "act-withBoardTitle": "__board__",
"act-withCardTitle": "[__board__] __card__", "act-withCardTitle": "[__board__] __card__",
"actions": "Händelser", "actions": "Händelser",
@ -71,7 +71,7 @@
"add": "Lägg till", "add": "Lägg till",
"activity-checked-item-card": "klarmarkerade %s i checklistan %s", "activity-checked-item-card": "klarmarkerade %s i checklistan %s",
"activity-unchecked-item-card": "avmarkerade %s i checklistan %s", "activity-unchecked-item-card": "avmarkerade %s i checklistan %s",
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "activity-checklist-completed-card": "slutförde checklista __checklist__ i kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"activity-checklist-uncompleted-card": "ofullbordade checklistan %s", "activity-checklist-uncompleted-card": "ofullbordade checklistan %s",
"activity-editComment": "redigerade kommentar %s", "activity-editComment": "redigerade kommentar %s",
"activity-deleteComment": "raderade kommentar %s", "activity-deleteComment": "raderade kommentar %s",
@ -137,9 +137,9 @@
"avatar-too-big": "Avataren är för stor (max 520 kB)", "avatar-too-big": "Avataren är för stor (max 520 kB)",
"back": "Tillbaka", "back": "Tillbaka",
"board-change-color": "Ändra färg", "board-change-color": "Ändra färg",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "Du måste vara medlem i denna tavla för att göra det", "error-board-notAMember": "Du måste vara medlem i denna tavla för att göra det",
"error-json-malformed": "Din text är inte giltigt JSON", "error-json-malformed": "Din text är inte giltigt JSON",
"error-json-schema": "Din JSON data inkluderar inte korrekt information i rätt format", "error-json-schema": "Din JSON data inkluderar inte korrekt information i rätt format",
"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": "Din CSV(Comma Separated Values)/TSV (Tab Separated Values) innehåller inte korrekt information i rätt format.",
"error-list-doesNotExist": "Denna lista finns inte", "error-list-doesNotExist": "Denna lista finns inte",
"error-user-doesNotExist": "Denna användare finns inte", "error-user-doesNotExist": "Denna användare finns inte",
"error-user-notAllowSelf": "Du kan inte bjuda in dig själv", "error-user-notAllowSelf": "Du kan inte bjuda in dig själv",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter till val", "filter-to-selection": "Filter till val",
"other-filters-label": "Andra filter", "other-filters-label": "Andra filter",
"advanced-filter-label": "Avancerat filter", "advanced-filter-label": "Avancerat filter",
"advanced-filter-description": "Avancerade filter låter dig skriva en sträng innehållande följande operatorer: == != <= >= && || ( ). Ett mellanslag används som separator mellan operatorerna. Du kan filtrera alla specialfält genom att skriva dess namn och värde. Till exempel: Fält1 == Vårde1. Notera: om fälten eller värden innehåller mellanrum behöver du innesluta dem med enkla citatstecken. Till exempel: 'Fält 1' == 'Värde 1'. För att skippa enkla kontrolltecken (' \/) kan du använda \. Till exempel: Fält1 == I\'m. Du kan även kombinera fler villkor. TIll exempel: F1 == V1 || F1 == V2. Vanligtvis läses operatorerna från vänster till höger. Du kan ändra ordning genom att använda paranteser. TIll exempel: F1 == V1 && ( F2 == V2 || F2 == V3 ). Du kan även söka efter textfält med hjälp av regex: F1 == /Tes.*/i", "advanced-filter-description": "Avancerade filter låter dig skriva en sträng innehållande följande operatorer: == != <= >= && || ( ). Ett mellanslag används som separator mellan operatorerna. Du kan filtrera alla specialfält genom att skriva dess namn och värde. Till exempel: Fält1 == Vårde1. Notera: om fälten eller värden innehåller mellanrum behöver du innesluta dem med enkla citatstecken. Till exempel: 'Fält 1' == 'Värde 1'. För att skippa enkla kontrolltecken (' \\/) kan du använda \\. Till exempel: Fält1 == I\\'m. Du kan även kombinera fler villkor. TIll exempel: F1 == V1 || F1 == V2. Vanligtvis läses operatorerna från vänster till höger. Du kan ändra ordning genom att använda paranteser. TIll exempel: F1 == V1 && ( F2 == V2 || F2 == V3 ). Du kan även söka efter textfält med hjälp av regex: F1 == /Tes.*/i",
"fullname": "Namn", "fullname": "Namn",
"header-logo-title": "Gå tillbaka till din anslagstavlor-sida.", "header-logo-title": "Gå tillbaka till din anslagstavlor-sida.",
"hide-system-messages": "Dölj systemmeddelanden", "hide-system-messages": "Dölj systemmeddelanden",
@ -447,7 +447,7 @@
"import-csv-placeholder": "Klistra in CSV/TSV data här", "import-csv-placeholder": "Klistra in CSV/TSV data här",
"import-map-members": "Kartlägg medlemmar", "import-map-members": "Kartlägg medlemmar",
"import-members-map": "Din importerade tavla har några medlemmar. Vänligen matcha medlemmarna du vill importera mot dina användare", "import-members-map": "Din importerade tavla har några medlemmar. Vänligen matcha medlemmarna du vill importera mot dina användare",
"import-members-map-note": "Notera: Ommappade medlemmar kommer tilldelas den nuvarande användaren.", "import-members-map-note": "Notera: Ommappade medlemmar kommer tilldelas den nuvarande användaren. ",
"import-show-user-mapping": "Granska medlemskartläggning", "import-show-user-mapping": "Granska medlemskartläggning",
"import-user-select": "Välj din befintliga användare du vill använda som den här medlemmen", "import-user-select": "Välj din befintliga användare du vill använda som den här medlemmen",
"importMapMembersAddPopup-title": "Välj medlem", "importMapMembersAddPopup-title": "Välj medlem",
@ -482,7 +482,7 @@
"swimlaneAddPopup-title": "Lägg till en simbana nedan", "swimlaneAddPopup-title": "Lägg till en simbana nedan",
"listImportCardPopup-title": "Importera ett Trello kort", "listImportCardPopup-title": "Importera ett Trello kort",
"listImportCardsTsvPopup-title": "Importera Excel CSV/TSV", "listImportCardsTsvPopup-title": "Importera Excel CSV/TSV",
"listMorePopup-title": "Mer", "listMorePopup-title": "Mera",
"link-list": "Länk till den här listan", "link-list": "Länk till den här listan",
"list-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa listan. Det går inte att ångra.", "list-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa listan. Det går inte att ångra.",
"list-delete-suggest-archive": "Du kan flytta en lista till Arkiv för att ta bort den från tavlan och bevara aktiviteten.", "list-delete-suggest-archive": "Du kan flytta en lista till Arkiv för att ta bort den från tavlan och bevara aktiviteten.",
@ -545,7 +545,7 @@
"restore": "Återställ", "restore": "Återställ",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Kortinställningar", "card-settings": "Kortinställningar",
"save": "Spara", "save": "Spara",
"search": "Sök", "search": "Sök",
"rules": "Regler", "rules": "Regler",
@ -602,7 +602,7 @@
"custom-help-link-url": "Custom Help Link URL", "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text under anpassad logga för inloggning", "text-below-custom-login-logo": "Text under anpassad logga för inloggning",
"automatic-linked-url-schemes": "Anpassade URL-scheman som ska vara klickbara automatiskt. Ett URL-schema per rad", "automatic-linked-url-schemes": "Anpassade URL-scheman som ska vara klickbara automatiskt. Ett URL-schema per rad",
"username": "Användarnamn", "username": "Änvandarnamn",
"import-usernames": "Importera användarnamn", "import-usernames": "Importera användarnamn",
"view-it": "Visa det", "view-it": "Visa det",
"warn-list-archived": "varning: detta kort finns i en lista i Arkiv", "warn-list-archived": "varning: detta kort finns i en lista i Arkiv",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Tillåt e-poständring", "accounts-allowEmailChange": "Tillåt e-poständring",
"accounts-allowUserNameChange": "Tillåt användarnamnändring", "accounts-allowUserNameChange": "Tillåt användarnamnändring",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Skapad vid", "createdAt": "Skapad vid",
"modifiedAt": "Senast ändrad", "modifiedAt": "Senast ändrad",
"verified": "Verifierad", "verified": "Verifierad",
@ -754,6 +754,7 @@
"r-removed-from": "Borttagen från", "r-removed-from": "Borttagen från",
"r-the-board": "tavlan", "r-the-board": "tavlan",
"r-list": "lista", "r-list": "lista",
"list": "Lista",
"set-filter": "Ställ in filter", "set-filter": "Ställ in filter",
"r-moved-to": "Flyttat till", "r-moved-to": "Flyttat till",
"r-moved-from": "Flyttad från", "r-moved-from": "Flyttad från",
@ -799,7 +800,7 @@
"r-send-email": "Skicka ett e-postmeddelande", "r-send-email": "Skicka ett e-postmeddelande",
"r-to": "till", "r-to": "till",
"r-of": "av", "r-of": "av",
"r-subject": mne", "r-subject": nme",
"r-rule-details": "Regeldetaljer", "r-rule-details": "Regeldetaljer",
"r-d-move-to-top-gen": "Flytta kort till toppen av sin lista", "r-d-move-to-top-gen": "Flytta kort till toppen av sin lista",
"r-d-move-to-top-spec": "Flytta kort till toppen av listan", "r-d-move-to-top-spec": "Flytta kort till toppen av listan",
@ -832,7 +833,7 @@
"r-items-list": "objekt1,objekt2,objekt3", "r-items-list": "objekt1,objekt2,objekt3",
"r-add-swimlane": "Lägg till simbana", "r-add-swimlane": "Lägg till simbana",
"r-swimlane-name": "Simbanans namn", "r-swimlane-name": "Simbanans namn",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Notera: lämna ett fält tomt för att matcha alla möjliga värden.",
"r-checklist-note": "Notera: objekt i en checklista måste skrivas som kommaseparerade värden.", "r-checklist-note": "Notera: objekt i en checklista måste skrivas som kommaseparerade värden.",
"r-when-a-card-is-moved": "När ett kort flyttas till en annan lista", "r-when-a-card-is-moved": "När ett kort flyttas till en annan lista",
"r-set": "Ange", "r-set": "Ange",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Standard autentiseringsmetod", "default-authentication-method": "Standard autentiseringsmetod",
"duplicate-board": "Duplicera tavla", "duplicate-board": "Duplicera tavla",
"org-number": "The number of organizations is: ", "org-number": "Antalet organisationer är:",
"team-number": "The number of teams is: ", "team-number": "Antalet team är:",
"people-number": "The number of people is: ", "people-number": "Antalet personer är:",
"swimlaneDeletePopup-title": "Radera simbana?", "swimlaneDeletePopup-title": "Radera simbana?",
"swimlane-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa simbanan. Det går inte att ångra.", "swimlane-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa simbanan. Det går inte att ångra.",
"restore-all": "Återställ alla", "restore-all": "Återställ alla",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "Mina Kort", "my-cards": "Mina Kort",
"card": "Kort", "card": "Kort",
"list": "Lista",
"board": "Tavla", "board": "Tavla",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Rudi", "back": "Rudi",
"board-change-color": "Badilisha rangi", "board-change-color": "Badilisha rangi",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -48,17 +48,17 @@
"activity-added": "added %s to %s", "activity-added": "added %s to %s",
"activity-archived": "%s moved to Archive", "activity-archived": "%s moved to Archive",
"activity-attached": "attached %s to %s", "activity-attached": "attached %s to %s",
"activity-created": "உருவாக்கப்பட்டது", "activity-created": "உருவாக்கப்பட்டது ",
"activity-customfield-created": "created custom field %s", "activity-customfield-created": "created custom field %s",
"activity-excluded": "excluded %s from %s", "activity-excluded": "excluded %s from %s",
"activity-imported": "imported %s into %s from %s", "activity-imported": "imported %s into %s from %s",
"activity-imported-board": "imported %s from %s", "activity-imported-board": "imported %s from %s",
"activity-joined": "சேர்ந்தது", "activity-joined": "சேர்ந்தது ",
"activity-moved": "moved %s from %s to %s", "activity-moved": "moved %s from %s to %s",
"activity-on": "on %s", "activity-on": "on %s",
"activity-removed": "removed %s from %s", "activity-removed": "removed %s from %s",
"activity-sent": "sent %s to %s", "activity-sent": "sent %s to %s",
"activity-unjoined": "பிரிக்கப்பட்டது", "activity-unjoined": "பிரிக்கப்பட்டது ",
"activity-subtask-added": "added subtask to %s", "activity-subtask-added": "added subtask to %s",
"activity-checked-item": "checked %s in checklist %s of %s", "activity-checked-item": "checked %s in checklist %s of %s",
"activity-unchecked-item": "unchecked %s in checklist %s of %s", "activity-unchecked-item": "unchecked %s in checklist %s of %s",
@ -68,7 +68,7 @@
"activity-checklist-uncompleted": "uncompleted the checklist %s of %s", "activity-checklist-uncompleted": "uncompleted the checklist %s of %s",
"activity-checklist-item-added": "added checklist item to '%s' in %s", "activity-checklist-item-added": "added checklist item to '%s' in %s",
"activity-checklist-item-removed": "removed a checklist item from '%s' in %s", "activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
"add": "சேர்", "add": "சேர் ",
"activity-checked-item-card": "checked %s in checklist %s", "activity-checked-item-card": "checked %s in checklist %s",
"activity-unchecked-item-card": "unchecked %s in checklist %s", "activity-unchecked-item-card": "unchecked %s in checklist %s",
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
@ -129,17 +129,17 @@
"add-template-container": "Add Template Container", "add-template-container": "Add Template Container",
"assign-member": "Assign member", "assign-member": "Assign member",
"attached": "attached", "attached": "attached",
"attachment": "இணைப்பு", "attachment": "இணைப்பு ",
"attachment-delete-pop": "Deleting an attachment is permanent. There is no undo.", "attachment-delete-pop": "Deleting an attachment is permanent. There is no undo.",
"attachmentDeletePopup-title": "Delete Attachment?", "attachmentDeletePopup-title": "Delete Attachment?",
"attachments": "இணைப்புகள்", "attachments": "இணைப்புகள் ",
"auto-watch": "Automatically watch boards when they are created", "auto-watch": "Automatically watch boards when they are created",
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "பின்செல்", "back": "பின்செல் ",
"board-change-color": "நிறம் மாற்று", "board-change-color": "நிறம் மாற்று ",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -156,7 +156,7 @@
"boardChangeViewPopup-title": "Board View", "boardChangeViewPopup-title": "Board View",
"boards": "Boards", "boards": "Boards",
"board-view": "Board View", "board-view": "Board View",
"board-view-cal": "நாள்கட்டி", "board-view-cal": "நாள்கட்டி ",
"board-view-swimlanes": "Swimlanes", "board-view-swimlanes": "Swimlanes",
"board-view-collapse": "Collapse", "board-view-collapse": "Collapse",
"board-view-gantt": "Gantt", "board-view-gantt": "Gantt",
@ -223,7 +223,7 @@
"cardDetailsActionsPopup-title": "Card Actions", "cardDetailsActionsPopup-title": "Card Actions",
"cardLabelsPopup-title": "Labels", "cardLabelsPopup-title": "Labels",
"cardMembersPopup-title": "Members", "cardMembersPopup-title": "Members",
"cardMorePopup-title": "மேலும்", "cardMorePopup-title": "மேலும் ",
"cardTemplatePopup-title": "Create template", "cardTemplatePopup-title": "Create template",
"cards": "Cards", "cards": "Cards",
"cards-count": "Cards", "cards-count": "Cards",
@ -234,12 +234,12 @@
"cardType-linkedBoard": "Linked Board", "cardType-linkedBoard": "Linked Board",
"change": "Change", "change": "Change",
"change-avatar": "Change Avatar", "change-avatar": "Change Avatar",
"change-password": "கடவுச்சொல்லை மாற்று", "change-password": "கடவுச்சொல்லை மாற்று ",
"change-permissions": "Change permissions", "change-permissions": "Change permissions",
"change-settings": "Change Settings", "change-settings": "Change Settings",
"changeAvatarPopup-title": "Change Avatar", "changeAvatarPopup-title": "Change Avatar",
"changeLanguagePopup-title": "Change Language", "changeLanguagePopup-title": "Change Language",
"changePasswordPopup-title": "கடவுச்சொல்லை மாற்று", "changePasswordPopup-title": "கடவுச்சொல்லை மாற்று",
"changePermissionsPopup-title": "Change Permissions", "changePermissionsPopup-title": "Change Permissions",
"changeSettingsPopup-title": "Change Settings", "changeSettingsPopup-title": "Change Settings",
"subtasks": "Subtasks", "subtasks": "Subtasks",
@ -254,40 +254,40 @@
"color-black": "black", "color-black": "black",
"color-blue": "blue", "color-blue": "blue",
"color-crimson": "crimson", "color-crimson": "crimson",
"color-darkgreen": "அடர் பச்சை", "color-darkgreen": "அடர் பச்சை ",
"color-gold": "தங்கம்", "color-gold": "தங்கம் ",
"color-gray": "gray", "color-gray": "gray",
"color-green": "பச்சை", "color-green": "பச்சை ",
"color-indigo": "indigo", "color-indigo": "indigo",
"color-lime": "வெளிர் பச்சை", "color-lime": "வெளிர் பச்சை ",
"color-magenta": "magenta", "color-magenta": "magenta",
"color-mistyrose": "mistyrose", "color-mistyrose": "mistyrose",
"color-navy": "navy", "color-navy": "navy",
"color-orange": "ஆரஞ்சு", "color-orange": "ஆரஞ்சு ",
"color-paleturquoise": "paleturquoise", "color-paleturquoise": "paleturquoise",
"color-peachpuff": "peachpuff", "color-peachpuff": "peachpuff",
"color-pink": "pink", "color-pink": "pink",
"color-plum": "plum", "color-plum": "plum",
"color-purple": "purple", "color-purple": "purple",
"color-red": "சிகப்பு", "color-red": "சிகப்பு ",
"color-saddlebrown": "saddlebrown", "color-saddlebrown": "saddlebrown",
"color-silver": "வெள்ளி", "color-silver": "வெள்ளி ",
"color-sky": "வாணம்", "color-sky": "வாணம் ",
"color-slateblue": "slateblue", "color-slateblue": "slateblue",
"color-white": "வெள்ளை", "color-white": "வெள்ளை ",
"color-yellow": "மஞ்சள்", "color-yellow": "மஞ்சள் ",
"unset-color": "Unset", "unset-color": "Unset",
"comment": "கருத்து", "comment": "கருத்து ",
"comment-placeholder": "Write Comment", "comment-placeholder": "Write Comment",
"comment-only": "கருத்து மட்டும்", "comment-only": "கருத்து மட்டும் ",
"comment-only-desc": "Can comment on cards only.", "comment-only-desc": "Can comment on cards only.",
"comment-delete": "Are you sure you want to delete the comment?", "comment-delete": "Are you sure you want to delete the comment?",
"deleteCommentPopup-title": "Delete comment?", "deleteCommentPopup-title": "Delete comment?",
"no-comments": "கருத்து இல்லை", "no-comments": "கருத்து இல்லை ",
"no-comments-desc": "Can not see comments and activities.", "no-comments-desc": "Can not see comments and activities.",
"worker": "Worker", "worker": "Worker",
"worker-desc": "Can only move cards, assign itself to card and comment.", "worker-desc": "Can only move cards, assign itself to card and comment.",
"computer": "கணினி", "computer": "கணினி ",
"confirm-subtask-delete-popup": "Are you sure you want to delete subtask?", "confirm-subtask-delete-popup": "Are you sure you want to delete subtask?",
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?", "confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
"subtaskDeletePopup-title": "Delete Subtask?", "subtaskDeletePopup-title": "Delete Subtask?",
@ -295,12 +295,12 @@
"copy-card-link-to-clipboard": "Copy card link to clipboard", "copy-card-link-to-clipboard": "Copy card link to clipboard",
"copy-text-to-clipboard": "Copy text to clipboard", "copy-text-to-clipboard": "Copy text to clipboard",
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "தேடு", "searchElementPopup-title": "தேடு ",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyManyCardsPopup-title": "Copy Template to Many Cards", "copyManyCardsPopup-title": "Copy Template to Many Cards",
"copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "உருவாக்கு", "create": "உருவாக்கு ",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",
"createLabelPopup-title": "Create Label", "createLabelPopup-title": "Create Label",
@ -311,16 +311,16 @@
"custom-field-checkbox": "Checkbox", "custom-field-checkbox": "Checkbox",
"custom-field-currency": "Currency", "custom-field-currency": "Currency",
"custom-field-currency-option": "Currency Code", "custom-field-currency-option": "Currency Code",
"custom-field-date": "நாள்", "custom-field-date": "நாள் ",
"custom-field-dropdown": "Dropdown List", "custom-field-dropdown": "Dropdown List",
"custom-field-dropdown-none": "(none)", "custom-field-dropdown-none": "(none)",
"custom-field-dropdown-options": "List Options", "custom-field-dropdown-options": "List Options",
"custom-field-dropdown-options-placeholder": "Press enter to add more options", "custom-field-dropdown-options-placeholder": "Press enter to add more options",
"custom-field-dropdown-unknown": "(unknown)", "custom-field-dropdown-unknown": "(unknown)",
"custom-field-number": "எண்", "custom-field-number": "எண் ",
"custom-field-text": "Text", "custom-field-text": "Text",
"custom-fields": "Custom Fields", "custom-fields": "Custom Fields",
"date": "நாள்", "date": "நாள் ",
"decline": "Decline", "decline": "Decline",
"default-avatar": "Default avatar", "default-avatar": "Default avatar",
"delete": "Delete", "delete": "Delete",
@ -331,8 +331,8 @@
"disambiguateMultiMemberPopup-title": "Disambiguate Member Action", "disambiguateMultiMemberPopup-title": "Disambiguate Member Action",
"discard": "Discard", "discard": "Discard",
"done": "Done", "done": "Done",
"download": "பதிவிறக்கம்", "download": "பதிவிறக்கம் ",
"edit": "திருத்து", "edit": "திருத்து ",
"edit-avatar": "Change Avatar", "edit-avatar": "Change Avatar",
"edit-profile": "Edit Profile", "edit-profile": "Edit Profile",
"edit-wip-limit": "Edit WIP Limit", "edit-wip-limit": "Edit WIP Limit",
@ -345,7 +345,7 @@
"editLabelPopup-title": "Change Label", "editLabelPopup-title": "Change Label",
"editNotificationPopup-title": "Edit Notification", "editNotificationPopup-title": "Edit Notification",
"editProfilePopup-title": "Edit Profile", "editProfilePopup-title": "Edit Profile",
"email": "மின் அஞ்சல்", "email": "மின் அஞ்சல் ",
"email-enrollAccount-subject": "An account created for you on __siteName__", "email-enrollAccount-subject": "An account created for you on __siteName__",
"email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.", "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.",
"email-fail": "Sending email failed", "email-fail": "Sending email failed",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,21 +422,21 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "முழு பெயர்", "fullname": "முழு பெயர் ",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
"headerBarCreateBoardPopup-title": "Create Board", "headerBarCreateBoardPopup-title": "Create Board",
"home": "தொடக்கம்", "home": "தொடக்கம் ",
"import": "பதிவேற்றம்", "import": "பதிவேற்றம் ",
"impersonate-user": "Impersonate user", "impersonate-user": "Impersonate user",
"link": "இணை", "link": "இணை ",
"import-board": "import board", "import-board": "import board",
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV", "import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Trello ல் இருந்து", "from-trello": "Trello ல் இருந்து ",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV", "from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
@ -463,7 +463,7 @@
"label-default": "%s label (default)", "label-default": "%s label (default)",
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.", "label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
"labels": "Labels", "labels": "Labels",
"language": "மொழி", "language": "மொழி ",
"last-admin-desc": "You cant change roles because there must be at least one admin.", "last-admin-desc": "You cant change roles because there must be at least one admin.",
"leave-board": "Leave Board", "leave-board": "Leave Board",
"leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.", "leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.",
@ -473,7 +473,7 @@
"list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.", "list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
"list-move-cards": "Move all cards in this list", "list-move-cards": "Move all cards in this list",
"list-select-cards": "Select all cards in this list", "list-select-cards": "Select all cards in this list",
"set-color-list": "நிறத்தை மாற்று", "set-color-list": "நிறத்தை மாற்று ",
"listActionPopup-title": "List Actions", "listActionPopup-title": "List Actions",
"settingsUserPopup-title": "User Settings", "settingsUserPopup-title": "User Settings",
"settingsTeamPopup-title": "Team Settings", "settingsTeamPopup-title": "Team Settings",
@ -482,7 +482,7 @@
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV", "listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "மேலும்", "listMorePopup-title": "மேலும் ",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.", "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
@ -506,7 +506,7 @@
"muted": "Muted", "muted": "Muted",
"muted-info": "You will never be notified of any changes in this board", "muted-info": "You will never be notified of any changes in this board",
"my-boards": "My Boards", "my-boards": "My Boards",
"name": "பெயர்", "name": "பெயர் ",
"no-archived-cards": "No cards in Archive.", "no-archived-cards": "No cards in Archive.",
"no-archived-lists": "No lists in Archive.", "no-archived-lists": "No lists in Archive.",
"no-archived-swimlanes": "No swimlanes in Archive.", "no-archived-swimlanes": "No swimlanes in Archive.",
@ -520,16 +520,16 @@
"or": "or", "or": "or",
"page-maybe-private": "This page may be private. You may be able to view it by <a href='%s'>logging in</a>.", "page-maybe-private": "This page may be private. You may be able to view it by <a href='%s'>logging in</a>.",
"page-not-found": "Page not found.", "page-not-found": "Page not found.",
"password": "கடவுச்சொல்", "password": "கடவுச்சொல் ",
"paste-or-dragdrop": "to paste, or drag & drop image file to it (image only)", "paste-or-dragdrop": "to paste, or drag & drop image file to it (image only)",
"participating": "Participating", "participating": "Participating",
"preview": "Preview", "preview": "Preview",
"previewAttachedImagePopup-title": "Preview", "previewAttachedImagePopup-title": "Preview",
"previewClipboardImagePopup-title": "Preview", "previewClipboardImagePopup-title": "Preview",
"private": "தனியார்", "private": "தனியார் ",
"private-desc": "This board is private. Only people added to the board can view and edit it.", "private-desc": "This board is private. Only people added to the board can view and edit it.",
"profile": "Profile", "profile": "Profile",
"public": "பொது", "public": "பொது ",
"public-desc": "This board is public. It's visible to anyone with the link and will show up in search engines like Google. Only people added to the board can edit.", "public-desc": "This board is public. It's visible to anyone with the link and will show up in search engines like Google. Only people added to the board can edit.",
"quick-access-description": "Star a board to add a shortcut in this bar.", "quick-access-description": "Star a board to add a shortcut in this bar.",
"remove-cover": "Remove Cover", "remove-cover": "Remove Cover",
@ -540,14 +540,14 @@
"remove-member-from-card": "Remove from Card", "remove-member-from-card": "Remove from Card",
"remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.", "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
"removeMemberPopup-title": "Remove Member?", "removeMemberPopup-title": "Remove Member?",
"rename": "பெயர்மாற்றம்", "rename": "பெயர்மாற்றம் ",
"rename-board": "Rename Board", "rename-board": "Rename Board",
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "சேமி", "save": "சேமி ",
"search": "தேடு", "search": "தேடு ",
"rules": "Rules", "rules": "Rules",
"search-cards": "Search from card/list titles, descriptions and custom fields on this board", "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
"search-example": "Write text you search and press Enter", "search-example": "Write text you search and press Enter",
@ -572,8 +572,8 @@
"star-board-title": "Click to star this board. It will show up at top of your boards list.", "star-board-title": "Click to star this board. It will show up at top of your boards list.",
"starred-boards": "Starred Boards", "starred-boards": "Starred Boards",
"starred-boards-description": "Starred boards show up at the top of your boards list.", "starred-boards-description": "Starred boards show up at the top of your boards list.",
"subscribe": "சந்தா", "subscribe": "சந்தா ",
"team": "குழு", "team": "குழு ",
"this-board": "this board", "this-board": "this board",
"this-card": "this card", "this-card": "this card",
"spent-time-hours": "Spent time (hours)", "spent-time-hours": "Spent time (hours)",
@ -626,7 +626,7 @@
"registration": "Registration", "registration": "Registration",
"disable-self-registration": "Disable Self-Registration", "disable-self-registration": "Disable Self-Registration",
"disable-forgot-password": "Disable Forgot Password", "disable-forgot-password": "Disable Forgot Password",
"invite": "அழைப்பு", "invite": "அழைப்பு ",
"invite-people": "Invite People", "invite-people": "Invite People",
"to-boards": "To board(s)", "to-boards": "To board(s)",
"email-addresses": "Email Addresses", "email-addresses": "Email Addresses",
@ -636,10 +636,10 @@
"smtp-host": "SMTP Host", "smtp-host": "SMTP Host",
"smtp-port": "SMTP Port", "smtp-port": "SMTP Port",
"smtp-username": "Username", "smtp-username": "Username",
"smtp-password": "கடவுச்சொல்", "smtp-password": "கடவுச்சொல் ",
"smtp-tls": "TLS support", "smtp-tls": "TLS support",
"send-from": "அனுப்புனர்", "send-from": "அனுப்புனர் ",
"send-smtp-test": "சோதனை மின்னஞ்சல் அணுப்புக", "send-smtp-test": "சோதனை மின்னஞ்சல் அணுப்புக ",
"invitation-code": "Invitation Code", "invitation-code": "Invitation Code",
"email-invite-register-subject": "__inviter__ sent you an invitation", "email-invite-register-subject": "__inviter__ sent you an invitation",
"email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
@ -686,14 +686,14 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
"active": "Active", "active": "Active",
"card-received": "Received", "card-received": "Received",
"card-received-on": "Received on", "card-received-on": "Received on",
"card-end": "முடிவு", "card-end": "முடிவு ",
"card-end-on": "Ends on", "card-end-on": "Ends on",
"editCardReceivedDatePopup-title": "Change received date", "editCardReceivedDatePopup-title": "Change received date",
"editCardEndDatePopup-title": "Change end date", "editCardEndDatePopup-title": "Change end date",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -782,7 +783,7 @@
"r-archive": "Move to Archive", "r-archive": "Move to Archive",
"r-unarchive": "Restore from Archive", "r-unarchive": "Restore from Archive",
"r-card": "card", "r-card": "card",
"r-add": "சேர்", "r-add": "சேர் ",
"r-remove": "Remove", "r-remove": "Remove",
"r-label": "label", "r-label": "label",
"r-member": "member", "r-member": "member",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1071,7 +1071,7 @@
"globalSearch-instructions-notes-5": "By default archived cards are not searched.", "globalSearch-instructions-notes-5": "By default archived cards are not searched.",
"link-to-search": "Link to this search", "link-to-search": "Link to this search",
"excel-font": "Arial", "excel-font": "Arial",
"number": "எண்", "number": "எண் ",
"label-colors": "Label Colors", "label-colors": "Label Colors",
"label-names": "Label Names", "label-names": "Label Names",
"archived-at": "archived at", "archived-at": "archived at",
@ -1189,7 +1189,7 @@
"storage": "Storage", "storage": "Storage",
"action": "Action", "action": "Action",
"board-title": "Board Title", "board-title": "Board Title",
"attachmentRenamePopup-title": "பெயர்மாற்றம்", "attachmentRenamePopup-title": "பெயர்மாற்றம் ",
"uploading": "Uploading", "uploading": "Uploading",
"remaining_time": "Remaining time", "remaining_time": "Remaining time",
"speed": "Speed", "speed": "Speed",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "ย้อนกลับ", "back": "ย้อนกลับ",
"board-change-color": "เปลี่ยนสี", "board-change-color": "เปลี่ยนสี",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -149,7 +149,7 @@
"board-public-info": "บอร์ดนี้จะเป็น <strong>สาธารณะ</strong>.", "board-public-info": "บอร์ดนี้จะเป็น <strong>สาธารณะ</strong>.",
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.", "board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
"boardChangeColorPopup-title": "เปลี่ยนสีพื้นหลังบอร์ด", "boardChangeColorPopup-title": "เปลี่ยนสีพื้นหลังบอร์ด",
"boardChangeTitlePopup-title": "ตั้งชื่อบอร์ดใหม่", "boardChangeTitlePopup-title": "เปลี่ยนชื่อบอร์ด",
"boardChangeVisibilityPopup-title": "เปลี่ยนการเข้าถึง", "boardChangeVisibilityPopup-title": "เปลี่ยนการเข้าถึง",
"boardChangeWatchPopup-title": "เปลี่ยนการเฝ้าดู", "boardChangeWatchPopup-title": "เปลี่ยนการเฝ้าดู",
"boardMenuPopup-title": "Board Settings", "boardMenuPopup-title": "Board Settings",
@ -365,7 +365,7 @@
"error-board-notAMember": "คุณต้องเป็นสมาชิกของบอร์ดนี้ถึงจะทำได้", "error-board-notAMember": "คุณต้องเป็นสมาชิกของบอร์ดนี้ถึงจะทำได้",
"error-json-malformed": "ข้อความของคุณไม่ใช่ JSON", "error-json-malformed": "ข้อความของคุณไม่ใช่ JSON",
"error-json-schema": "รูปแบบข้้้อมูล JSON ของคุณไม่ถูกต้อง", "error-json-schema": "รูปแบบข้้้อมูล JSON ของคุณไม่ถูกต้อง",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "รายการนี้ไม่มีอยู่", "error-list-doesNotExist": "รายการนี้ไม่มีอยู่",
"error-user-doesNotExist": "ผู้ใช้นี้ไม่มีอยู่", "error-user-doesNotExist": "ผู้ใช้นี้ไม่มีอยู่",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "กรองตัวเลือก", "filter-to-selection": "กรองตัวเลือก",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "ชื่อ นามสกุล", "fullname": "ชื่อ นามสกุล",
"header-logo-title": "ย้อนกลับไปที่หน้าบอร์ดของคุณ", "header-logo-title": "ย้อนกลับไปที่หน้าบอร์ดของคุณ",
"hide-system-messages": "ซ่อนข้อความของระบบ", "hide-system-messages": "ซ่อนข้อความของระบบ",
@ -494,7 +494,7 @@
"memberMenuPopup-title": "การตั้งค่า", "memberMenuPopup-title": "การตั้งค่า",
"members": "สมาชิก", "members": "สมาชิก",
"menu": "เมนู", "menu": "เมนู",
"move-selection": "เลือกย้าย", "move-selection": "ย้ายตัวเลือก",
"moveCardPopup-title": "ย้ายการ์ด", "moveCardPopup-title": "ย้ายการ์ด",
"moveCardToBottom-title": "ย้ายไปล่าง", "moveCardToBottom-title": "ย้ายไปล่าง",
"moveCardToTop-title": "ย้ายไปบน", "moveCardToTop-title": "ย้ายไปบน",
@ -523,7 +523,7 @@
"password": "รหัสผ่าน", "password": "รหัสผ่าน",
"paste-or-dragdrop": "วาง หรือลากและวาง ไฟล์ภาพ(ภาพเท่านั้น)", "paste-or-dragdrop": "วาง หรือลากและวาง ไฟล์ภาพ(ภาพเท่านั้น)",
"participating": "Participating", "participating": "Participating",
"preview": "ตัวอย่าง", "preview": "ภาพตัวอย่าง",
"previewAttachedImagePopup-title": "ตัวอย่าง", "previewAttachedImagePopup-title": "ตัวอย่าง",
"previewClipboardImagePopup-title": "ตัวอย่าง", "previewClipboardImagePopup-title": "ตัวอย่าง",
"private": "ส่วนตัว", "private": "ส่วนตัว",
@ -545,7 +545,7 @@
"restore": "กู้คืน", "restore": "กู้คืน",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "บันทึก", "save": "บันทึก",
"search": "ค้นหา", "search": "ค้นหา",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

File diff suppressed because it is too large Load diff

View file

@ -4,14 +4,14 @@
"act-addAttachment": "__attachment__ eklentisi, __swimlane__ kulvarındaki __list__ listesindeki __board__ panosundaki __card__ kartına eklendi.", "act-addAttachment": "__attachment__ eklentisi, __swimlane__ kulvarındaki __list__ listesindeki __board__ panosundaki __card__ kartına eklendi.",
"act-deleteAttachment": "__attachment__ eklentisi, __swimlane__ kulvarındaki __list__ listesindeki __board__ panosundaki __card__ kartından silindi.", "act-deleteAttachment": "__attachment__ eklentisi, __swimlane__ kulvarındaki __list__ listesindeki __board__ panosundaki __card__ kartından silindi.",
"act-addSubtask": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __subtask__ alt görevi eklendi", "act-addSubtask": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __subtask__ alt görevi eklendi",
"act-addLabel": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __label__ etiketi eklendi", "act-addLabel": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __label__ etiketi eklendi",
"act-addedLabel": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __label__ etiketi eklendi", "act-addedLabel": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __label__ etiketi eklendi",
"act-removeLabel": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartından __label__ etiketi silindi", "act-removeLabel": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartından __label__ etiketi silindi",
"act-removedLabel": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartından __label__ etiketi silindi", "act-removedLabel": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartından __label__ etiketi silindi",
"act-addChecklist": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __checklist__ kontrol listesi eklendi", "act-addChecklist": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartına __checklist__ kontrol listesi eklendi",
"act-addChecklistItem": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartının, __checklist__ kontrol listesine __checklistitem__ kontrol listesi elemanı eklendi", "act-addChecklistItem": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartının, __checklist__ kontrol listesine __checklistitem__ kontrol listesi elemanı eklendi",
"act-removeChecklist": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartından __checklist__ kontrol listesi silindi", "act-removeChecklist": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartından __checklist__ kontrol listesi silindi",
"act-removeChecklistItem": "__board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartının, __checklist__ kontrol listesinden __checklistitem__ kontrol listesi elemanı silindi", "act-removeChecklistItem": " __board__ tahtasının, __swimlane__ kulvarının, __list__ listesindeki __card__ kartının, __checklist__ kontrol listesinden __checklistitem__ kontrol listesi elemanı silindi",
"act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
@ -51,7 +51,7 @@
"activity-created": "%s öğesini oluşturdu", "activity-created": "%s öğesini oluşturdu",
"activity-customfield-created": "%s adlı özel alan yaratıldı", "activity-customfield-created": "%s adlı özel alan yaratıldı",
"activity-excluded": "%s içinden %s çıkarttı", "activity-excluded": "%s içinden %s çıkarttı",
"activity-imported": "%s kaynağından %s öğesini %s öğesinin içine taşıdı", "activity-imported": "%s kaynağından %s öğesini %s öğesinin içine taşıdı ",
"activity-imported-board": "%s i %s içinden aktardı", "activity-imported-board": "%s i %s içinden aktardı",
"activity-joined": "şuna katıldı: %s", "activity-joined": "şuna katıldı: %s",
"activity-moved": "%s i %s içinden %s içine taşıdı", "activity-moved": "%s i %s içinden %s içine taşıdı",
@ -137,15 +137,15 @@
"avatar-too-big": "Avatar boyutu çok büyük (maksimum 520KB)", "avatar-too-big": "Avatar boyutu çok büyük (maksimum 520KB)",
"back": "Geri", "back": "Geri",
"board-change-color": "Renk değiştir", "board-change-color": "Renk değiştir",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
"board-nb-stars": "%s yıldız", "board-nb-stars": "%s yıldız",
"board-not-found": "Pano bulunamadı", "board-not-found": "Pano bulunamadı",
"board-private-info": "This board will be <strong>private</strong>.", "board-private-info": "Bu pano <strong>gizli</strong> olacak.",
"board-public-info": "Bu pano <strong>genel</strong>e açılacaktır.", "board-public-info": "Bu pano <strong>genel</strong>e açılacaktır.",
"board-drag-drop-reorder-or-click-open": "Tahta ikonlarını yeniden sıralamak için sürükleyip bırakın. Tahtayı açmak için tahta ikonuna tıklayın.", "board-drag-drop-reorder-or-click-open": "Tahta ikonlarını yeniden sıralamak için sürükleyip bırakın. Tahtayı açmak için tahta ikonuna tıklayın.",
"boardChangeColorPopup-title": "Pano arkaplan rengini değiştir", "boardChangeColorPopup-title": "Pano arkaplan rengini değiştir",
@ -169,8 +169,8 @@
"card-delete-notice": "Silme işlemi kalıcıdır. Bu kartla ilişkili tüm eylemleri kaybedersiniz.", "card-delete-notice": "Silme işlemi kalıcıdır. Bu kartla ilişkili tüm eylemleri kaybedersiniz.",
"card-delete-pop": "Son hareketler alanındaki tüm veriler silinecek, ayrıca bu kartı yeniden açamayacaksın. Bu işlemin geri dönüşü yok.", "card-delete-pop": "Son hareketler alanındaki tüm veriler silinecek, ayrıca bu kartı yeniden açamayacaksın. Bu işlemin geri dönüşü yok.",
"card-delete-suggest-archive": "Bir kartı tahtadan çıkarmak ve etkinliği korumak için Arşive taşıyabilirsiniz.", "card-delete-suggest-archive": "Bir kartı tahtadan çıkarmak ve etkinliği korumak için Arşive taşıyabilirsiniz.",
"card-archive-pop": "Kart arşivlendikten sonra bu listede kart görünmeyecektir.", "card-archive-pop": "Kart arşivlendikten sonra bu listede kart görünmeyecektir. ",
"card-archive-suggest-cancel": "Kartı daha sonra Arşiv'den geri yükleyebilirsiniz.", "card-archive-suggest-cancel": "Kartı daha sonra Arşiv'den geri yükleyebilirsiniz. ",
"card-due": "Bitiş", "card-due": "Bitiş",
"card-due-on": "Bitiş tarihi:", "card-due-on": "Bitiş tarihi:",
"card-spent": "Harcanan Zaman", "card-spent": "Harcanan Zaman",
@ -223,7 +223,7 @@
"cardDetailsActionsPopup-title": "Kart işlemleri", "cardDetailsActionsPopup-title": "Kart işlemleri",
"cardLabelsPopup-title": "Etiketler", "cardLabelsPopup-title": "Etiketler",
"cardMembersPopup-title": "Üyeler", "cardMembersPopup-title": "Üyeler",
"cardMorePopup-title": "Daha fazla", "cardMorePopup-title": "Daha",
"cardTemplatePopup-title": "Şablon oluştur", "cardTemplatePopup-title": "Şablon oluştur",
"cards": "Kartlar", "cards": "Kartlar",
"cards-count": "Kartlar", "cards-count": "Kartlar",
@ -291,7 +291,7 @@
"confirm-subtask-delete-popup": "Alt görevi silmek istediğinizden emin misiniz?", "confirm-subtask-delete-popup": "Alt görevi silmek istediğinizden emin misiniz?",
"confirm-checklist-delete-popup": "Kontrol listesini silmek istediğinizden emin misiniz?", "confirm-checklist-delete-popup": "Kontrol listesini silmek istediğinizden emin misiniz?",
"subtaskDeletePopup-title": "Alt Görev Silinsin mi?", "subtaskDeletePopup-title": "Alt Görev Silinsin mi?",
"checklistDeletePopup-title": "Kontrol Listesi Silinsin mi?", "checklistDeletePopup-title": "Kontrol Listesi Silinsin mi? ",
"copy-card-link-to-clipboard": "Kartın linkini kopyala", "copy-card-link-to-clipboard": "Kartın linkini kopyala",
"copy-text-to-clipboard": "Yazıyı kopyala", "copy-text-to-clipboard": "Yazıyı kopyala",
"linkCardPopup-title": "Bağlantı kartı", "linkCardPopup-title": "Bağlantı kartı",
@ -337,8 +337,8 @@
"edit-profile": "Profili Düzenle", "edit-profile": "Profili Düzenle",
"edit-wip-limit": "Devam Eden İş Sınırını Düzenle", "edit-wip-limit": "Devam Eden İş Sınırını Düzenle",
"soft-wip-limit": "Zayıf Devam Eden İş Sınırı", "soft-wip-limit": "Zayıf Devam Eden İş Sınırı",
"editCardStartDatePopup-title": "Change start date", "editCardStartDatePopup-title": "Başlangıç tarihini değiştir",
"editCardDueDatePopup-title": "Change due date", "editCardDueDatePopup-title": "Bitiş tarihini değiştir",
"editCustomFieldPopup-title": "Alanı düzenle", "editCustomFieldPopup-title": "Alanı düzenle",
"addReactionPopup-title": "Reaksiyon ekle", "addReactionPopup-title": "Reaksiyon ekle",
"editCardSpentTimePopup-title": "Harcanan zamanı değiştir", "editCardSpentTimePopup-title": "Harcanan zamanı değiştir",
@ -365,7 +365,7 @@
"error-board-notAMember": "Bu işlemi yapmak için panoya üye olmalısın.", "error-board-notAMember": "Bu işlemi yapmak için panoya üye olmalısın.",
"error-json-malformed": "Girilen metin geçerli bir JSON formatında değil", "error-json-malformed": "Girilen metin geçerli bir JSON formatında değil",
"error-json-schema": "Girdiğin JSON metni tüm bilgileri doğru biçimde barındırmıyor", "error-json-schema": "Girdiğin JSON metni tüm bilgileri doğru biçimde barındırmıyor",
"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": "CSV'niz (Virgülle Ayrılmış Değerler) / TSV'niz (Sekmeyle Ayrılmış Değerler) doğru formatta uygun bilgileri içermiyor",
"error-list-doesNotExist": "Liste bulunamadı", "error-list-doesNotExist": "Liste bulunamadı",
"error-user-doesNotExist": "Kullanıcı bulunamadı", "error-user-doesNotExist": "Kullanıcı bulunamadı",
"error-user-notAllowSelf": "Kendi kendini davet edemezsin", "error-user-notAllowSelf": "Kendi kendini davet edemezsin",
@ -385,7 +385,7 @@
"export-card-pdf": "Kartı PDF olarak dışa aktar", "export-card-pdf": "Kartı PDF olarak dışa aktar",
"user-can-not-export-card-to-pdf": "Bu kullanıcı kartı PDF olarak dışa aktaramaz.", "user-can-not-export-card-to-pdf": "Bu kullanıcı kartı PDF olarak dışa aktaramaz.",
"exportBoardPopup-title": "Panoyu dışarı aktar", "exportBoardPopup-title": "Panoyu dışarı aktar",
"exportCardPopup-title": "Kartı dışa aktar", "exportCardPopup-title": "Kartı dışa aktar.",
"sort": "Sırala", "sort": "Sırala",
"sorted": "Sıralanmış", "sorted": "Sıralanmış",
"remove-sort": "Sıralamayı kaldır", "remove-sort": "Sıralamayı kaldır",
@ -397,7 +397,7 @@
"list-label-short-modifiedAt": "(S)", "list-label-short-modifiedAt": "(S)",
"list-label-short-title": "(A)", "list-label-short-title": "(A)",
"list-label-short-sort": "(M)", "list-label-short-sort": "(M)",
"filter": "Filter", "filter": "Filtre",
"filter-cards": "Kartları veya Listeleri Filtrele", "filter-cards": "Kartları veya Listeleri Filtrele",
"filter-dates-label": "Tarihe göre filtrele", "filter-dates-label": "Tarihe göre filtrele",
"filter-no-due-date": "Son tarih yok", "filter-no-due-date": "Son tarih yok",
@ -406,7 +406,7 @@
"filter-due-this-week": "Son tarihi bu hafta", "filter-due-this-week": "Son tarihi bu hafta",
"filter-due-tomorrow": "Son tarihi yarın", "filter-due-tomorrow": "Son tarihi yarın",
"list-filter-label": "Listeyi Başlığa Göre Filtrele", "list-filter-label": "Listeyi Başlığa Göre Filtrele",
"filter-clear": "Clear filter", "filter-clear": "Filtreyi temizle",
"filter-labels-label": "Etikete göre filtrele", "filter-labels-label": "Etikete göre filtrele",
"filter-no-label": "Etiket yok", "filter-no-label": "Etiket yok",
"filter-member-label": "Üyeye göre filtrele", "filter-member-label": "Üyeye göre filtrele",
@ -422,7 +422,7 @@
"filter-to-selection": "Seçime göre filtreleme yap", "filter-to-selection": "Seçime göre filtreleme yap",
"other-filters-label": "Diğer Filtreler", "other-filters-label": "Diğer Filtreler",
"advanced-filter-label": "Gelişmiş Filtreleme", "advanced-filter-label": "Gelişmiş Filtreleme",
"advanced-filter-description": "Gelişmiş Filtre, aşağıdaki operatörleri içeren bir dize yazmaya izin verir: == != <= >= && || ( ) Operatörler arasında ayırıcı olarak boşluk kullanılır. Adlarını ve değerlerini yazarak tüm Özel Alanlar için filtre uygulayabilirsiniz. Örneğin: Alan1 == Değer1. Not: Alanlar veya değerler boşluk içeriyorsa, bunları tek tırnak içine almanız gerekir. Örneğin: 'Alan 1' == 'Değer 1'. Tek kontrol karakterlerinin (' \/) atlanması için \ kullanabilirsiniz. Örneğin: Alan1 == Ben. Ayrıca birden fazla koşulu birleştirebilirsiniz. Örneğin: F1 == V1 || F1 == V2. Normalde tüm operatörler soldan sağa doğru yorumlanır. Parantez koyarak sırayı değiştirebilirsiniz. Örneğin: F1 == V1 && ( F2 == V2 || F2 == V3 ). Ayrıca normal ifadeyi kullanarak metin alanlarında arama yapabilirsiniz: F1 == /Tes.*/i", "advanced-filter-description": "Gelişmiş Filtre, aşağıdaki operatörleri içeren bir dize yazmaya izin verir: == != <= >= && || ( ) Operatörler arasında ayırıcı olarak boşluk kullanılır. Adlarını ve değerlerini yazarak tüm Özel Alanlar için filtre uygulayabilirsiniz. Örneğin: Alan1 == Değer1. Not: Alanlar veya değerler boşluk içeriyorsa, bunları tek tırnak içine almanız gerekir. Örneğin: 'Alan 1' == 'Değer 1'. Tek kontrol karakterlerinin (' \\/) atlanması için \\ kullanabilirsiniz. Örneğin: Alan1 == Ben. Ayrıca birden fazla koşulu birleştirebilirsiniz. Örneğin: F1 == V1 || F1 == V2. Normalde tüm operatörler soldan sağa doğru yorumlanır. Parantez koyarak sırayı değiştirebilirsiniz. Örneğin: F1 == V1 && ( F2 == V2 || F2 == V3 ). Ayrıca normal ifadeyi kullanarak metin alanlarında arama yapabilirsiniz: F1 == /Tes.*/i",
"fullname": "Ad Soyad", "fullname": "Ad Soyad",
"header-logo-title": "Panolar sayfanıza geri dön.", "header-logo-title": "Panolar sayfanıza geri dön.",
"hide-system-messages": "Sistem mesajlarını gizle", "hide-system-messages": "Sistem mesajlarını gizle",
@ -545,7 +545,7 @@
"restore": "Geri Getir", "restore": "Geri Getir",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Kart ayarları", "card-settings": "Kart ayarları",
"save": "Kaydet", "save": "Kaydet",
"search": "Arama", "search": "Arama",
"rules": "Kurallar", "rules": "Kurallar",
@ -565,7 +565,7 @@
"shortcut-toggle-filterbar": "Filtre kenar çubuğunu aç/kapa", "shortcut-toggle-filterbar": "Filtre kenar çubuğunu aç/kapa",
"shortcut-toggle-searchbar": "Arama Kenar Çubuğunu Aç/Kapat", "shortcut-toggle-searchbar": "Arama Kenar Çubuğunu Aç/Kapat",
"shortcut-toggle-sidebar": "Pano kenar çubuğunu aç/kapa", "shortcut-toggle-sidebar": "Pano kenar çubuğunu aç/kapa",
"show-cards-minimum-count": "Eğer listede şu sayıdan fazla öğe varsa kart sayısını göster:", "show-cards-minimum-count": "Eğer listede şu sayıdan fazla öğe varsa kart sayısını göster: ",
"sidebar-open": "Kenar Çubuğunu Aç", "sidebar-open": "Kenar Çubuğunu Aç",
"sidebar-close": "Kenar Çubuğunu Kapat", "sidebar-close": "Kenar Çubuğunu Kapat",
"signupPopup-title": "Bir Hesap Oluştur", "signupPopup-title": "Bir Hesap Oluştur",
@ -630,7 +630,7 @@
"invite-people": "Kullanıcı davet et", "invite-people": "Kullanıcı davet et",
"to-boards": "Şu pano(lar)a", "to-boards": "Şu pano(lar)a",
"email-addresses": "E-posta adresleri", "email-addresses": "E-posta adresleri",
"smtp-host-description": "The address of the SMTP server that handles your emails.", "smtp-host-description": "E-posta gönderimi yapan SMTP sunucu adresi",
"smtp-port-description": "E-posta gönderimi yapan SMTP sunucu portu", "smtp-port-description": "E-posta gönderimi yapan SMTP sunucu portu",
"smtp-tls-description": "SMTP mail sunucusu için TLS kriptolama desteği açılsın", "smtp-tls-description": "SMTP mail sunucusu için TLS kriptolama desteği açılsın",
"smtp-host": "SMTP sunucu adresi", "smtp-host": "SMTP sunucu adresi",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "E-posta Değiştirmeye İzin Ver", "accounts-allowEmailChange": "E-posta Değiştirmeye İzin Ver",
"accounts-allowUserNameChange": "Kullanıcı adı değiştirmeye izin ver", "accounts-allowUserNameChange": "Kullanıcı adı değiştirmeye izin ver",
"tableVisibilityMode-allowPrivateOnly": "Tahta Görünürlüğü: Sadece özel tahtalara izin ver", "tableVisibilityMode-allowPrivateOnly": "Tahta Görünürlüğü: Sadece özel tahtalara izin ver",
"tableVisibilityMode" : "Tahta Görünürlüğü", "tableVisibilityMode": "Tahta Görünürlüğü",
"createdAt": "Oluşturulma tarihi", "createdAt": "Oluşturulma tarihi",
"modifiedAt": "Değiştirilme zamanı", "modifiedAt": "Değiştirilme zamanı",
"verified": "Doğrulanmış", "verified": "Doğrulanmış",
@ -754,6 +754,7 @@
"r-removed-from": ıkarıldı:", "r-removed-from": ıkarıldı:",
"r-the-board": "pano", "r-the-board": "pano",
"r-list": "liste", "r-list": "liste",
"list": "Liste",
"set-filter": "Filtrele", "set-filter": "Filtrele",
"r-moved-to": "Şuraya taşındı:", "r-moved-to": "Şuraya taşındı:",
"r-moved-from": "Şuradan taşındı:", "r-moved-from": "Şuradan taşındı:",
@ -764,7 +765,7 @@
"r-when-the-label": "Etiket ne zaman", "r-when-the-label": "Etiket ne zaman",
"r-list-name": "liste adı", "r-list-name": "liste adı",
"r-when-a-member": "Bir üye olduğunda", "r-when-a-member": "Bir üye olduğunda",
"r-when-the-member": "Ne zaman üye", "r-when-the-member": "Ne zaman üye ",
"r-name": "isim", "r-name": "isim",
"r-when-a-attach": "Bir ek olduğunda", "r-when-a-attach": "Bir ek olduğunda",
"r-when-a-checklist": "Bir kontrol listesi şu olduğunda:", "r-when-a-checklist": "Bir kontrol listesi şu olduğunda:",
@ -832,7 +833,7 @@
"r-items-list": "öğe1,öğe2,öğe3", "r-items-list": "öğe1,öğe2,öğe3",
"r-add-swimlane": "Kulvar ekle", "r-add-swimlane": "Kulvar ekle",
"r-swimlane-name": "kulvar adı", "r-swimlane-name": "kulvar adı",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Not: Her olası değere uyması için bir alanı boş bırakın.",
"r-checklist-note": "Not: kontrol listesindeki öğelerin virgülle ayrılmış değerler olarak yazılması gerekir.", "r-checklist-note": "Not: kontrol listesindeki öğelerin virgülle ayrılmış değerler olarak yazılması gerekir.",
"r-when-a-card-is-moved": "Bir kart başka bir listeye taşındığında", "r-when-a-card-is-moved": "Bir kart başka bir listeye taşındığında",
"r-set": "Ayarla", "r-set": "Ayarla",
@ -863,9 +864,9 @@
"oidc-button-text": "OIDC Buton metnini özelleştirin", "oidc-button-text": "OIDC Buton metnini özelleştirin",
"default-authentication-method": "Varsayılan Kimlik Doğrulama Yöntemi", "default-authentication-method": "Varsayılan Kimlik Doğrulama Yöntemi",
"duplicate-board": "Panoyu Çoğalt", "duplicate-board": "Panoyu Çoğalt",
"org-number": "The number of organizations is: ", "org-number": "Organizasyon sayısı:",
"team-number": "The number of teams is: ", "team-number": "Takım sayısı:",
"people-number": "The number of people is: ", "people-number": "Kişi sayısı:",
"swimlaneDeletePopup-title": "Kulvar silinsin mi?", "swimlaneDeletePopup-title": "Kulvar silinsin mi?",
"swimlane-delete-pop": "Tüm eylemler etkinlik akışından kaldırılacak ve kulvarınızı kurtaramayacaksınız. Geri alınamaz.", "swimlane-delete-pop": "Tüm eylemler etkinlik akışından kaldırılacak ve kulvarınızı kurtaramayacaksınız. Geri alınamaz.",
"restore-all": "Her şeyi eski haline getir", "restore-all": "Her şeyi eski haline getir",
@ -944,7 +945,6 @@
"person": "Kişi", "person": "Kişi",
"my-cards": "Kartlarım", "my-cards": "Kartlarım",
"card": "Kart", "card": "Kart",
"list": "Liste",
"board": "Pano", "board": "Pano",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Back", "back": "Back",
"board-change-color": "Change color", "board-change-color": "Change color",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -545,7 +545,7 @@
"restore": "Restore", "restore": "Restore",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Save", "save": "Save",
"search": "Search", "search": "Search",
"rules": "Rules", "rules": "Rules",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Allow Email Change", "accounts-allowEmailChange": "Allow Email Change",
"accounts-allowUserNameChange": "Allow Username Change", "accounts-allowUserNameChange": "Allow Username Change",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Created at", "createdAt": "Created at",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Verified", "verified": "Verified",
@ -754,6 +754,7 @@
"r-removed-from": "Removed from", "r-removed-from": "Removed from",
"r-the-board": "the board", "r-the-board": "the board",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "Moved to", "r-moved-to": "Moved to",
"r-moved-from": "Moved from", "r-moved-from": "Moved from",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Restore all", "restore-all": "Restore all",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Card", "card": "Card",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Назад", "back": "Назад",
"board-change-color": "Змінити колір", "board-change-color": "Змінити колір",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -491,7 +491,7 @@
"log-out": "Log Out", "log-out": "Log Out",
"log-in": "Log In", "log-in": "Log In",
"loginPopup-title": "Log In", "loginPopup-title": "Log In",
"memberMenuPopup-title": "Налаштування користувачів", "memberMenuPopup-title": "Member Settings",
"members": "Користувачі", "members": "Користувачі",
"menu": "Меню", "menu": "Меню",
"move-selection": "Перенести обране", "move-selection": "Перенести обране",
@ -545,7 +545,7 @@
"restore": "Відновити", "restore": "Відновити",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Зберегти", "save": "Зберегти",
"search": "Шукати", "search": "Шукати",
"rules": "Правила", "rules": "Правила",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Дозволити Зміну Email", "accounts-allowEmailChange": "Дозволити Зміну Email",
"accounts-allowUserNameChange": "Дозволити Зміну Імені Користувача", "accounts-allowUserNameChange": "Дозволити Зміну Імені Користувача",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Створено", "createdAt": "Створено",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Перевірено", "verified": "Перевірено",
@ -754,6 +754,7 @@
"r-removed-from": "Видалити з", "r-removed-from": "Видалити з",
"r-the-board": "Дошка", "r-the-board": "Дошка",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "переміщено до", "r-moved-to": "переміщено до",
"r-moved-from": "переміщено з", "r-moved-from": "переміщено з",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Відновити все", "restore-all": "Відновити все",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Картка", "card": "Картка",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",

View file

@ -4,8 +4,8 @@
"act-addAttachment": "прикріплено вкладення __attachment__ до картки__card__ у списку __list__ на доріжці __swimlane__ дошки__board__", "act-addAttachment": "прикріплено вкладення __attachment__ до картки__card__ у списку __list__ на доріжці __swimlane__ дошки__board__",
"act-deleteAttachment": "видалено вкладення __attachment__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-deleteAttachment": "видалено вкладення __attachment__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
"act-addSubtask": "додано підзадачу __subtask__ для картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-addSubtask": "додано підзадачу __subtask__ для картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
"act-addLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-addLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__\n ",
"act-addedLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-addedLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__\n ",
"act-removeLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-removeLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
"act-removedLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-removedLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
"act-addChecklist": "додано контрольний список __checklist__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__", "act-addChecklist": "додано контрольний список __checklist__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
@ -137,9 +137,9 @@
"avatar-too-big": "The avatar is too large (520KB max)", "avatar-too-big": "The avatar is too large (520KB max)",
"back": "Назад", "back": "Назад",
"board-change-color": "Змінити колір", "board-change-color": "Змінити колір",
"show-at-all-boards-page" : "Show at All Boards page", "show-at-all-boards-page": "Show at All Boards page",
"board-info-on-my-boards" : "All Boards Settings", "board-info-on-my-boards": "All Boards Settings",
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
"boardInfoOnMyBoards-title": "All Boards Settings", "boardInfoOnMyBoards-title": "All Boards Settings",
"show-card-counter-per-list": "Show card count per list", "show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars", "show-board_members-avatar": "Show Board members avatars",
@ -365,7 +365,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"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": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -422,7 +422,7 @@
"filter-to-selection": "Filter to selection", "filter-to-selection": "Filter to selection",
"other-filters-label": "Other Filters", "other-filters-label": "Other Filters",
"advanced-filter-label": "Advanced Filter", "advanced-filter-label": "Advanced Filter",
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i", "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname": "Full Name", "fullname": "Full Name",
"header-logo-title": "Go back to your boards page.", "header-logo-title": "Go back to your boards page.",
"hide-system-messages": "Hide system messages", "hide-system-messages": "Hide system messages",
@ -469,7 +469,7 @@
"leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.", "leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.",
"leaveBoardPopup-title": "Залишити Дошку?", "leaveBoardPopup-title": "Залишити Дошку?",
"link-card": "Посилання на цю картку", "link-card": "Посилання на цю картку",
"list-archive-cards": "Перенести всі картки в цьому переліку до Архиву", "list-archive-cards": "Перенести всі картки в цьому переліку до Архиву ",
"list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.", "list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
"list-move-cards": "Move all cards in this list", "list-move-cards": "Move all cards in this list",
"list-select-cards": "Select all cards in this list", "list-select-cards": "Select all cards in this list",
@ -545,14 +545,14 @@
"restore": "Відновити", "restore": "Відновити",
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions", "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
"rescue-card-description-dialogue": "Overwrite current card description with your changes?", "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
"card-settings":"Card Settings", "card-settings": "Card Settings",
"save": "Зберегти", "save": "Зберегти",
"search": "Шукати", "search": "Шукати",
"rules": "Правила", "rules": "Правила",
"search-cards": "Search from card/list titles, descriptions and custom fields on this board", "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
"search-example": "Write text you search and press Enter", "search-example": "Write text you search and press Enter",
"select-color": "Оберіть Коліп", "select-color": "Оберіть Коліп",
"select-board": "Оберіть Дошку", "select-board": "Оберіть Дошку ",
"set-wip-limit-value": "Встановіть обмеження максимальної кількості завдань в цьому списку", "set-wip-limit-value": "Встановіть обмеження максимальної кількості завдань в цьому списку",
"setWipLimitPopup-title": "Set WIP Limit", "setWipLimitPopup-title": "Set WIP Limit",
"shortcut-assign-self": "Призначити себе до поточної картки", "shortcut-assign-self": "Призначити себе до поточної картки",
@ -686,7 +686,7 @@
"accounts-allowEmailChange": "Дозволити Зміну Email", "accounts-allowEmailChange": "Дозволити Зміну Email",
"accounts-allowUserNameChange": "Дозволити Зміну Імені Користувача", "accounts-allowUserNameChange": "Дозволити Зміну Імені Користувача",
"tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
"tableVisibilityMode" : "Boards visibility", "tableVisibilityMode": "Boards visibility",
"createdAt": "Створено", "createdAt": "Створено",
"modifiedAt": "Modified at", "modifiedAt": "Modified at",
"verified": "Перевірено", "verified": "Перевірено",
@ -743,7 +743,7 @@
"r-add-rule": "Add rule", "r-add-rule": "Add rule",
"r-view-rule": "Переглянути правило", "r-view-rule": "Переглянути правило",
"r-delete-rule": "Видалити правило", "r-delete-rule": "Видалити правило",
"r-new-rule-name": "Заголовок нового правила", "r-new-rule-name": "Заголовок нового правила\n",
"r-no-rules": "No rules", "r-no-rules": "No rules",
"r-trigger": "Trigger", "r-trigger": "Trigger",
"r-action": "Action", "r-action": "Action",
@ -754,6 +754,7 @@
"r-removed-from": "Видалити з", "r-removed-from": "Видалити з",
"r-the-board": "Дошка", "r-the-board": "Дошка",
"r-list": "list", "r-list": "list",
"list": "List",
"set-filter": "Set Filter", "set-filter": "Set Filter",
"r-moved-to": "переміщено до", "r-moved-to": "переміщено до",
"r-moved-from": "переміщено з", "r-moved-from": "переміщено з",
@ -783,7 +784,7 @@
"r-unarchive": "Restore from Archive", "r-unarchive": "Restore from Archive",
"r-card": "Картка", "r-card": "Картка",
"r-add": "Додати", "r-add": "Додати",
"r-remove": "Видалити", "r-remove": "Видалити\n",
"r-label": "label", "r-label": "label",
"r-member": "Користувач", "r-member": "Користувач",
"r-remove-all": "Видалити усіх учасників картки", "r-remove-all": "Видалити усіх учасників картки",
@ -832,7 +833,7 @@
"r-items-list": "item1,item2,item3", "r-items-list": "item1,item2,item3",
"r-add-swimlane": "Add swimlane", "r-add-swimlane": "Add swimlane",
"r-swimlane-name": "swimlane name", "r-swimlane-name": "swimlane name",
"r-board-note": "Note: leave a field empty to match every possible value. ", "r-board-note": "Note: leave a field empty to match every possible value.",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.", "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-when-a-card-is-moved": "When a card is moved to another list", "r-when-a-card-is-moved": "When a card is moved to another list",
"r-set": "Set", "r-set": "Set",
@ -863,9 +864,9 @@
"oidc-button-text": "Customize the OIDC button text", "oidc-button-text": "Customize the OIDC button text",
"default-authentication-method": "Default Authentication Method", "default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board", "duplicate-board": "Duplicate Board",
"org-number": "The number of organizations is: ", "org-number": "The number of organizations is:",
"team-number": "The number of teams is: ", "team-number": "The number of teams is:",
"people-number": "The number of people is: ", "people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlaneDeletePopup-title": "Delete Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
"restore-all": "Відновити все", "restore-all": "Відновити все",
@ -944,7 +945,6 @@
"person": "Person", "person": "Person",
"my-cards": "My Cards", "my-cards": "My Cards",
"card": "Картка", "card": "Картка",
"list": "List",
"board": "Board", "board": "Board",
"context-separator": "/", "context-separator": "/",
"myCardsViewChange-title": "My Cards View", "myCardsViewChange-title": "My Cards View",
@ -1135,7 +1135,7 @@
"add-teams-label": "Added teams are displayed below:", "add-teams-label": "Added teams are displayed below:",
"remove-team-from-table": "Are you sure you want to remove this team from the board ?", "remove-team-from-table": "Are you sure you want to remove this team from the board ?",
"confirm-btn": "Confirm", "confirm-btn": "Confirm",
"remove-btn": "Видалити", "remove-btn": "Видалити\n",
"filter-card-title-label": "Filter by card title", "filter-card-title-label": "Filter by card title",
"invite-people-success": "Invitation to register sent with success", "invite-people-success": "Invitation to register sent with success",
"invite-people-error": "Error while sending invitation to register", "invite-people-error": "Error while sending invitation to register",

Some files were not shown because too many files have changed in this diff Show more