Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ilja
pleroma-fe
Commits
f89f120c
Commit
f89f120c
authored
7 years ago
by
Shpuld Shpludson
Browse files
Options
Downloads
Patches
Plain Diff
Add fi to localization.
parent
ed18d44e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/i18n/messages.js
+59
-0
59 additions, 0 deletions
src/i18n/messages.js
with
59 additions
and
0 deletions
src/i18n/messages.js
+
59
−
0
View file @
f89f120c
...
...
@@ -4,6 +4,64 @@ const de = {
}
}
const
fi
=
{
nav
:
{
timeline
:
'
Aikajana
'
,
mentions
:
'
Maininnat
'
,
public_tl
:
'
Julkinen Aikajana
'
,
twkn
:
'
Koko Tunnettu Verkosto
'
},
user_card
:
{
follows_you
:
'
Seuraa sinua!
'
,
following
:
'
Seuraat!
'
,
follow
:
'
Seuraa
'
,
statuses
:
'
Viestit
'
,
mute
:
'
Hiljennä
'
,
muted
:
'
Hiljennetty
'
,
followers
:
'
Seuraajat
'
,
followees
:
'
Seuraa
'
,
per_day
:
'
päivässä
'
},
timeline
:
{
show_new
:
'
Näytä uudet
'
,
error_fetching
:
'
Virhe ladatessa viestejä
'
,
up_to_date
:
'
Ajantasalla
'
,
load_older
:
'
Lataa vanhempia viestejä
'
},
settings
:
{
user_settings
:
'
Käyttäjän asetukset
'
,
name_bio
:
'
Nimi ja kuvaus
'
,
name
:
'
Nimi
'
,
bio
:
'
Kuvaus
'
,
avatar
:
'
Profiilikuva
'
,
current_avatar
:
'
Nykyinen profiilikuvasi
'
,
set_new_avatar
:
'
Aseta uusi profiilikuva
'
,
profile_banner
:
'
Juliste
'
,
current_profile_banner
:
'
Nykyinen julisteesi
'
,
set_new_profile_banner
:
'
Aseta uusi juliste
'
,
profile_background
:
'
Taustakuva
'
,
set_new_profile_background
:
'
Aseta uusi taustakuva
'
,
settings
:
'
Asetukset
'
,
theme
:
'
Teema
'
,
filtering
:
'
Suodatus
'
,
filtering_explanation
:
'
Kaikki viestit, jotka sisältävät näitä sanoja, suodatetaan. Yksi sana per rivi.
'
,
attachments
:
'
Liitteet
'
,
hide_attachments_in_tl
:
'
Piilota liitteet aikajanalla
'
,
hide_attachments_in_convo
:
'
Piilota liitteet keskusteluissa
'
,
nsfw_clickthrough
:
'
Piilota NSFW liitteet klikkauksen taakse.
'
,
autoload
:
'
Lataa vanhempia viestejä automaattisesti ruudun pohjalla
'
,
reply_link_preview
:
'
Keskusteluiden vastauslinkkien esikatselu
'
},
notifications
:
{
notifications
:
'
Ilmoitukset
'
,
read
:
'
Lue!
'
,
followed_you
:
'
seuraa sinua
'
},
general
:
{
submit
:
'
Lähetä
'
}
}
const
en
=
{
nav
:
{
timeline
:
'
Timeline
'
,
...
...
@@ -64,6 +122,7 @@ const en = {
const
messages
=
{
de
,
fi
,
en
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment