@box/activity-feed 2.1.13 → 2.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +58 -58
- package/dist/i18n/da-DK.js +57 -58
- package/dist/i18n/de-DE.js +57 -58
- package/dist/i18n/en-AU.js +9 -58
- package/dist/i18n/en-CA.js +2 -59
- package/dist/i18n/en-GB.js +9 -58
- package/dist/i18n/en-x-pseudo.js +2 -59
- package/dist/i18n/es-419.js +58 -58
- package/dist/i18n/es-ES.js +58 -58
- package/dist/i18n/fi-FI.js +58 -58
- package/dist/i18n/fr-CA.js +59 -58
- package/dist/i18n/fr-FR.js +59 -58
- package/dist/i18n/hi-IN.js +58 -58
- package/dist/i18n/it-IT.js +58 -58
- package/dist/i18n/ja-JP.js +58 -58
- package/dist/i18n/ko-KR.js +58 -58
- package/dist/i18n/nb-NO.js +58 -58
- package/dist/i18n/nl-NL.js +57 -58
- package/dist/i18n/pl-PL.js +58 -58
- package/dist/i18n/pt-BR.js +58 -58
- package/dist/i18n/ru-RU.js +58 -58
- package/dist/i18n/sv-SE.js +58 -58
- package/dist/i18n/tr-TR.js +58 -58
- package/dist/i18n/zh-CN.js +59 -58
- package/dist/i18n/zh-TW.js +59 -58
- package/package.json +15 -15
- package/dist/i18n/bn-IN.properties +0 -114
- package/dist/i18n/da-DK.properties +0 -114
- package/dist/i18n/de-DE.properties +0 -114
- package/dist/i18n/en-AU.properties +0 -114
- package/dist/i18n/en-CA.properties +0 -114
- package/dist/i18n/en-GB.properties +0 -114
- package/dist/i18n/en-US.js +0 -59
- package/dist/i18n/en-US.properties +0 -114
- package/dist/i18n/en-x-pseudo.properties +0 -114
- package/dist/i18n/es-419.properties +0 -114
- package/dist/i18n/es-ES.properties +0 -114
- package/dist/i18n/fi-FI.properties +0 -114
- package/dist/i18n/fr-CA.properties +0 -114
- package/dist/i18n/fr-FR.properties +0 -114
- package/dist/i18n/hi-IN.properties +0 -114
- package/dist/i18n/it-IT.properties +0 -114
- package/dist/i18n/ja-JP.properties +0 -114
- package/dist/i18n/json/src/lib/components/app-activity-item/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/empty-state/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/header/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/header/task-button/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/task-item/components/task-message/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/task-item/components/task-state/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/task-item/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/version-item/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -114
- package/dist/i18n/nb-NO.properties +0 -114
- package/dist/i18n/nl-NL.properties +0 -114
- package/dist/i18n/pl-PL.properties +0 -114
- package/dist/i18n/pt-BR.properties +0 -114
- package/dist/i18n/ru-RU.properties +0 -114
- package/dist/i18n/sv-SE.properties +0 -114
- package/dist/i18n/tr-TR.properties +0 -114
- package/dist/i18n/zh-CN.properties +0 -114
- package/dist/i18n/zh-TW.properties +0 -114
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = Dodaj komentarz, adnotację lub @wspomnij o współpracowniku, aby udostępnić swoje przemyślenia.
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = Rozpocznij rozmowę
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = Zamknij
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = Filtruj
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = Filtry
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = Tylko nierozwiązane
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Wyklucza komentarze, które zostały oznaczone jako rozwiązane
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = Wspomnij mnie
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = Komentarze, w których Cię @wspomniano
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Komentarze, w których Cię @wspomniano, i zadania, które są Ci przypisane
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = Pokaż rozwiązane komentarze
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Komentarze, które zostały oznaczone jako rozwiązane
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Dodaj zadanie
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Osoby przypisane będą odpowiedzialne za zatwierdzanie lub odrzucanie zadań
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Zadanie zatwierdzenia
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Osoby przypisane będą odpowiedzialne za oznaczanie zadań jako ukończonych
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Zadanie ogólne
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Zadanie zatwierdzenia
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Zatwierdzone
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Zakończone
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Odrzucone
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Usunąć to zadanie? Nie można cofnąć tego działania.
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Anuluj
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Usuń
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Usuwanie
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Potwierdzenie usunięcia zadania
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Nie można wczytać przypisanych osób. Spróbuj ponownie.
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Trwa wczytywanie…
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Przycisk większej liczby opcji
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Pokaż mniej
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = Pokaż więcej
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Pokaż {count} więcej
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Pokaż {count}+ więcej
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Zatwierdź
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Zatwierdzanie
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Oznacz jako zakończone
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Oznaczanie jako zakończone
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Usuń zadanie
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = Termin: {monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Modyfikuj zadanie
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = Zadanie
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Odrzuć
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Odrzucanie
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Wyświetl szczegóły zadania
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = Zatwierdzone
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} z {totalCount})
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = Zakończone
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Odrzucone
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = Promowana {appName}: <badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = Przywrócono {appName}: <badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = Przekazano {appName}: <badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = Usunięto {authorName} V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = Usunięto {authorName} V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = Promowana wersja: <badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = Przywrócona wersja: <badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = Przesłana wersja: <badge>V{versionNumber}</badge>
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = Faça um comentário, anote ou @mencione um colaborador para compartilhar seus pensamentos.
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = Iniciar a conversa
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = Fechar
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = Filtro
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = Filtros
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = Apenas não resolvido
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Exclui comentários que foram marcados como resolvidos
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = Mencionar-me
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = Comentários onde você está @mencionado
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Comentários onde você está @mencionado e tarefas às quais você está atribuído
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = Mostrar comentários resolvidos
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Comentários que foram marcados como resolvidos
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Adicionar tarefa
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Os responsáveis são encarregados de aprovar ou rejeitar tarefas
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Tarefa de aprovação
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Os responsáveis são encarregados de marcar as tarefas como concluídas
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Tarefa geral
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Tarefa de aprovação
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Aprovado
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Completado
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Rejeitada
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Excluir esta tarefa? Essa ação não pode ser desfeita.
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Cancelar
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Apagar
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Excluindo
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Confirmação para excluir tarefa
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Falha ao carregar responsáveis. Tente novamente.
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Enviando…
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Botão Mais opções
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Mostrar menos
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = Mostrar mais
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Mostrar mais {count}
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Mostrar mais {count}
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Aprovar
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Aprovando
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Marcar como concluído
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Marcando como concluído
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Excluir Tarefa
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = Vence em {monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Modificar tarefa
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = Tarefa
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Rejeitar
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Rejeitando
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Ver detalhes da tarefa
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = Aprovado
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} de {totalCount})
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = Completado
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Rejeitado
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = {appName} Promovido: <badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = {appName} Restaurado: <badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = {appName} Carregado: <badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = {authorName} excluiu V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = {authorName} excluiu V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = Versão promovida: <badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = Versão restaurada: <badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = Versão carregada: <badge>V{versionNumber}</badge>
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = Оставляйте комментарии, добавляйте примечания или @упоминайте соавтора, чтобы поделиться своими мыслями.
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = Начать разговор
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = Закрыть
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = Фильтровать
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = Фильтры
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = Только нерешенные
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Исключает комментарии, которые были помечены как решенные
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = Упоминать меня
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = Комментарии, в которых вас @упомянули
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Комментарии, в которых вас @упомянули, и задачи, назначенные вам
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = Показать решенные комментарии
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Комментарии, которые были помечены как решенные
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Добавить задачу
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Исполнители должны утверждать или отклонять задачи
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Задача утверждения
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Исполнители должны отмечать задачи как выполненные
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Общая задача
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Задача утверждения
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Утверждено
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Завершено
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Отклонено
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Удалить эту задачу? Это действие невозможно отменить.
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Отменить
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Удалить
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Удаление
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Подтверждение удаления задачи
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Не удалось загрузить исполнителей. Повторите попытку.
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Загрузка…
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Кнопка дополнительных параметров
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Скрыть
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = Показать все
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Показать еще ({count})
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Показать еще (более {count})
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Утвердить
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Утверждение
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Отметить как выполненное
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Отметить как выполненное
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Удаление задания
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = Срок до {monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Изменить задачу
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = Задача
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Отклонить
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Отклонение
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Просмотреть сведения о задаче
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = Утверждено
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} из {totalCount})
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = Завершено
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Отклонено
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = Обновление {appName}: <badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = Восстановление {appName}: <badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = Загрузка {appName}: <badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = Автор {authorName} удалил V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = Автор {authorName} удалил V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = Обновленная версия: <badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = Восстановленная версия: <badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = Загруженная версия: <badge>V{versionNumber}</badge>
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = Kommentera, anteckna eller @nämn en medarbetare för att dela dina tankar.
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = Starta konversationen
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = Stäng
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = Filtrera
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = Filter
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = Endast olösta
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Utesluter kommentarer som markerades som lösta
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = Nämn mig
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = Kommentarer där du @omnämns
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = Kommentarer där du @nämns och uppgifter du tilldelats
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = Visa lösta kommentarer
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Kommentarer som markerades som lösta
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Lägg till uppgift
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Tilldelade är ansvariga för att godkänna och avvisa uppgifter
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Uppgift för godkännande
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Tilldelade är ansvariga för att markera uppgifter som slutförda
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Allmän uppgift
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Uppgift för godkännande
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Godkänd
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Slutförd
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Avvisad
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Radera den här uppgiften? Den här åtgärden kan inte upphävas.
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = Avbryt
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Radera
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Raderar
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Bekräftelse av att radera uppgift
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Det gick inte att läsa in uppdragsinnehavare. Försök igen.
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Läser in …
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Knappen Fler alternativ
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Visa färre
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = Visa fler
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = Visa {count} till
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = Visa {count}+ till
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Godkänn
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Godkänner
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Markera som slutförd
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Markerar som slutförd
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Radera uppgift
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = Förfaller {monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Ändra uppgift
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = Uppgift
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Avvisa
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Avvisar
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Visa detaljer om uppgift
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = Godkänd
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} av {totalCount})
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = Slutförd
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Avvisad
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = {appName} Uppflyttad: <badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = {appName} återställd: <badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = {appName} uppladdad: <badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = {authorName} raderade V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = {authorName} raderade V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = Version som flyttats upp: <badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = Version återställd: <badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = Version uppladdad: <badge>V{versionNumber}</badge>
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Text for an activity item in the activity feed
|
|
2
|
-
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
|
-
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body = Fikirlerinizi paylaşmak için yorum yapın, açıklama ekleyin veya bir ortak çalışandan @bahsedin.
|
|
5
|
-
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title = Konuşmayı başlatın
|
|
7
|
-
# Aria label for the close button in the activity feed header
|
|
8
|
-
groupSharedFeatures.activityFeed.header.closeAriaLabel = Kapat
|
|
9
|
-
# Aria label for the filter toggle button in the activity feed header
|
|
10
|
-
groupSharedFeatures.activityFeed.header.filterAriaLabel = Filtre
|
|
11
|
-
# Title label for the filters dropdown in the activity feed header
|
|
12
|
-
groupSharedFeatures.activityFeed.header.filtersTitle = Filtreler
|
|
13
|
-
# Label for the filter option that hides resolved comments
|
|
14
|
-
groupSharedFeatures.activityFeed.header.hideResolvedComments = Yalnızca çözülmemiş
|
|
15
|
-
# Description for the filter option that hides resolved comments
|
|
16
|
-
groupSharedFeatures.activityFeed.header.hideResolvedCommentsDescription = Çözülmüş olarak işaretlenen yorumları hariç tutar
|
|
17
|
-
# Label for the filter option that shows only comments mentioning the current user
|
|
18
|
-
groupSharedFeatures.activityFeed.header.mentionMe = Benden bahseden
|
|
19
|
-
# Description for the mention-me filter (comments only)
|
|
20
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescription = @bahsedildiğiniz yorumlar
|
|
21
|
-
# Description for the mention-me filter (comments and tasks)
|
|
22
|
-
groupSharedFeatures.activityFeed.header.mentionMeDescriptionWithTasks = @bahsedildiğiniz yorumlar ve atandığınız görevler
|
|
23
|
-
# Label for the filter option that includes resolved comments
|
|
24
|
-
groupSharedFeatures.activityFeed.header.showResolvedComments = Çözülmüş yorumları göster
|
|
25
|
-
# Description for the filter option that includes resolved comments
|
|
26
|
-
groupSharedFeatures.activityFeed.header.showResolvedCommentsDescription = Çözülmüş olarak işaretlenen yorumlar
|
|
27
|
-
# Label for the dropdown trigger button that opens the task type menu
|
|
28
|
-
groupSharedFeatures.activityFeed.header.taskButton.addTaskLabel = Görev Ekle
|
|
29
|
-
# Description for the approval task menu item in the add task dropdown
|
|
30
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskDescription = Atanan kişiler, görevleri onaylamaktan veya reddetmekten sorumlu olur
|
|
31
|
-
# Title for the approval task menu item in the add task dropdown
|
|
32
|
-
groupSharedFeatures.activityFeed.header.taskButton.approvalTaskTitle = Onaylama Görevi
|
|
33
|
-
# Description for the general task menu item in the add task dropdown
|
|
34
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskDescription = Atanan kişiler, görevlerin tamamlandı olarak işaretlenmesinden sorumlu olur
|
|
35
|
-
# Title for the general task menu item in the add task dropdown
|
|
36
|
-
groupSharedFeatures.activityFeed.header.taskButton.generalTaskTitle = Genel Görev
|
|
37
|
-
# Label header for approval task card
|
|
38
|
-
groupSharedFeatures.activityFeed.taskCard.approvalTaskLabel = Onay Görevi
|
|
39
|
-
# Per-assignee row suffix when the assignee approved an approval task
|
|
40
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusApproved = Onaylandı
|
|
41
|
-
# Per-assignee row suffix when the assignee has completed (sentence case, green in UI)
|
|
42
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusCompleted = Tamamlandı
|
|
43
|
-
# Per-assignee row suffix when the assignee rejected an approval task
|
|
44
|
-
groupSharedFeatures.activityFeed.taskCard.assigneeRowStatusRejected = Reddedildi
|
|
45
|
-
# Confirmation message when deleting a task from the task message options
|
|
46
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationBody = Bu görev silinsin mi? Bu işlem geri alınamaz.
|
|
47
|
-
# Cancel button on delete task confirmation popover
|
|
48
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationCancel = İptal et
|
|
49
|
-
# Confirm delete button on delete task confirmation popover
|
|
50
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirm = Sil
|
|
51
|
-
# Loading aria-label announced while the delete task confirmation is in flight
|
|
52
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationConfirmLoading = Siliniyor
|
|
53
|
-
# Accessible name for the delete task confirmation popover
|
|
54
|
-
groupSharedFeatures.activityFeed.taskCard.deleteTaskConfirmationDialogAriaLabel = Görev onayını sil
|
|
55
|
-
# Error message when fetching more assignees from server fails
|
|
56
|
-
groupSharedFeatures.activityFeed.taskCard.loadAssigneesError = Atananlar yüklenemedi. Tekrar deneyin.
|
|
57
|
-
# Loading state text when fetching more assignees from server
|
|
58
|
-
groupSharedFeatures.activityFeed.taskCard.loadingAssignees = Yükleniyor…
|
|
59
|
-
# Aria label for more options button in task message
|
|
60
|
-
groupSharedFeatures.activityFeed.taskCard.moreOptionsAriaLabel = Diğer seçenekler düğmesi
|
|
61
|
-
# Button to hide additional assignees
|
|
62
|
-
groupSharedFeatures.activityFeed.taskCard.showLessAssignees = Daha Az Göster
|
|
63
|
-
# Button to load more assignees from server when count is unknown
|
|
64
|
-
groupSharedFeatures.activityFeed.taskCard.showMore = Daha Fazla Göster
|
|
65
|
-
# Button to show more assignees when exact count is known
|
|
66
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssignees = {count} Adet Daha Göster
|
|
67
|
-
# Button to show more assignees when approximate count (at least this many more on server)
|
|
68
|
-
groupSharedFeatures.activityFeed.taskCard.showMoreAssigneesApproximate = {count}+ Adet Daha Göster
|
|
69
|
-
# Approve action for an approval task
|
|
70
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveAction = Onayla
|
|
71
|
-
# Loading aria-label announced while the Approve action is in flight
|
|
72
|
-
groupSharedFeatures.activityFeed.taskCard.taskApproveActionLoading = Onaylanıyor
|
|
73
|
-
# Completion action for a general task
|
|
74
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteAction = Tamamlandı olarak işaretle
|
|
75
|
-
# Loading aria-label announced while the Mark as Complete action is in flight
|
|
76
|
-
groupSharedFeatures.activityFeed.taskCard.taskCompleteActionLoading = Tamamlandı olarak işaretleniyor
|
|
77
|
-
# Text to show on menu item to delete task
|
|
78
|
-
groupSharedFeatures.activityFeed.taskCard.taskDeleteMenuItem = Görevi sil
|
|
79
|
-
# Due date row: "Due" plus short month/day (with year when not the current year) and time. Placeholders are locale-formatted.
|
|
80
|
-
groupSharedFeatures.activityFeed.taskCard.taskDueDateLabel = Bitiş tarihi: {monthDay} {time}
|
|
81
|
-
# Text to show on menu item to edit task
|
|
82
|
-
groupSharedFeatures.activityFeed.taskCard.taskEditMenuItem = Görevi değiştir
|
|
83
|
-
# Label header for task card
|
|
84
|
-
groupSharedFeatures.activityFeed.taskCard.taskLabel = Görev
|
|
85
|
-
# Reject action for an approval task
|
|
86
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectAction = Reddet
|
|
87
|
-
# Loading aria-label announced while the Reject action is in flight
|
|
88
|
-
groupSharedFeatures.activityFeed.taskCard.taskRejectActionLoading = Reddediliyor
|
|
89
|
-
# View details action for a multi-file task
|
|
90
|
-
groupSharedFeatures.activityFeed.taskCard.taskViewDetailsAction = Görev Ayrıntılarını Görüntüleyin
|
|
91
|
-
# Headline when an approval task is approved
|
|
92
|
-
groupSharedFeatures.activityFeed.taskState.approvedHeadline = Onaylandı
|
|
93
|
-
# Assignee completion count shown after the Completed headline
|
|
94
|
-
groupSharedFeatures.activityFeed.taskState.completedCountParenthetical = ({completedCount} / {totalCount})
|
|
95
|
-
# Headline for a task that is fully completed
|
|
96
|
-
groupSharedFeatures.activityFeed.taskState.completedHeadline = Tamamlandı
|
|
97
|
-
# Headline for a task or approval that was rejected
|
|
98
|
-
groupSharedFeatures.activityFeed.taskState.rejectedHeadline = Reddedildi
|
|
99
|
-
# Label when an app promoted a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
100
|
-
groupSharedFeatures.activityFeed.versionItem.appPromoted = {appName} Yükseltildi: <badge>V{versionNumber}</badge>
|
|
101
|
-
# Label when an app restored a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
102
|
-
groupSharedFeatures.activityFeed.versionItem.appRestored = {appName} Eski Haline Getirildi: <badge>V{versionNumber}</badge>
|
|
103
|
-
# Label when an app uploaded a file version in the activity feed. {appName} is the display name of the application (e.g., "Box Sign"). {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
104
|
-
groupSharedFeatures.activityFeed.versionItem.appUploaded = {appName} Yüklendi: <badge>V{versionNumber}</badge>
|
|
105
|
-
# Inline text for a deleted version with timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33), {timestamp} is a relative time.
|
|
106
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeleted = {authorName} tarafından silindi V{versionNumber} · {timestamp}
|
|
107
|
-
# Inline text for a deleted version without timestamp in the activity feed. {authorName} is the user who deleted, {versionNumber} is the numeric version (e.g., 33).
|
|
108
|
-
groupSharedFeatures.activityFeed.versionItem.versionDeletedNoTimestamp = {authorName} tarafından silindi: V{versionNumber}
|
|
109
|
-
# Label for a promoted version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
110
|
-
groupSharedFeatures.activityFeed.versionItem.versionPromoted = Sürüm Yükseltildi: <badge>V{versionNumber}</badge>
|
|
111
|
-
# Label for a restored version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
112
|
-
groupSharedFeatures.activityFeed.versionItem.versionRestored = Sürüm Eski Haline Getirildi: <badge>V{versionNumber}</badge>
|
|
113
|
-
# Label for an uploaded version marker in the activity feed. {versionNumber} is the numeric version. <badge> wraps the clickable version badge.
|
|
114
|
-
groupSharedFeatures.activityFeed.versionItem.versionUploaded = Sürüm Yüklendi: <badge>V{versionNumber}</badge>
|