Translation status

6 Strings
83%
8 Words
87%
36 Characters
86%

Other components

Component Approved Translated Unreviewed Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
Translations AGPL-3.0-or-later 0% 51% 400 377 2,072 12,453 374 5 0 0

Summary

Project website github.com/krille-chan/fluffychat
Instructions for translators

There are 3 main types of strings to be translated.

Table of Contents

  • [](#simple)
  • [](#placeholder)
  • [](#plural)

Simple

Add new friend

They are just plain text and are to be translated in full.

Placeholder

{username} changed their avatar

Contains one or more words surrounded by curly brackets "{}" anything outside of the curly brackets is to be translated as normal but the words in the curly brackets are NOT to be translated. In the above example "{username}" will be replaced by the users actual username by fluffychat.

Plural

  • {count,plural, =1{1 more event} other{{count} more events}}

    This is the most complicated string type, the parts in bold are the only parts that need translating in this string. You can identify plural strings by seeing the pattern {word,plural, at the start. =1 and other are "selectors" so you can have multiple different translations for different quantities other is the only required selector and will be chosen if the count does not match any other selectors.

Selector Matches
=0 a count of exactly 0
=1 a count of exactly 1
=2 a count of exactly 2
other any number unless it matches a more specific rule

There is also "few" and "many" but they seem to have language specific meaning.

Also the selectors do not need to match the english version such as your language may not even use different words for when there is more than one of something so:

  • {count,plural, other{{count} <insert translation here>}}

    could be a perfectly resonable way to translate.

Project maintainers4 User avatar ChristianPaulyUser avatar SorunomeUser avatar RaattyUser avatar j.kussowski
Project reviewers25 User avatar slsimicUser avatar TiriftoUser avatar JelvUser avatar babolivierUser avatar meskobalazsUser avatar ghoseUser avatar ChristianPaulyUser avatar milkor73User avatar milotypeUser avatar ersenUser avatar kateshineUser avatar SorunomeUser avatar NiketsUser avatar serge.tarkovskiUser avatar jrthwlateUser avatar HelaBasaUser avatar AtalonicaUser avatar hermogenesUser avatar mindUser avatar hellojackUser avatar NN708User avatar RaattyUser avatar gjpowerUser avatar LinerlyUser avatar j.kussowski
Translation license GNU Affero General Public License v3.0 or later
Translation process
  • Translations can be made directly.
  • Translation suggestions can be made.
  • Translations are reviewed by dedicated reviewers.
  • Any authenticated user can contribute.
  • The translation uses bilingual files.
  • Translations marked as needing editing are not written to the translation file.
Source code repository local:
Repository branch main
Weblate repository https://hosted.weblate.org/git/fluffychat/glossary/
File mask *.tbx
Translation file Download ro.tbx
Last change June 8, 2026, 8:05 a.m.
Last change made by None
Language Romanian
Language code ro
Text direction Left to right
Case sensitivity Case-sensitive
Number of speakers 20,043,506
Number of plurals 3
Plural type One/few/other
Plurals One 1
Few 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, …
Other 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, …
Plural formula n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2
06/11/2026

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 6 8 36
Approved 0% 0 0% 0 0% 0
Waiting for review 66% 4 62% 5 61% 22
Translated 83% 5 87% 7 86% 31
Needs editing 0% 0 0% 0 0% 0
Read-only 16% 1 25% 2 25% 9
Failing checks 0% 0 0% 0 0% 0
Strings with suggestions 0% 0 0% 0 0% 0
Untranslated strings 16% 1 12% 1 13% 5

Quick numbers

8
Hosted words
6
Hosted strings
83%
Translated
and previous 30 days

Trends of last 30 days

Hosted words
+100%
Hosted strings
+100%
Translated
+83%
Contributors
+100%
User avatar ChristianPauly

Resource updated

Parsing of the “ro.tbx” file was enforced. 06/08/2026
User avatar None

Resource updated

Parsing of the “ro.tbx” file was enforced. 06/08/2026
User avatar None

Resource updated

Parsing of the “ro.tbx” file was enforced. 03/13/2026
User avatar ChristianPauly

Changes committed

Changes committed 03/13/2026
User avatar ChristianPauly

Resource updated

Parsing of the “ro.tbx” file was enforced. 03/06/2026
User avatar D-T-666

Extra flags updated

02/02/2026
User avatar D-T-666

Extra flags updated

02/02/2026
User avatar None

Resource updated

Parsing of the “ro.tbx” file was enforced. 06/23/2025
User avatar None

String updated in the repository

06/23/2025
User avatar None

Changes committed

Changes committed 08/26/2023
Browse all translation changes