aboutsummaryrefslogtreecommitdiffstats
path: root/apps/profile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/profile')
-rw-r--r--apps/profile/l10n/be.js12
-rw-r--r--apps/profile/l10n/be.json10
-rw-r--r--apps/profile/l10n/lv.js11
-rw-r--r--apps/profile/l10n/lv.json9
-rw-r--r--apps/profile/l10n/nl.js2
-rw-r--r--apps/profile/l10n/nl.json2
-rw-r--r--apps/profile/l10n/pt_PT.js13
-rw-r--r--apps/profile/l10n/pt_PT.json11
-rw-r--r--apps/profile/l10n/sw.js16
-rw-r--r--apps/profile/l10n/sw.json14
-rw-r--r--apps/profile/src/views/Profile.vue6
11 files changed, 104 insertions, 2 deletions
diff --git a/apps/profile/l10n/be.js b/apps/profile/l10n/be.js
new file mode 100644
index 00000000000..40762e2b51c
--- /dev/null
+++ b/apps/profile/l10n/be.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "profile",
+ {
+ "Profile" : "Профіль",
+ "You have not added any info yet" : "Вы пакуль не дадалі ніякай інфармацыі",
+ "{user} has not added any info yet" : "{user} пакуль не дадаў(-ла) ніякай інфармацыі",
+ "Edit Profile" : "Рэдагаваць профіль",
+ "Profile not found" : "Профіль не знойдзены",
+ "The profile does not exist." : "Профіль не існуе.",
+ "Back to %s" : "Назад да %s"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/profile/l10n/be.json b/apps/profile/l10n/be.json
new file mode 100644
index 00000000000..16101d03b70
--- /dev/null
+++ b/apps/profile/l10n/be.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "Profile" : "Профіль",
+ "You have not added any info yet" : "Вы пакуль не дадалі ніякай інфармацыі",
+ "{user} has not added any info yet" : "{user} пакуль не дадаў(-ла) ніякай інфармацыі",
+ "Edit Profile" : "Рэдагаваць профіль",
+ "Profile not found" : "Профіль не знойдзены",
+ "The profile does not exist." : "Профіль не існуе.",
+ "Back to %s" : "Назад да %s"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/profile/l10n/lv.js b/apps/profile/l10n/lv.js
new file mode 100644
index 00000000000..4dba0d596ef
--- /dev/null
+++ b/apps/profile/l10n/lv.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "profile",
+ {
+ "Profile" : "Profils",
+ "This application provides the profile" : "Šī lietotne nodrošina profilu",
+ "Provides a customisable user profile interface." : "Nodrošina pielāgojamu lietotāja profila saskarni.",
+ "You have not added any info yet" : "Vēl nav pievienota nekāda informācija",
+ "{user} has not added any info yet" : "{user} vēl nav pievienojis nekādu informāciju ",
+ "Edit Profile" : "Labot profilu"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/profile/l10n/lv.json b/apps/profile/l10n/lv.json
new file mode 100644
index 00000000000..9b0bb1d9dfe
--- /dev/null
+++ b/apps/profile/l10n/lv.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "Profile" : "Profils",
+ "This application provides the profile" : "Šī lietotne nodrošina profilu",
+ "Provides a customisable user profile interface." : "Nodrošina pielāgojamu lietotāja profila saskarni.",
+ "You have not added any info yet" : "Vēl nav pievienota nekāda informācija",
+ "{user} has not added any info yet" : "{user} vēl nav pievienojis nekādu informāciju ",
+ "Edit Profile" : "Labot profilu"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/apps/profile/l10n/nl.js b/apps/profile/l10n/nl.js
index 944feec3e0f..63c6d1d0056 100644
--- a/apps/profile/l10n/nl.js
+++ b/apps/profile/l10n/nl.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"profile",
{
"Profile" : "Profiel",
+ "This application provides the profile" : "Deze applicatie biedt het profiel",
+ "Provides a customisable user profile interface." : "Biedt een aanpasbare gebruikersprofielinterface.",
"You have not added any info yet" : "Je hebt nog geen info toegevoegd",
"{user} has not added any info yet" : "{user} heeft nog geen info toegevoegd",
"Error opening the user status modal, try hard refreshing the page" : "Fout bij het openen van het gebruiker status model, probeer een harde refresh van de pagina",
diff --git a/apps/profile/l10n/nl.json b/apps/profile/l10n/nl.json
index 534a8e535da..920d89bf38f 100644
--- a/apps/profile/l10n/nl.json
+++ b/apps/profile/l10n/nl.json
@@ -1,5 +1,7 @@
{ "translations": {
"Profile" : "Profiel",
+ "This application provides the profile" : "Deze applicatie biedt het profiel",
+ "Provides a customisable user profile interface." : "Biedt een aanpasbare gebruikersprofielinterface.",
"You have not added any info yet" : "Je hebt nog geen info toegevoegd",
"{user} has not added any info yet" : "{user} heeft nog geen info toegevoegd",
"Error opening the user status modal, try hard refreshing the page" : "Fout bij het openen van het gebruiker status model, probeer een harde refresh van de pagina",
diff --git a/apps/profile/l10n/pt_PT.js b/apps/profile/l10n/pt_PT.js
new file mode 100644
index 00000000000..c9627213248
--- /dev/null
+++ b/apps/profile/l10n/pt_PT.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "profile",
+ {
+ "You have not added any info yet" : "Ainda não adicionou qualquer informação ",
+ "{user} has not added any info yet" : "{user} ainda não adicionou qualquer informação",
+ "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de estado do utilizador; tente atualizar a página forçadamente",
+ "Edit Profile" : "Editar perfil",
+ "The headline and about sections will show up here" : "Os campos de título e sobre aparecerão aqui",
+ "Profile not found" : "Perfil não encontrado",
+ "The profile does not exist." : "O perfil não existe.",
+ "Back to %s" : "Voltar para %s"
+},
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/profile/l10n/pt_PT.json b/apps/profile/l10n/pt_PT.json
new file mode 100644
index 00000000000..11ce126965c
--- /dev/null
+++ b/apps/profile/l10n/pt_PT.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "You have not added any info yet" : "Ainda não adicionou qualquer informação ",
+ "{user} has not added any info yet" : "{user} ainda não adicionou qualquer informação",
+ "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de estado do utilizador; tente atualizar a página forçadamente",
+ "Edit Profile" : "Editar perfil",
+ "The headline and about sections will show up here" : "Os campos de título e sobre aparecerão aqui",
+ "Profile not found" : "Perfil não encontrado",
+ "The profile does not exist." : "O perfil não existe.",
+ "Back to %s" : "Voltar para %s"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+} \ No newline at end of file
diff --git a/apps/profile/l10n/sw.js b/apps/profile/l10n/sw.js
new file mode 100644
index 00000000000..f9d54112cbc
--- /dev/null
+++ b/apps/profile/l10n/sw.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "profile",
+ {
+ "Profile" : "Wasifu",
+ "This application provides the profile" : "Programu hii hutoa wasifu",
+ "Provides a customisable user profile interface." : "Hutoa kiolesura cha wasifu unaoweza kubinafsishwa.",
+ "You have not added any info yet" : "Hujaongeza taarifa yoyote bado",
+ "{user} has not added any info yet" : "{user} hajaongeza taarifa yoyote bado",
+ "Error opening the user status modal, try hard refreshing the page" : "Hitilafu imetokea wakati wa kufungua modi ya hali ya mtumiaji, jaribu kuonyesha upya ukurasa kwa bidii",
+ "Edit Profile" : "Hariri wasifu",
+ "The headline and about sections will show up here" : "The headline and about sections will show up here",
+ "Profile not found" : "Wasifu haupatikani",
+ "The profile does not exist." : "Wasifu haupo",
+ "Back to %s" : "Rudi kwenye %s"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/profile/l10n/sw.json b/apps/profile/l10n/sw.json
new file mode 100644
index 00000000000..311b0b44266
--- /dev/null
+++ b/apps/profile/l10n/sw.json
@@ -0,0 +1,14 @@
+{ "translations": {
+ "Profile" : "Wasifu",
+ "This application provides the profile" : "Programu hii hutoa wasifu",
+ "Provides a customisable user profile interface." : "Hutoa kiolesura cha wasifu unaoweza kubinafsishwa.",
+ "You have not added any info yet" : "Hujaongeza taarifa yoyote bado",
+ "{user} has not added any info yet" : "{user} hajaongeza taarifa yoyote bado",
+ "Error opening the user status modal, try hard refreshing the page" : "Hitilafu imetokea wakati wa kufungua modi ya hali ya mtumiaji, jaribu kuonyesha upya ukurasa kwa bidii",
+ "Edit Profile" : "Hariri wasifu",
+ "The headline and about sections will show up here" : "The headline and about sections will show up here",
+ "Profile not found" : "Wasifu haupatikani",
+ "The profile does not exist." : "Wasifu haupo",
+ "Back to %s" : "Rudi kwenye %s"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/profile/src/views/Profile.vue b/apps/profile/src/views/Profile.vue
index bc0ebaac2db..046a731cb93 100644
--- a/apps/profile/src/views/Profile.vue
+++ b/apps/profile/src/views/Profile.vue
@@ -134,9 +134,9 @@ import NcButton from '@nextcloud/vue/components/NcButton'
import NcContent from '@nextcloud/vue/components/NcContent'
import NcEmptyContent from '@nextcloud/vue/components/NcEmptyContent'
import NcRichText from '@nextcloud/vue/components/NcRichText'
-import AccountIcon from 'vue-material-design-icons/Account.vue'
+import AccountIcon from 'vue-material-design-icons/AccountOutline.vue'
import MapMarkerIcon from 'vue-material-design-icons/MapMarker.vue'
-import PencilIcon from 'vue-material-design-icons/Pencil.vue'
+import PencilIcon from 'vue-material-design-icons/PencilOutline.vue'
interface IProfileAction {
target: string
@@ -461,9 +461,11 @@ $content-max-width: 640px;
flex-direction: column;
gap: 8px 0;
margin-top: 20px;
+ max-width: 300px;
&__primary {
margin: 0 auto;
+ max-width: 100%;
&__icon {
filter: var(--primary-invert-if-dark);