From cca7c23babea9ae616f866601214bcd7365c8362 Mon Sep 17 00:00:00 2001 From: githubjeka Date: Fri, 10 Nov 2017 12:08:30 +0300 Subject: [PATCH] translation --- messages/an/base.php | 2 ++ messages/an/views.php | 11 +++++++++++ messages/ar/base.php | 2 ++ messages/ar/views.php | 11 +++++++++++ messages/bg/base.php | 2 ++ messages/bg/views.php | 11 +++++++++++ messages/ca/base.php | 2 ++ messages/ca/views.php | 11 +++++++++++ messages/cs/base.php | 2 ++ messages/cs/views.php | 11 +++++++++++ messages/da/base.php | 2 ++ messages/da/views.php | 11 +++++++++++ messages/de/base.php | 2 ++ messages/de/views.php | 11 +++++++++++ messages/el/base.php | 2 ++ messages/el/views.php | 11 +++++++++++ messages/es/base.php | 2 ++ messages/es/views.php | 11 +++++++++++ messages/fa_ir/base.php | 2 ++ messages/fa_ir/views.php | 11 +++++++++++ messages/fr/base.php | 2 ++ messages/fr/views.php | 11 +++++++++++ messages/hr/base.php | 2 ++ messages/hr/views.php | 11 +++++++++++ messages/ht/base.php | 2 ++ messages/ht/views.php | 11 +++++++++++ messages/hu/base.php | 2 ++ messages/hu/views.php | 11 +++++++++++ messages/id/base.php | 2 ++ messages/id/views.php | 11 +++++++++++ messages/it/base.php | 2 ++ messages/it/views.php | 11 +++++++++++ messages/ja/base.php | 2 ++ messages/ja/views.php | 11 +++++++++++ messages/ko/base.php | 2 ++ messages/ko/views.php | 11 +++++++++++ messages/lt/base.php | 2 ++ messages/lt/views.php | 11 +++++++++++ messages/lv/base.php | 2 ++ messages/lv/views.php | 11 +++++++++++ messages/nb_no/base.php | 2 ++ messages/nb_no/views.php | 11 +++++++++++ messages/nl/base.php | 2 ++ messages/nl/views.php | 11 +++++++++++ messages/pl/base.php | 2 ++ messages/pl/views.php | 11 +++++++++++ messages/pt/base.php | 2 ++ messages/pt/views.php | 11 +++++++++++ messages/pt_br/base.php | 2 ++ messages/pt_br/views.php | 11 +++++++++++ messages/ro/base.php | 2 ++ messages/ro/views.php | 11 +++++++++++ messages/ru/base.php | 2 ++ messages/ru/views.php | 15 +++++++++++++-- messages/sk/base.php | 2 ++ messages/sk/views.php | 11 +++++++++++ messages/sv/base.php | 2 ++ messages/sv/views.php | 11 +++++++++++ messages/th/base.php | 2 ++ messages/th/views.php | 11 +++++++++++ messages/tr/base.php | 2 ++ messages/tr/views.php | 11 +++++++++++ messages/uk/base.php | 2 ++ messages/uk/views.php | 11 +++++++++++ messages/uz/base.php | 2 ++ messages/uz/views.php | 11 +++++++++++ messages/vi/base.php | 2 ++ messages/vi/views.php | 11 +++++++++++ messages/zh_cn/base.php | 2 ++ messages/zh_cn/views.php | 11 +++++++++++ messages/zh_tw/base.php | 2 ++ messages/zh_tw/views.php | 11 +++++++++++ 72 files changed, 470 insertions(+), 2 deletions(-) diff --git a/messages/an/base.php b/messages/an/base.php index 643b26a..973a9b4 100644 --- a/messages/an/base.php +++ b/messages/an/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/an/views.php b/messages/an/views.php index 35aa76c..95c76e8 100644 --- a/messages/an/views.php +++ b/messages/an/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ar/base.php b/messages/ar/base.php index 643b26a..973a9b4 100644 --- a/messages/ar/base.php +++ b/messages/ar/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/ar/views.php b/messages/ar/views.php index 35aa76c..95c76e8 100644 --- a/messages/ar/views.php +++ b/messages/ar/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/bg/base.php b/messages/bg/base.php index 643b26a..973a9b4 100644 --- a/messages/bg/base.php +++ b/messages/bg/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/bg/views.php b/messages/bg/views.php index 35aa76c..95c76e8 100644 --- a/messages/bg/views.php +++ b/messages/bg/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ca/base.php b/messages/ca/base.php index 643b26a..973a9b4 100644 --- a/messages/ca/base.php +++ b/messages/ca/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/ca/views.php b/messages/ca/views.php index 35aa76c..95c76e8 100644 --- a/messages/ca/views.php +++ b/messages/ca/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/cs/base.php b/messages/cs/base.php index 643b26a..973a9b4 100644 --- a/messages/cs/base.php +++ b/messages/cs/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/cs/views.php b/messages/cs/views.php index 35aa76c..95c76e8 100644 --- a/messages/cs/views.php +++ b/messages/cs/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/da/base.php b/messages/da/base.php index 643b26a..973a9b4 100644 --- a/messages/da/base.php +++ b/messages/da/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/da/views.php b/messages/da/views.php index 35aa76c..95c76e8 100644 --- a/messages/da/views.php +++ b/messages/da/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/de/base.php b/messages/de/base.php index 643b26a..973a9b4 100644 --- a/messages/de/base.php +++ b/messages/de/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/de/views.php b/messages/de/views.php index 35aa76c..95c76e8 100644 --- a/messages/de/views.php +++ b/messages/de/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/el/base.php b/messages/el/base.php index 643b26a..973a9b4 100644 --- a/messages/el/base.php +++ b/messages/el/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/el/views.php b/messages/el/views.php index 35aa76c..95c76e8 100644 --- a/messages/el/views.php +++ b/messages/el/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/es/base.php b/messages/es/base.php index 643b26a..973a9b4 100644 --- a/messages/es/base.php +++ b/messages/es/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/es/views.php b/messages/es/views.php index 35aa76c..95c76e8 100644 --- a/messages/es/views.php +++ b/messages/es/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/fa_ir/base.php b/messages/fa_ir/base.php index 643b26a..973a9b4 100644 --- a/messages/fa_ir/base.php +++ b/messages/fa_ir/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/fa_ir/views.php b/messages/fa_ir/views.php index 35aa76c..95c76e8 100644 --- a/messages/fa_ir/views.php +++ b/messages/fa_ir/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/fr/base.php b/messages/fr/base.php index 643b26a..973a9b4 100644 --- a/messages/fr/base.php +++ b/messages/fr/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/fr/views.php b/messages/fr/views.php index 35aa76c..95c76e8 100644 --- a/messages/fr/views.php +++ b/messages/fr/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/hr/base.php b/messages/hr/base.php index 643b26a..973a9b4 100644 --- a/messages/hr/base.php +++ b/messages/hr/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/hr/views.php b/messages/hr/views.php index 35aa76c..95c76e8 100644 --- a/messages/hr/views.php +++ b/messages/hr/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ht/base.php b/messages/ht/base.php index 643b26a..973a9b4 100644 --- a/messages/ht/base.php +++ b/messages/ht/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/ht/views.php b/messages/ht/views.php index 35aa76c..95c76e8 100644 --- a/messages/ht/views.php +++ b/messages/ht/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/hu/base.php b/messages/hu/base.php index 643b26a..973a9b4 100644 --- a/messages/hu/base.php +++ b/messages/hu/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/hu/views.php b/messages/hu/views.php index 35aa76c..95c76e8 100644 --- a/messages/hu/views.php +++ b/messages/hu/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/id/base.php b/messages/id/base.php index 643b26a..973a9b4 100644 --- a/messages/id/base.php +++ b/messages/id/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/id/views.php b/messages/id/views.php index 35aa76c..95c76e8 100644 --- a/messages/id/views.php +++ b/messages/id/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/it/base.php b/messages/it/base.php index 643b26a..973a9b4 100644 --- a/messages/it/base.php +++ b/messages/it/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/it/views.php b/messages/it/views.php index 35aa76c..95c76e8 100644 --- a/messages/it/views.php +++ b/messages/it/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ja/base.php b/messages/ja/base.php index 643b26a..973a9b4 100644 --- a/messages/ja/base.php +++ b/messages/ja/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/ja/views.php b/messages/ja/views.php index 35aa76c..95c76e8 100644 --- a/messages/ja/views.php +++ b/messages/ja/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ko/base.php b/messages/ko/base.php index 643b26a..973a9b4 100644 --- a/messages/ko/base.php +++ b/messages/ko/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/ko/views.php b/messages/ko/views.php index 35aa76c..95c76e8 100644 --- a/messages/ko/views.php +++ b/messages/ko/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/lt/base.php b/messages/lt/base.php index 643b26a..973a9b4 100644 --- a/messages/lt/base.php +++ b/messages/lt/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/lt/views.php b/messages/lt/views.php index 35aa76c..95c76e8 100644 --- a/messages/lt/views.php +++ b/messages/lt/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/lv/base.php b/messages/lv/base.php index 643b26a..973a9b4 100644 --- a/messages/lv/base.php +++ b/messages/lv/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/lv/views.php b/messages/lv/views.php index 35aa76c..95c76e8 100644 --- a/messages/lv/views.php +++ b/messages/lv/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/nb_no/base.php b/messages/nb_no/base.php index 643b26a..973a9b4 100644 --- a/messages/nb_no/base.php +++ b/messages/nb_no/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/nb_no/views.php b/messages/nb_no/views.php index 35aa76c..95c76e8 100644 --- a/messages/nb_no/views.php +++ b/messages/nb_no/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/nl/base.php b/messages/nl/base.php index 643b26a..973a9b4 100644 --- a/messages/nl/base.php +++ b/messages/nl/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/nl/views.php b/messages/nl/views.php index 35aa76c..95c76e8 100644 --- a/messages/nl/views.php +++ b/messages/nl/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/pl/base.php b/messages/pl/base.php index 643b26a..973a9b4 100644 --- a/messages/pl/base.php +++ b/messages/pl/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/pl/views.php b/messages/pl/views.php index 35aa76c..95c76e8 100644 --- a/messages/pl/views.php +++ b/messages/pl/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/pt/base.php b/messages/pt/base.php index 643b26a..973a9b4 100644 --- a/messages/pt/base.php +++ b/messages/pt/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/pt/views.php b/messages/pt/views.php index 35aa76c..95c76e8 100644 --- a/messages/pt/views.php +++ b/messages/pt/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/pt_br/base.php b/messages/pt_br/base.php index 643b26a..973a9b4 100644 --- a/messages/pt_br/base.php +++ b/messages/pt_br/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/pt_br/views.php b/messages/pt_br/views.php index 35aa76c..95c76e8 100644 --- a/messages/pt_br/views.php +++ b/messages/pt_br/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ro/base.php b/messages/ro/base.php index 643b26a..973a9b4 100644 --- a/messages/ro/base.php +++ b/messages/ro/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/ro/views.php b/messages/ro/views.php index 35aa76c..95c76e8 100644 --- a/messages/ro/views.php +++ b/messages/ro/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/ru/base.php b/messages/ru/base.php index d0bbba2..a117757 100644 --- a/messages/ru/base.php +++ b/messages/ru/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', + 'Not deleted.' => '', 'Issue' => 'Задача', 'Tracker issues' => 'Список задач', ]; diff --git a/messages/ru/views.php b/messages/ru/views.php index 174ddcd..ce58610 100644 --- a/messages/ru/views.php +++ b/messages/ru/views.php @@ -17,12 +17,14 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ - 'Edit the type' => 'Изменить тип', - 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => 'Здесь вы управляете типами документов и их цветами. Впоследствии, их можно встретить в форме изменения документа.', + 'Can not be deleted while documents exist for this category' => 'Не может быть удалено, пока существуют документы для этой категории', + 'Deleted.' => 'Удалено.', + 'Not deleted.' => 'Не удалено.', 'Designate tag to issue' => 'Назначить номенклатуру к задаче', 'Add' => 'Добавить', 'Add Receivers' => 'Добавить получателей', 'Add Subtask' => 'Добавить подзадачу', + 'Add new category' => 'Добавить новую категорию', 'Add new type' => 'Добавить новый тип', 'Adopted' => 'Принято', 'Adopted at' => 'Принято в', @@ -38,9 +40,11 @@ 'Change file' => 'Изменить файл', 'Change info' => 'Изменить информацию', 'Comments' => 'Комментарии', + 'Configuration for categories of documents' => 'Настройка категорий для документов', 'Configuration for types of documents' => 'Настройка для типов документов', 'Create Document' => 'Создать документ', 'Create Tag' => 'Создать номенклатуру', + 'Create new category' => 'Создание новой категории', 'Create new type' => 'Создание нового типа', 'Created At' => 'Создано', 'Created By' => 'Создано', @@ -55,6 +59,8 @@ 'Document' => 'Документ', 'Documents' => 'Документы', 'Done' => 'Выполнено', + 'Edit the category' => 'Редактирование новой категории', + 'Edit the type' => 'Изменение типа', 'File' => 'Файл', 'Filename' => 'Имя файла', 'Filter by Category' => 'Фильтр по Категории', @@ -71,6 +77,8 @@ 'From this time recommended begin to start work' => 'Рекомендуемое время начала работ', 'Has no direct receivers' => 'Нет прямых получателей', 'Has not deadline' => 'Без крайнего срока', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => 'Здесь вы управляете категориями докуметнов и цветом их текста. Впоследствии, их можно встретить в форме редактирования документа.', + 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => 'Здесь вы управляете типами документов и их цветами. Впоследствии, их можно встретить в форме изменения документа.', 'More details, please...' => 'Подробнее, пожалуйста...', 'More filters' => 'Больше фильтров', 'Must be completed by' => 'Срок до', @@ -101,8 +109,11 @@ 'Status' => 'Статус', 'Tags' => 'Номенклатура', 'Text Color' => 'Цвет текста', + 'The color will be applied to text of category' => 'Цвет будет применён для текста категории', + 'The name of document category' => 'Наименования категории документа', 'The name type of a document' => 'Наименование типа документа', 'The planned time by which you should end work.' => 'Планируемое время окончания работ.', + 'There are currently no document categories available.' => 'В данный момент нет доступных категорий документов.', 'There are currently no document types available.' => 'В настоящий момент нет доступных типов для документов', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => 'Это список персональных ярлыков. Это может быть номенклатурой, этапом, закладкой или всем, чем вы можете отметить задачу. Эти отметки видны только вам.', 'Timeline' => 'Временная шкала', diff --git a/messages/sk/base.php b/messages/sk/base.php index 643b26a..973a9b4 100644 --- a/messages/sk/base.php +++ b/messages/sk/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/sk/views.php b/messages/sk/views.php index 35aa76c..95c76e8 100644 --- a/messages/sk/views.php +++ b/messages/sk/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/sv/base.php b/messages/sv/base.php index 643b26a..973a9b4 100644 --- a/messages/sv/base.php +++ b/messages/sv/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/sv/views.php b/messages/sv/views.php index 35aa76c..95c76e8 100644 --- a/messages/sv/views.php +++ b/messages/sv/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/th/base.php b/messages/th/base.php index 643b26a..973a9b4 100644 --- a/messages/th/base.php +++ b/messages/th/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/th/views.php b/messages/th/views.php index 35aa76c..95c76e8 100644 --- a/messages/th/views.php +++ b/messages/th/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/tr/base.php b/messages/tr/base.php index 643b26a..973a9b4 100644 --- a/messages/tr/base.php +++ b/messages/tr/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/tr/views.php b/messages/tr/views.php index 35aa76c..95c76e8 100644 --- a/messages/tr/views.php +++ b/messages/tr/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/uk/base.php b/messages/uk/base.php index 643b26a..973a9b4 100644 --- a/messages/uk/base.php +++ b/messages/uk/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/uk/views.php b/messages/uk/views.php index 35aa76c..95c76e8 100644 --- a/messages/uk/views.php +++ b/messages/uk/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/uz/base.php b/messages/uz/base.php index 643b26a..973a9b4 100644 --- a/messages/uz/base.php +++ b/messages/uz/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/uz/views.php b/messages/uz/views.php index 35aa76c..95c76e8 100644 --- a/messages/uz/views.php +++ b/messages/uz/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/vi/base.php b/messages/vi/base.php index 643b26a..973a9b4 100644 --- a/messages/vi/base.php +++ b/messages/vi/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/vi/views.php b/messages/vi/views.php index 35aa76c..95c76e8 100644 --- a/messages/vi/views.php +++ b/messages/vi/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/zh_cn/base.php b/messages/zh_cn/base.php index 643b26a..973a9b4 100644 --- a/messages/zh_cn/base.php +++ b/messages/zh_cn/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/zh_cn/views.php b/messages/zh_cn/views.php index 35aa76c..95c76e8 100644 --- a/messages/zh_cn/views.php +++ b/messages/zh_cn/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '', diff --git a/messages/zh_tw/base.php b/messages/zh_tw/base.php index 643b26a..973a9b4 100644 --- a/messages/zh_tw/base.php +++ b/messages/zh_tw/base.php @@ -17,6 +17,8 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ + 'Deleted.' => '', 'Issue' => '', + 'Not deleted.' => '', 'Tracker issues' => '', ]; diff --git a/messages/zh_tw/views.php b/messages/zh_tw/views.php index 35aa76c..95c76e8 100644 --- a/messages/zh_tw/views.php +++ b/messages/zh_tw/views.php @@ -21,6 +21,7 @@ 'Add' => '', 'Add Receivers' => '', 'Add Subtask' => '', + 'Add new category' => '', 'Add new type' => '', 'Adopted' => '', 'Adopted at' => '', @@ -31,14 +32,17 @@ 'Assignee' => '', 'Background Color' => '', 'Calendar' => '', + 'Can not be deleted while documents exist for this category' => '', 'Categories of documents' => '', 'Category' => '', 'Change file' => '', 'Change info' => '', 'Comments' => '', + 'Configuration for categories of documents' => '', 'Configuration for types of documents' => '', 'Create Document' => '', 'Create Tag' => '', + 'Create new category' => '', 'Create new type' => '', 'Created At' => '', 'Created By' => '', @@ -47,12 +51,14 @@ 'Deadline Date' => '', 'Deadline Time' => '', 'Delete' => '', + 'Deleted.' => '', 'Delivered at' => '', 'Description' => '', 'Designate tag' => '', 'Document' => '', 'Documents' => '', 'Done' => '', + 'Edit the category' => '', 'Edit the type' => '', 'File' => '', 'Filename' => '', @@ -70,6 +76,7 @@ 'From this time recommended begin to start work' => '', 'Has no direct receivers' => '', 'Has not deadline' => '', + 'Here you must manage your categories of documents and their text colors. After, you can found theirs in edit form of a document.' => '', 'Here you must manage your types of documents and their colors. After, you can found theirs in edit form of a document.' => '', 'More details, please...' => '', 'More filters' => '', @@ -78,6 +85,7 @@ 'New Document' => '', 'New issue' => '', 'No open issues...' => '', + 'Not deleted.' => '', 'Not fulfilled' => '', 'Notify assignors' => '', 'Number' => '', @@ -101,8 +109,11 @@ 'Status' => '', 'Tags' => '', 'Text Color' => '', + 'The color will be applied to text of category' => '', + 'The name of document category' => '', 'The name type of a document' => '', 'The planned time by which you should end work.' => '', + 'There are currently no document categories available.' => '', 'There are currently no document types available.' => '', 'This list of personal tags. It is can be a tag, a milestone, label or other that you can mark a issue. This tags visible only for you.' => '', 'Timeline' => '',