Skip to content

Commit 69c430d

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 59ab2ba commit 69c430d

10 files changed

Lines changed: 180 additions & 0 deletions

File tree

l10n/en_GB.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,37 @@ OC.L10N.register(
3131
"Notifications" : "Notifications",
3232
"This application enables people to view a log of activities about them, their files or other data." : "This application enables people to view a log of activities about them, their files or other data.",
3333
"This app allows people to see actions related to their files and data in Nextcloud.\n\t\tEach person can configure their individual activity settings in the personal settings,\n\t\tto choose which activity should be pushed to mobile phones, sent via email\n\t\tor whether a daily summary is sent each morning.\n\t\tMore information is available in the Activity documentation." : "This app allows people to see actions related to their files and data in Nextcloud.\n\t\tEach person can configure their individual activity settings in the personal settings,\n\t\tto choose which activity should be pushed to mobile phones, sent via email\n\t\tor whether a daily summary is sent each morning.\n\t\tMore information is available in the Activity documentation.",
34+
"Any time" : "Any time",
3435
"Today" : "Today",
3536
"Last 7 days" : "Last 7 days",
3637
"Last 30 days" : "Last 30 days",
3738
"Custom range" : "Custom range",
39+
"{from} to {to}" : "{from} to {to}",
40+
"Since {from}" : "Since {from}",
41+
"Until {to}" : "Until {to}",
42+
"Enter at least {count} characters to search" : "Enter at least {count} characters to search",
43+
"Search by file name" : "Search by file name",
3844
"Clear search" : "Clear search",
45+
"Filter by account" : "Filter by account",
46+
"Anyone" : "Anyone",
47+
"Filter activities by date" : "Filter activities by date",
3948
"Clear filters" : "Clear filters",
4049
"From" : "From",
4150
"To" : "To",
4251
"Send email" : "Send email",
4352
"Send push notification" : "Send push notification",
4453
"Activity notification configuration" : "Activity notification configuration",
4554
"Yesterday" : "Yesterday",
55+
"Loading activity summary" : "Loading activity summary",
56+
"_%n activity since {date}_::_%n activities since {date}_" : ["%n activity since {date}","%n activities since {date}"],
57+
"Colour shows how many activities happened on each day, from none to {max}." : "Colour shows how many activities happened on each day, from none to {max}.",
58+
"_%n activity_::_%n activities_" : ["%n activity","%n activities"],
59+
"{date} — count incomplete" : "{date} — count incomplete",
60+
"_%n activity on {date}_::_%n activities on {date}_" : ["%n activity on {date}","%n activities on {date}"],
61+
"{label} (count incomplete)" : "{label} (count incomplete)",
62+
"Week of {date}" : "Week of {date}",
63+
"Activity over time" : "Activity over time",
64+
"Activity per day. Each cell is one day; use the arrow keys to move between days and Enter to filter the stream by that day." : "Activity per day. Each cell is one day; use the arrow keys to move between days and Enter to filter the stream by that day.",
4665
"Less" : "Less",
4766
"More" : "More",
4867
"_Downloaded %n time (%s in the last 30 days)_::_Downloaded %n times (%s in the last 30 days)_" : ["Downloaded %n time (%s in the last 30 days)","Downloaded %n times (%s in the last 30 days)"],
@@ -61,20 +80,29 @@ OC.L10N.register(
6180
"Could not load activities" : "Could not load activities",
6281
"Loading activities" : "Loading activities",
6382
"This stream will show events like additions, changes & shares" : "This stream will show events like additions, changes & shares",
83+
"No matching activities" : "No matching activities",
84+
"No activity matches the current filters" : "No activity matches the current filters",
6485
"No activity yet" : "No activity yet",
6586
"New activities" : "New activities",
6687
"Loading more activities" : "Loading more activities",
6788
"No more activities." : "No more activities.",
6889
"Could not enable RSS link" : "Could not enable RSS link",
6990
"RSS link copied to clipboard" : "RSS link copied to clipboard",
7091
"Could not copy the RSS link, please copy manually:" : "Could not copy the RSS link, please copy manually:",
92+
"Heatmap" : "Heatmap",
7193
"Activity settings" : "Activity settings",
7294
"Enable RSS feed" : "Enable RSS feed",
7395
"RSS feed" : "RSS feed",
7496
"Copy RSS feed link" : "Copy RSS feed link",
7597
"Personal notification settings" : "Personal notification settings",
98+
"Show these activities" : "Show these activities",
99+
"Show {date}" : "Show {date}",
100+
"Show {from} to {to}" : "Show {from} to {to}",
101+
"Pick a day to see what happened, or hold Shift and pick a second day for a period." : "Pick a day to see what happened, or hold Shift and pick a second day for a period.",
76102
"Clear selection" : "Clear selection",
77103
"Unable to load the activity list" : "Unable to load the activity list",
104+
"Loading older activities…" : "Loading older activities…",
105+
"Load older activities" : "Load older activities",
78106
"Choose for which activities you want to get an email or push notification." : "Choose for which activities you want to get an email or push notification.",
79107
"Choose for which activities you want to get a push notification." : "Choose for which activities you want to get a push notification.",
80108
"Notification" : "Notification",

l10n/en_GB.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,37 @@
2929
"Notifications" : "Notifications",
3030
"This application enables people to view a log of activities about them, their files or other data." : "This application enables people to view a log of activities about them, their files or other data.",
3131
"This app allows people to see actions related to their files and data in Nextcloud.\n\t\tEach person can configure their individual activity settings in the personal settings,\n\t\tto choose which activity should be pushed to mobile phones, sent via email\n\t\tor whether a daily summary is sent each morning.\n\t\tMore information is available in the Activity documentation." : "This app allows people to see actions related to their files and data in Nextcloud.\n\t\tEach person can configure their individual activity settings in the personal settings,\n\t\tto choose which activity should be pushed to mobile phones, sent via email\n\t\tor whether a daily summary is sent each morning.\n\t\tMore information is available in the Activity documentation.",
32+
"Any time" : "Any time",
3233
"Today" : "Today",
3334
"Last 7 days" : "Last 7 days",
3435
"Last 30 days" : "Last 30 days",
3536
"Custom range" : "Custom range",
37+
"{from} to {to}" : "{from} to {to}",
38+
"Since {from}" : "Since {from}",
39+
"Until {to}" : "Until {to}",
40+
"Enter at least {count} characters to search" : "Enter at least {count} characters to search",
41+
"Search by file name" : "Search by file name",
3642
"Clear search" : "Clear search",
43+
"Filter by account" : "Filter by account",
44+
"Anyone" : "Anyone",
45+
"Filter activities by date" : "Filter activities by date",
3746
"Clear filters" : "Clear filters",
3847
"From" : "From",
3948
"To" : "To",
4049
"Send email" : "Send email",
4150
"Send push notification" : "Send push notification",
4251
"Activity notification configuration" : "Activity notification configuration",
4352
"Yesterday" : "Yesterday",
53+
"Loading activity summary" : "Loading activity summary",
54+
"_%n activity since {date}_::_%n activities since {date}_" : ["%n activity since {date}","%n activities since {date}"],
55+
"Colour shows how many activities happened on each day, from none to {max}." : "Colour shows how many activities happened on each day, from none to {max}.",
56+
"_%n activity_::_%n activities_" : ["%n activity","%n activities"],
57+
"{date} — count incomplete" : "{date} — count incomplete",
58+
"_%n activity on {date}_::_%n activities on {date}_" : ["%n activity on {date}","%n activities on {date}"],
59+
"{label} (count incomplete)" : "{label} (count incomplete)",
60+
"Week of {date}" : "Week of {date}",
61+
"Activity over time" : "Activity over time",
62+
"Activity per day. Each cell is one day; use the arrow keys to move between days and Enter to filter the stream by that day." : "Activity per day. Each cell is one day; use the arrow keys to move between days and Enter to filter the stream by that day.",
4463
"Less" : "Less",
4564
"More" : "More",
4665
"_Downloaded %n time (%s in the last 30 days)_::_Downloaded %n times (%s in the last 30 days)_" : ["Downloaded %n time (%s in the last 30 days)","Downloaded %n times (%s in the last 30 days)"],
@@ -59,20 +78,29 @@
5978
"Could not load activities" : "Could not load activities",
6079
"Loading activities" : "Loading activities",
6180
"This stream will show events like additions, changes & shares" : "This stream will show events like additions, changes & shares",
81+
"No matching activities" : "No matching activities",
82+
"No activity matches the current filters" : "No activity matches the current filters",
6283
"No activity yet" : "No activity yet",
6384
"New activities" : "New activities",
6485
"Loading more activities" : "Loading more activities",
6586
"No more activities." : "No more activities.",
6687
"Could not enable RSS link" : "Could not enable RSS link",
6788
"RSS link copied to clipboard" : "RSS link copied to clipboard",
6889
"Could not copy the RSS link, please copy manually:" : "Could not copy the RSS link, please copy manually:",
90+
"Heatmap" : "Heatmap",
6991
"Activity settings" : "Activity settings",
7092
"Enable RSS feed" : "Enable RSS feed",
7193
"RSS feed" : "RSS feed",
7294
"Copy RSS feed link" : "Copy RSS feed link",
7395
"Personal notification settings" : "Personal notification settings",
96+
"Show these activities" : "Show these activities",
97+
"Show {date}" : "Show {date}",
98+
"Show {from} to {to}" : "Show {from} to {to}",
99+
"Pick a day to see what happened, or hold Shift and pick a second day for a period." : "Pick a day to see what happened, or hold Shift and pick a second day for a period.",
74100
"Clear selection" : "Clear selection",
75101
"Unable to load the activity list" : "Unable to load the activity list",
102+
"Loading older activities…" : "Loading older activities…",
103+
"Load older activities" : "Load older activities",
76104
"Choose for which activities you want to get an email or push notification." : "Choose for which activities you want to get an email or push notification.",
77105
"Choose for which activities you want to get a push notification." : "Choose for which activities you want to get a push notification.",
78106
"Notification" : "Notification",

l10n/fr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ OC.L10N.register(
3636
"Last 30 days" : "30 derniers jours",
3737
"Custom range" : "Plage personnalisée",
3838
"Clear search" : "Effacer la recherche",
39+
"Filter activities by date" : "Filtrer les activités par dates",
3940
"Clear filters" : "Effacer les filtres",
4041
"From" : "De",
4142
"To" : "Pour",

l10n/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Last 30 days" : "30 derniers jours",
3535
"Custom range" : "Plage personnalisée",
3636
"Clear search" : "Effacer la recherche",
37+
"Filter activities by date" : "Filtrer les activités par dates",
3738
"Clear filters" : "Effacer les filtres",
3839
"From" : "De",
3940
"To" : "Pour",

l10n/pt_BR.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ OC.L10N.register(
5252
"Send push notification" : "Enviar notificação push",
5353
"Activity notification configuration" : "Configuração de notificações do Atividades",
5454
"Yesterday" : "Ontem",
55+
"Loading activity summary" : "Carregando resumo de atividades",
56+
"_%n activity since {date}_::_%n activities since {date}_" : ["%n atividade desde {date}","%n de atividades desde {date}","%n atividades desde {date}"],
57+
"Colour shows how many activities happened on each day, from none to {max}." : "A cor indica quantas atividades ocorreram em cada dia, variando de nenhuma a {max}.",
58+
"_%n activity_::_%n activities_" : ["%n atividade","%n de atividades","%n atividades"],
59+
"{date} — count incomplete" : "{date} — contagem incompleta",
60+
"_%n activity on {date}_::_%n activities on {date}_" : ["%n atividade em {date}","%n de atividades em {date}","%n atividades em {date}"],
61+
"{label} (count incomplete)" : "{label} (contagem incompleta)",
62+
"Week of {date}" : "Semana de {date}",
63+
"Activity over time" : "Atividades ao longo do tempo",
64+
"Activity per day. Each cell is one day; use the arrow keys to move between days and Enter to filter the stream by that day." : "Atividades por dia. Cada célula corresponde a um dia; use as setas do teclado para navegar entre os dias e a tecla Enter para filtrar o fluxo por esse dia.",
5565
"Less" : "Menos",
5666
"More" : "Mais",
5767
"_Downloaded %n time (%s in the last 30 days)_::_Downloaded %n times (%s in the last 30 days)_" : ["Baixado %n vez (%s nos últimos 30 dias)","Baixado %n de vezes (%s nos últimos 30 dias)","Baixado %n vezes (%s nos últimos 30 dias)"],
@@ -79,13 +89,20 @@ OC.L10N.register(
7989
"Could not enable RSS link" : "Não foi possível ativar o link RSS",
8090
"RSS link copied to clipboard" : "Link RSS copiado para área de transferência",
8191
"Could not copy the RSS link, please copy manually:" : "Não foi possível copiar o link RSS, por favor copie manualmente:",
92+
"Heatmap" : "Mapa de calor",
8293
"Activity settings" : "Configurações de atividades",
8394
"Enable RSS feed" : "Ativar feed RSS",
8495
"RSS feed" : "Feed RSS",
8596
"Copy RSS feed link" : "Copiar o link do feed RSS",
8697
"Personal notification settings" : "Configurações de notificações pessoais",
98+
"Show these activities" : "Mostrar essas atividades",
99+
"Show {date}" : "Mostrar {date}",
100+
"Show {from} to {to}" : "Mostrar de {from} a {to}",
101+
"Pick a day to see what happened, or hold Shift and pick a second day for a period." : "Escolha um dia para ver o que aconteceu ou mantenha a tecla Shift pressionada e selecione um segundo dia para visualizar um período.",
87102
"Clear selection" : "Limpar seleção",
88103
"Unable to load the activity list" : "Não foi possível carregar a lista de atividades",
104+
"Loading older activities…" : "Carregando atividades mais antigas…",
105+
"Load older activities" : "Carregar atividades mais antigas",
89106
"Choose for which activities you want to get an email or push notification." : "Escolha para quais atividades você gostaria de receber um e-mail ou uma notificação push.",
90107
"Choose for which activities you want to get a push notification." : "Escolha para quais atividades você gostaria de receber uma notificação push.",
91108
"Notification" : "Notificação",

l10n/pt_BR.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
"Send push notification" : "Enviar notificação push",
5151
"Activity notification configuration" : "Configuração de notificações do Atividades",
5252
"Yesterday" : "Ontem",
53+
"Loading activity summary" : "Carregando resumo de atividades",
54+
"_%n activity since {date}_::_%n activities since {date}_" : ["%n atividade desde {date}","%n de atividades desde {date}","%n atividades desde {date}"],
55+
"Colour shows how many activities happened on each day, from none to {max}." : "A cor indica quantas atividades ocorreram em cada dia, variando de nenhuma a {max}.",
56+
"_%n activity_::_%n activities_" : ["%n atividade","%n de atividades","%n atividades"],
57+
"{date} — count incomplete" : "{date} — contagem incompleta",
58+
"_%n activity on {date}_::_%n activities on {date}_" : ["%n atividade em {date}","%n de atividades em {date}","%n atividades em {date}"],
59+
"{label} (count incomplete)" : "{label} (contagem incompleta)",
60+
"Week of {date}" : "Semana de {date}",
61+
"Activity over time" : "Atividades ao longo do tempo",
62+
"Activity per day. Each cell is one day; use the arrow keys to move between days and Enter to filter the stream by that day." : "Atividades por dia. Cada célula corresponde a um dia; use as setas do teclado para navegar entre os dias e a tecla Enter para filtrar o fluxo por esse dia.",
5363
"Less" : "Menos",
5464
"More" : "Mais",
5565
"_Downloaded %n time (%s in the last 30 days)_::_Downloaded %n times (%s in the last 30 days)_" : ["Baixado %n vez (%s nos últimos 30 dias)","Baixado %n de vezes (%s nos últimos 30 dias)","Baixado %n vezes (%s nos últimos 30 dias)"],
@@ -77,13 +87,20 @@
7787
"Could not enable RSS link" : "Não foi possível ativar o link RSS",
7888
"RSS link copied to clipboard" : "Link RSS copiado para área de transferência",
7989
"Could not copy the RSS link, please copy manually:" : "Não foi possível copiar o link RSS, por favor copie manualmente:",
90+
"Heatmap" : "Mapa de calor",
8091
"Activity settings" : "Configurações de atividades",
8192
"Enable RSS feed" : "Ativar feed RSS",
8293
"RSS feed" : "Feed RSS",
8394
"Copy RSS feed link" : "Copiar o link do feed RSS",
8495
"Personal notification settings" : "Configurações de notificações pessoais",
96+
"Show these activities" : "Mostrar essas atividades",
97+
"Show {date}" : "Mostrar {date}",
98+
"Show {from} to {to}" : "Mostrar de {from} a {to}",
99+
"Pick a day to see what happened, or hold Shift and pick a second day for a period." : "Escolha um dia para ver o que aconteceu ou mantenha a tecla Shift pressionada e selecione um segundo dia para visualizar um período.",
85100
"Clear selection" : "Limpar seleção",
86101
"Unable to load the activity list" : "Não foi possível carregar a lista de atividades",
102+
"Loading older activities…" : "Carregando atividades mais antigas…",
103+
"Load older activities" : "Carregar atividades mais antigas",
87104
"Choose for which activities you want to get an email or push notification." : "Escolha para quais atividades você gostaria de receber um e-mail ou uma notificação push.",
88105
"Choose for which activities you want to get a push notification." : "Escolha para quais atividades você gostaria de receber uma notificação push.",
89106
"Notification" : "Notificação",

0 commit comments

Comments
 (0)