add BBCode strings

This commit is contained in:
William Pitcock 2019-04-26 22:48:21 +00:00
parent e351f8630c
commit 55823b8d67
4 changed files with 10 additions and 6 deletions

View file

@ -73,7 +73,8 @@
"content_type": { "content_type": {
"text/plain": "Prostý text", "text/plain": "Prostý text",
"text/html": "HTML", "text/html": "HTML",
"text/markdown": "Markdown" "text/markdown": "Markdown",
"text/bbcode": "BBCode"
}, },
"content_warning": "Předmět (volitelný)", "content_warning": "Předmět (volitelný)",
"default": "Právě jsem přistál v L.A.", "default": "Právě jsem přistál v L.A.",

View file

@ -77,7 +77,8 @@
"content_type": { "content_type": {
"text/plain": "Plain text", "text/plain": "Plain text",
"text/html": "HTML", "text/html": "HTML",
"text/markdown": "Markdown" "text/markdown": "Markdown",
"text/bbcode": "BBCode"
}, },
"content_warning": "Subject (optional)", "content_warning": "Subject (optional)",
"default": "Just landed in L.A.", "default": "Just landed in L.A.",

View file

@ -77,7 +77,8 @@
"content_type": { "content_type": {
"text/plain": "Tèxte brut", "text/plain": "Tèxte brut",
"text/html": "HTML", "text/html": "HTML",
"text/markdown": "Markdown" "text/markdown": "Markdown",
"text/bbcode": "BBCode"
}, },
"content_warning": "Avís de contengut (opcional)", "content_warning": "Avís de contengut (opcional)",
"default": "Escrivètz aquí vòstre estatut.", "default": "Escrivètz aquí vòstre estatut.",
@ -460,4 +461,4 @@
"TiB": "Tio" "TiB": "Tio"
} }
} }
} }

View file

@ -74,7 +74,8 @@
"content_type": { "content_type": {
"text/plain": "Czysty tekst", "text/plain": "Czysty tekst",
"text/html": "HTML", "text/html": "HTML",
"text/markdown": "Markdown" "text/markdown": "Markdown",
"text/bbcode": "BBCode"
}, },
"content_warning": "Temat (nieobowiązkowy)", "content_warning": "Temat (nieobowiązkowy)",
"default": "Właśnie wróciłem z kościoła", "default": "Właśnie wróciłem z kościoła",
@ -431,4 +432,4 @@
"TiB": "TiB" "TiB": "TiB"
} }
} }
} }