mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
6a8e105da5
commit
f85bc3804c
570 changed files with 2218 additions and 1346 deletions
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "عرض الملف الشخصي",
|
||||
"Profile" : "لمحة تعريفية",
|
||||
"This application provides the profile" : "هذا التطبيق يوفر اللمحة التعريفية",
|
||||
"Provides a customisable user profile interface." : "يُوفِّر واجهة مخصصة للمحة التعريفية عن المستخدِم",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "عرض الملف الشخصي",
|
||||
"Profile" : "لمحة تعريفية",
|
||||
"This application provides the profile" : "هذا التطبيق يوفر اللمحة التعريفية",
|
||||
"Provides a customisable user profile interface." : "يُوفِّر واجهة مخصصة للمحة التعريفية عن المستخدِم",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Ver el perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "Nun s'atopó",
|
||||
"Insert" : "Inxertar",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Ver el perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "Nun s'atopó",
|
||||
"Insert" : "Inxertar",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Праглядзець профіль",
|
||||
"Profile" : "Профіль",
|
||||
"Searching …" : "Пошук …",
|
||||
"Not found" : "Не знойдзена",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Праглядзець профіль",
|
||||
"Profile" : "Профіль",
|
||||
"Searching …" : "Пошук …",
|
||||
"Not found" : "Не знойдзена",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Преглед на профил",
|
||||
"Profile" : "Профил",
|
||||
"Not found" : "Не е намерен",
|
||||
"Insert" : "Вмъкване",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Преглед на профил",
|
||||
"Profile" : "Профил",
|
||||
"Not found" : "Не е намерен",
|
||||
"Insert" : "Вмъкване",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Visualitza el perfil",
|
||||
"Searching …" : "Cercant …",
|
||||
"Not found" : "No s'ha trobat",
|
||||
"Insert" : "Insereix",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Visualitza el perfil",
|
||||
"Searching …" : "Cercant …",
|
||||
"Not found" : "No s'ha trobat",
|
||||
"Insert" : "Insereix",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Zobrazit profil ",
|
||||
"Profile picker" : "Výběr profilu",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Tato aplikace poskytuje profil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Zobrazit profil ",
|
||||
"Profile picker" : "Výběr profilu",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Tato aplikace poskytuje profil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Vis profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Denne applikation leverer profilen",
|
||||
"Provides a customisable user profile interface." : "Leverer en brugerdefinerbar brugerprofil grænseflade.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Vis profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Denne applikation leverer profilen",
|
||||
"Provides a customisable user profile interface." : "Leverer en brugerdefinerbar brugerprofil grænseflade.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Profil ansehen",
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Profil ansehen",
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Profil ansehen",
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Profil ansehen",
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Προβολή προφίλ",
|
||||
"Profile picker" : "Επιλογέας προφίλ",
|
||||
"Profile" : "Προφίλ",
|
||||
"This application provides the profile" : "Αυτή η εφαρμογή παρέχει το προφίλ",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Προβολή προφίλ",
|
||||
"Profile picker" : "Επιλογέας προφίλ",
|
||||
"Profile" : "Προφίλ",
|
||||
"This application provides the profile" : "Αυτή η εφαρμογή παρέχει το προφίλ",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "View profile",
|
||||
"Profile picker" : "Profile picker",
|
||||
"Profile" : "Profile",
|
||||
"This application provides the profile" : "This application provides the profile",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "View profile",
|
||||
"Profile picker" : "Profile picker",
|
||||
"Profile" : "Profile",
|
||||
"This application provides the profile" : "This application provides the profile",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Ver perfil",
|
||||
"Profile picker" : "Seleccionador de perfiles",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación proporciona el perfil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Ver perfil",
|
||||
"Profile picker" : "Seleccionador de perfiles",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación proporciona el perfil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Ver perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Ver perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Ver perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Ver perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Vaata profiili",
|
||||
"Profile picker" : "Profiilivalija",
|
||||
"Profile" : "Profiil",
|
||||
"This application provides the profile" : "See rakendus tagab profiili olemasolu",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Vaata profiili",
|
||||
"Profile picker" : "Profiilivalija",
|
||||
"Profile" : "Profiil",
|
||||
"This application provides the profile" : "See rakendus tagab profiili olemasolu",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Ikusi profila",
|
||||
"Profile" : "Profila",
|
||||
"Searching …" : "Bilatzen …",
|
||||
"Not found" : "Ez da aurkitu",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Ikusi profila",
|
||||
"Profile" : "Profila",
|
||||
"Searching …" : "Bilatzen …",
|
||||
"Not found" : "Ez da aurkitu",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "مشاهدهٔ نمایه",
|
||||
"Profile" : "نمایه",
|
||||
"Searching …" : "درحال جستجو",
|
||||
"Not found" : "پیدا نشد.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "مشاهدهٔ نمایه",
|
||||
"Profile" : "نمایه",
|
||||
"Searching …" : "درحال جستجو",
|
||||
"Not found" : "پیدا نشد.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Näytä profiili",
|
||||
"Profile picker" : "Profiilivalitsin",
|
||||
"Profile" : "Profiili",
|
||||
"Searching …" : "Haetaan …",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Näytä profiili",
|
||||
"Profile picker" : "Profiilivalitsin",
|
||||
"Profile" : "Profiili",
|
||||
"Searching …" : "Haetaan …",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Voir le profil",
|
||||
"Profile picker" : "Sélecteur de profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Cette application fournit le profil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Voir le profil",
|
||||
"Profile picker" : "Sélecteur de profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Cette application fournit le profil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Féach ar phróifíl",
|
||||
"Profile picker" : "Roghnóir próifíle",
|
||||
"Profile" : "Próifíl",
|
||||
"This application provides the profile" : "Soláthraíonn an feidhmchlár seo an phróifíl",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Féach ar phróifíl",
|
||||
"Profile picker" : "Roghnóir próifíle",
|
||||
"Profile" : "Próifíl",
|
||||
"This application provides the profile" : "Soláthraíonn an feidhmchlár seo an phróifíl",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Ver o perfil",
|
||||
"Profile picker" : "Selector de perfís",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación fornece o perfil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Ver o perfil",
|
||||
"Profile picker" : "Selector de perfís",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación fornece o perfil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Prikaži profil",
|
||||
"Profile picker" : "Odabir profila",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ova aplikacija pruža profil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Prikaži profil",
|
||||
"Profile picker" : "Odabir profila",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ova aplikacija pruža profil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Profil megtekintése",
|
||||
"Profile" : "Profil",
|
||||
"Searching …" : "Keresés…",
|
||||
"Not found" : "Nem található",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Profil megtekintése",
|
||||
"Profile" : "Profil",
|
||||
"Searching …" : "Keresés…",
|
||||
"Not found" : "Nem található",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Lihat profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Aplikasi ini menyediakan profil",
|
||||
"Provides a customisable user profile interface." : "Menyediakan antarmuka profil pengguna yang dapat disesuaikan.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Lihat profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Aplikasi ini menyediakan profil",
|
||||
"Provides a customisable user profile interface." : "Menyediakan antarmuka profil pengguna yang dapat disesuaikan.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Skoða notandasnið",
|
||||
"Searching …" : "Leita …",
|
||||
"Not found" : "Fannst ekki",
|
||||
"Insert" : "Setja inn",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Skoða notandasnið",
|
||||
"Searching …" : "Leita …",
|
||||
"Not found" : "Fannst ekki",
|
||||
"Insert" : "Setja inn",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Vedi profilo",
|
||||
"Profile" : "Profilo",
|
||||
"This application provides the profile" : "Questa applicazione fornisce il profilo",
|
||||
"Provides a customisable user profile interface." : "Fornisce un'interfaccia personalizzabile per il profilo utente.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Vedi profilo",
|
||||
"Profile" : "Profilo",
|
||||
"This application provides the profile" : "Questa applicazione fornisce il profilo",
|
||||
"Provides a customisable user profile interface." : "Fornisce un'interfaccia personalizzabile per il profilo utente.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "プロフィールを表示",
|
||||
"Profile" : "プロフィール",
|
||||
"Searching …" : "検索しています…",
|
||||
"Not found" : "見つかりませんでした",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "プロフィールを表示",
|
||||
"Profile" : "プロフィール",
|
||||
"Searching …" : "検索しています…",
|
||||
"Not found" : "見つかりませんでした",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "View profile",
|
||||
"Profile" : "Profile",
|
||||
"Searching …" : "ძებნა …",
|
||||
"Not found" : "Not found",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "View profile",
|
||||
"Profile" : "Profile",
|
||||
"Searching …" : "ძებნა …",
|
||||
"Not found" : "Not found",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "프로필 보기",
|
||||
"Profile" : "프로필",
|
||||
"This application provides the profile" : "이 애플리케이션은 프로필을 제공합니다.",
|
||||
"Provides a customisable user profile interface." : "사용자 정의 가능한 사용자 프로필 인터페이스 제공",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "프로필 보기",
|
||||
"Profile" : "프로필",
|
||||
"This application provides the profile" : "이 애플리케이션은 프로필을 제공합니다.",
|
||||
"Provides a customisable user profile interface." : "사용자 정의 가능한 사용자 프로필 인터페이스 제공",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Rodyti profilį",
|
||||
"Profile picker" : "Profilio rinkiklis",
|
||||
"Profile" : "Profilis",
|
||||
"Searching …" : "Ieškoma",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Rodyti profilį",
|
||||
"Profile picker" : "Profilio rinkiklis",
|
||||
"Profile" : "Profilis",
|
||||
"Searching …" : "Ieškoma",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Прегледај профил",
|
||||
"Profile" : "Профил",
|
||||
"Searching …" : "Пребарување …",
|
||||
"Not found" : "Не е пронајдено",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Прегледај профил",
|
||||
"Profile" : "Профил",
|
||||
"Searching …" : "Пребарување …",
|
||||
"Not found" : "Не е пронајдено",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Профайл үзэх",
|
||||
"Profile picker" : "Профайл сонгогч",
|
||||
"Profile" : "Профайл",
|
||||
"This application provides the profile" : "Энэ програм нь профайлыг хангадаг",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Профайл үзэх",
|
||||
"Profile picker" : "Профайл сонгогч",
|
||||
"Profile" : "Профайл",
|
||||
"This application provides the profile" : "Энэ програм нь профайлыг хангадаг",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Vis profil",
|
||||
"Profile" : "Profil",
|
||||
"Not found" : "Ikke funnet",
|
||||
"Insert" : "Sett inn",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Vis profil",
|
||||
"Profile" : "Profil",
|
||||
"Not found" : "Ikke funnet",
|
||||
"Insert" : "Sett inn",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Bekijk profiel",
|
||||
"Profile picker" : "Profielselector",
|
||||
"Profile" : "Profiel",
|
||||
"This application provides the profile" : "Deze applicatie biedt het profiel",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Bekijk profiel",
|
||||
"Profile picker" : "Profielselector",
|
||||
"Profile" : "Profiel",
|
||||
"This application provides the profile" : "Deze applicatie biedt het profiel",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Veire perfil",
|
||||
"Profile picker" : "Selector de perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Searching …" : "Recèrca…",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Veire perfil",
|
||||
"Profile picker" : "Selector de perfil",
|
||||
"Profile" : "Perfil",
|
||||
"Searching …" : "Recèrca…",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Zobacz profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ta aplikacja dostarcza profil",
|
||||
"Provides a customisable user profile interface." : "Dostarcza konfigurowalny interfejs profilu użytkownika.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Zobacz profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ta aplikacja dostarcza profil",
|
||||
"Provides a customisable user profile interface." : "Dostarcza konfigurowalny interfejs profilu użytkownika.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Visualizar perfil",
|
||||
"Profile picker" : "Seletor de perfis",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esse aplicativo fornece o perfil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Visualizar perfil",
|
||||
"Profile picker" : "Seletor de perfis",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esse aplicativo fornece o perfil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Visualizar perfil",
|
||||
"Searching …" : "A procurar…",
|
||||
"Not found" : "Não encontrado",
|
||||
"You have not added any info yet" : "Ainda não adicionou qualquer informação ",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Visualizar perfil",
|
||||
"Searching …" : "A procurar…",
|
||||
"Not found" : "Não encontrado",
|
||||
"You have not added any info yet" : "Ainda não adicionou qualquer informação ",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Открыть профиль",
|
||||
"Profile picker" : "Выбор профиля",
|
||||
"Profile" : "Профиль",
|
||||
"This application provides the profile" : "Это приложение предоставляет профиль",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Открыть профиль",
|
||||
"Profile picker" : "Выбор профиля",
|
||||
"Profile" : "Профиль",
|
||||
"This application provides the profile" : "Это приложение предоставляет профиль",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Zobraziť profil",
|
||||
"Profile picker" : "Výber profilu",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Táto aplikácia poskytuje profil",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Zobraziť profil",
|
||||
"Profile picker" : "Výber profilu",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Táto aplikácia poskytuje profil",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Pokaži profil",
|
||||
"Profile" : "Profil",
|
||||
"Searching …" : "Poteka iskanje ...",
|
||||
"Not found" : "Predmeta ni mogoče najti",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Pokaži profil",
|
||||
"Profile" : "Profil",
|
||||
"Searching …" : "Poteka iskanje ...",
|
||||
"Not found" : "Predmeta ni mogoče najti",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Погледај профил",
|
||||
"Profile" : "Профил",
|
||||
"This application provides the profile" : "Ова апликација обезбеђује профил",
|
||||
"Provides a customisable user profile interface." : "Обезбеђује интерфејс корисничког профила који може да се прилагоди.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Погледај профил",
|
||||
"Profile" : "Профил",
|
||||
"This application provides the profile" : "Ова апликација обезбеђује профил",
|
||||
"Provides a customisable user profile interface." : "Обезбеђује интерфејс корисничког профила који може да се прилагоди.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Visa profil",
|
||||
"Profile picker" : "Profilväljare",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Denna app tillhandahåller profilen",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Visa profil",
|
||||
"Profile picker" : "Profilväljare",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Denna app tillhandahåller profilen",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Angalia wasifu",
|
||||
"Profile" : "Wasifu",
|
||||
"This application provides the profile" : "Programu hii hutoa wasifu",
|
||||
"Provides a customisable user profile interface." : "Hutoa kiolesura cha wasifu unaoweza kubinafsishwa.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Angalia wasifu",
|
||||
"Profile" : "Wasifu",
|
||||
"This application provides the profile" : "Programu hii hutoa wasifu",
|
||||
"Provides a customisable user profile interface." : "Hutoa kiolesura cha wasifu unaoweza kubinafsishwa.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Profili görüntüle",
|
||||
"Profile picker" : "Profil seçici",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Bu uygulama profili sağlar",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Profili görüntüle",
|
||||
"Profile picker" : "Profil seçici",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Bu uygulama profili sağlar",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "ئارخىپنى كۆرۈڭ",
|
||||
"Profile" : "ئارخىپ",
|
||||
"This application provides the profile" : "بۇ ئەپ تەرجىمال بىلەن تەمىنلەيدۇ",
|
||||
"Provides a customisable user profile interface." : "خاسلاشتۇرغىلى بولىدىغان ئىشلەتكۈچى تەرجىمال كۆرۈنۈشى بىلەن تەمىنلەيدۇ.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "ئارخىپنى كۆرۈڭ",
|
||||
"Profile" : "ئارخىپ",
|
||||
"This application provides the profile" : "بۇ ئەپ تەرجىمال بىلەن تەمىنلەيدۇ",
|
||||
"Provides a customisable user profile interface." : "خاسلاشتۇرغىلى بولىدىغان ئىشلەتكۈچى تەرجىمال كۆرۈنۈشى بىلەن تەمىنلەيدۇ.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Перегляд профілю",
|
||||
"Profile picker" : "Вибір профілю",
|
||||
"Profile" : "Профіль",
|
||||
"This application provides the profile" : "Цей застосунок створює профіль",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Перегляд профілю",
|
||||
"Profile picker" : "Вибір профілю",
|
||||
"Profile" : "Профіль",
|
||||
"This application provides the profile" : "Цей застосунок створює профіль",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "View profile",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ushbu ilova profilni taqdim etadi",
|
||||
"Provides a customisable user profile interface." : "Moslashtirilgan foydalanuvchi Profil interfeysini taqdim etadi.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "View profile",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ushbu ilova profilni taqdim etadi",
|
||||
"Provides a customisable user profile interface." : "Moslashtirilgan foydalanuvchi Profil interfeysini taqdim etadi.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "Xem hồ sơ",
|
||||
"Profile" : "Hồ sơ",
|
||||
"Not found" : "Không tìm thấy",
|
||||
"You have not added any info yet" : "Bạn chưa thêm bất kỳ thông tin nào",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "Xem hồ sơ",
|
||||
"Profile" : "Hồ sơ",
|
||||
"Not found" : "Không tìm thấy",
|
||||
"You have not added any info yet" : "Bạn chưa thêm bất kỳ thông tin nào",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"View profile" : "查看个人资料",
|
||||
"Profile" : "个人资料",
|
||||
"This application provides the profile" : "此应用程序提供个人资料",
|
||||
"Provides a customisable user profile interface." : "提供可定制的用户个人资料界面。",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"View profile" : "查看个人资料",
|
||||
"Profile" : "个人资料",
|
||||
"This application provides the profile" : "此应用程序提供个人资料",
|
||||
"Provides a customisable user profile interface." : "提供可定制的用户个人资料界面。",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue