Merge remote-tracking branch 'origin/main' into zap-split
|
@ -58,11 +58,10 @@ For detailed guides, see these pages:
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We welcome contributions to this project.
|
We welcome contributions to this project!
|
||||||
To contribute, see [Contributing to Soapbox](https://docs.soapbox.pub/soapbox/contributing/).
|
|
||||||
|
|
||||||
Translators can help by providing [translations through Weblate](https://hosted.weblate.org/projects/soapbox-pub/soapbox/).
|
- [Making a Merge Request](https://docs.soapbox.pub/soapbox/contributing/)
|
||||||
Native speakers from all around the world are welcome!
|
- [Contributing Translations](https://docs.soapbox.pub/soapbox/translations/)
|
||||||
|
|
||||||
# Project Philosophy
|
# Project Philosophy
|
||||||
|
|
||||||
|
|
|
@ -8,12 +8,12 @@ import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox
|
||||||
interface SplitValue {
|
interface SplitValue {
|
||||||
id: string;
|
id: string;
|
||||||
amountSplit: number;
|
amountSplit: number;
|
||||||
};
|
}
|
||||||
|
|
||||||
const useZapSplit = (status: StatusEntity | undefined, account: AccountEntity) => {
|
const useZapSplit = (status: StatusEntity | undefined, account: AccountEntity) => {
|
||||||
const api = useApi();
|
const api = useApi();
|
||||||
const [zapArrays, setZapArrays] = useState<ZapSplitData[]>([]);
|
const [zapArrays, setZapArrays] = useState<ZapSplitData[]>([]);
|
||||||
const [zapSplitData, setZapSplitData] = useState({ splitAmount: 3, receiveAmount: 47, splitValues: [] });
|
const [zapSplitData, setZapSplitData] = useState<{splitAmount: number; receiveAmount: number; splitValues: SplitValue[]}>({ splitAmount: 3, receiveAmount: 47, splitValues: [] });
|
||||||
|
|
||||||
const fetchZapSplit = async (id: string) => {
|
const fetchZapSplit = async (id: string) => {
|
||||||
return await api.get(`/api/v1/ditto/${id}/zap_splits`);
|
return await api.get(`/api/v1/ditto/${id}/zap_splits`);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Custom icons
|
# Custom icons
|
||||||
|
|
||||||
- blue-chest.png - Generated by Midjourney for Soapbox. CC0
|
- chest.svg - Created by bitpopart.com. Dedicated to the public domain.
|
||||||
- coin-chest.png - Generated by Midjourney for Soapbox. CC0
|
- coin-chest.svg - Created by bitpopart.com. Dedicated to the public domain.
|
||||||
- coin.png - Generated by Midjourney for Soapbox. CC0
|
- coin.svg - Created by bitpopart.com. Dedicated to the public domain.
|
||||||
- money-bag.png - Generated by Midjourney for Soapbox. CC0
|
- money-bag.png - Created by bitpopart.com. Dedicated to the public domain.
|
||||||
- pile-coin.png - Generated by Midjourney for Soapbox. CC0
|
- pile-coin.svg - Created by bitpopart.com. Dedicated to the public domain.
|
||||||
- verified.svg - Created by Alex Gleason. CC0
|
- verified.svg - Created by Alex Gleason. CC0.
|
||||||
|
|
Before Width: | Height: | Size: 275 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 330 KiB After Width: | Height: | Size: 25 KiB |
|
@ -0,0 +1,743 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 115 115"
|
||||||
|
id="svg108"
|
||||||
|
width="115"
|
||||||
|
height="115"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#">
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<style
|
||||||
|
id="style1">
|
||||||
|
.cls-1, .cls-2 {
|
||||||
|
fill: #f8cc16;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-2, .cls-3 {
|
||||||
|
stroke-width: .6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7 {
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-3 {
|
||||||
|
stroke: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-8 {
|
||||||
|
fill: #4c3084;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-8, .cls-9, .cls-5, .cls-6 {
|
||||||
|
fill-rule: evenodd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
stroke: #f8cc16;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-9 {
|
||||||
|
fill: #603e98;
|
||||||
|
stroke: #231f20;
|
||||||
|
stroke-miterlimit: 10;
|
||||||
|
stroke-width: .9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3 {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4, .cls-5 {
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4, .cls-5, .cls-6 {
|
||||||
|
stroke-width: .9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4, .cls-5, .cls-6, .cls-7 {
|
||||||
|
stroke: #010101;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-10 {
|
||||||
|
fill: #6b4fa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-6 {
|
||||||
|
fill: #603f98;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7 {
|
||||||
|
fill: #f69320;
|
||||||
|
stroke-width: 3.2px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) -->
|
||||||
|
<g
|
||||||
|
id="g108"
|
||||||
|
transform="translate(-210.9,-211.9)">
|
||||||
|
<g
|
||||||
|
id="Layer_1"
|
||||||
|
transform="translate(18.4,19.874994)">
|
||||||
|
<g
|
||||||
|
id="g107">
|
||||||
|
<g
|
||||||
|
id="g32">
|
||||||
|
<path
|
||||||
|
class="cls-6"
|
||||||
|
d="m 276.7,266.7 v 9 0 c -0.7,6.1 -12.4,11 -26.7,11 -14.3,0 -26.8,-5.2 -26.8,-11.6 v -8.7 c 17.5,0 35.6,0.3 53.6,0.3 z"
|
||||||
|
id="path1" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 227.4,281.4 c -0.6,-0.4 -1.1,-0.8 -1.5,-1.2 v -13.9 c 0.5,0 1,0 1.5,0 v 15 z"
|
||||||
|
id="path2" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 231.6,283.6 c -0.5,-0.2 -1,-0.4 -1.5,-0.7 v -16.5 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path3" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 235.9,285 c -0.5,-0.1 -1,-0.3 -1.5,-0.4 v -18.1 c 0.5,0 1,0 1.5,0 v 18.6 z"
|
||||||
|
id="path4" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 240.1,285.9 c -0.5,0 -1,-0.2 -1.5,-0.3 0,-0.2 0,-0.4 0,-0.6 v -18.6 h 1.5 V 285 c 0,0.3 0,0.6 0,0.9 z"
|
||||||
|
id="path5" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 244.3,286.5 c -0.5,0 -1,0 -1.4,-0.1 0,-0.4 0,-0.8 0,-1.3 v -18.6 h 1.5 v 18.6 c 0,0.5 0,1 0,1.4 z"
|
||||||
|
id="path6" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 248.5,286.7 c -0.5,0 -0.9,0 -1.4,0 0,-0.5 0,-1 0,-1.6 v -18.5 h 1.5 v 18.5 c 0,0.6 0,1.2 0,1.7 z"
|
||||||
|
id="path7" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 252.7,286.7 c -0.5,0 -0.9,0 -1.4,0 0,-0.5 0,-1.1 0,-1.7 v -18.5 h 1.5 V 285 c 0,0.6 0,1.1 0,1.6 z"
|
||||||
|
id="path8" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 257,286.3 c -0.5,0 -0.9,0.1 -1.4,0.2 0,-0.4 0,-0.9 0,-1.4 v -18.5 h 1.5 v 18.5 c 0,0.4 0,0.9 0,1.3 z"
|
||||||
|
id="path9" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 261.2,285.6 c -0.5,0 -1,0.2 -1.5,0.3 0,-0.3 0,-0.6 0,-0.9 v -18.4 c 0.5,0 1,0 1.5,0 V 285 c 0,0.2 0,0.4 0,0.6 z"
|
||||||
|
id="path10" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 265.5,284.6 c -0.5,0.2 -1,0.3 -1.5,0.4 v -18.3 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path11" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 269.7,282.9 c -0.5,0.2 -1,0.5 -1.5,0.7 v -16.9 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path12" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 274,280.2 c -0.5,0.4 -1,0.8 -1.5,1.2 v -14.7 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path13" />
|
||||||
|
<path
|
||||||
|
class="cls-9"
|
||||||
|
d="m 249.9,278.3 c 14.7,0 26.8,-5.2 26.8,-11.6 0,-6.4 -12,-11.6 -26.8,-11.6 -14.8,0 -26.8,5.2 -26.8,11.6 0,6.4 12,11.6 26.8,11.6 z"
|
||||||
|
id="path14" />
|
||||||
|
<ellipse
|
||||||
|
class="cls-10"
|
||||||
|
cx="249.89999"
|
||||||
|
cy="266.70001"
|
||||||
|
rx="24.4"
|
||||||
|
ry="9.1999998"
|
||||||
|
id="ellipse14" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 249.9,258.7 c 12.9,0 23.5,3.8 24.4,8.6 0,-0.2 0,-0.4 0,-0.6 0,-5.1 -10.9,-9.2 -24.4,-9.2 -13.5,0 -24.4,4.1 -24.4,9.2 0,5.1 0,0.4 0,0.6 0.9,-4.8 11.4,-8.6 24.4,-8.6 z"
|
||||||
|
id="path15" />
|
||||||
|
<g
|
||||||
|
id="g21">
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 244.8,264.3 h 11.5 c 0,-0.5 0,-0.8 0,-1.2 -3.8,0 -7.7,0 -11.5,0.1 z m 0.1,5.6 c 3.8,0 7.7,0 11.5,-0.1 v -1.1 c -3.9,0 -7.7,0 -11.5,0.1 z m 11.4,-3.9 c -3.8,0 -7.7,0 -11.5,0.1 v 1.1 c 3.9,0 7.7,0 11.5,-0.1 z m -5.1,-4.4 v -1.8 c -0.6,0 -1.1,0 -1.6,0 v 1.8 c 0.6,0 1.1,0 1.6,0 z m 0.4,11.8 v -1.8 c -0.6,0 -1.1,0 -1.6,0 v 1.8 c 0.6,0 1.1,0 1.6,0 z"
|
||||||
|
id="path16" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 244.8,264.3 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 z"
|
||||||
|
id="path17" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 244.9,269.9 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 z"
|
||||||
|
id="path18" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 256.3,266 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 z"
|
||||||
|
id="path19" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 251.2,261.6 h -1.6 c 0,-0.6 0,-1.2 0,-1.8 h 1.6 c 0,0.6 0,1.2 0,1.8 z"
|
||||||
|
id="path20" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="M 251.6,273.4 H 250 c 0,-0.6 0,-1.2 0,-1.8 h 1.6 c 0,0.6 0,1.2 0,1.8 z"
|
||||||
|
id="path21" />
|
||||||
|
</g>
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="227.5"
|
||||||
|
y1="273.29999"
|
||||||
|
x2="227.5"
|
||||||
|
y2="281.39999"
|
||||||
|
id="line21" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="231.60001"
|
||||||
|
y1="275.39999"
|
||||||
|
x2="231.60001"
|
||||||
|
y2="283.60001"
|
||||||
|
id="line22" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="235.89999"
|
||||||
|
y1="276.89999"
|
||||||
|
x2="235.89999"
|
||||||
|
y2="285"
|
||||||
|
id="line23" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="240.10001"
|
||||||
|
y1="277.5"
|
||||||
|
x2="240.10001"
|
||||||
|
y2="286"
|
||||||
|
id="line24" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="244.3"
|
||||||
|
y1="278.39999"
|
||||||
|
x2="244.3"
|
||||||
|
y2="286.5"
|
||||||
|
id="line25" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="248.5"
|
||||||
|
y1="278.70001"
|
||||||
|
x2="248.5"
|
||||||
|
y2="286.70001"
|
||||||
|
id="line26" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="252.89999"
|
||||||
|
y1="278.60001"
|
||||||
|
x2="252.89999"
|
||||||
|
y2="286.70001"
|
||||||
|
id="line27" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="257.20001"
|
||||||
|
y1="278.10001"
|
||||||
|
x2="257.20001"
|
||||||
|
y2="286.20001"
|
||||||
|
id="line28" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="261.20001"
|
||||||
|
y1="277.5"
|
||||||
|
x2="261.20001"
|
||||||
|
y2="285.60001"
|
||||||
|
id="line29" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="265.39999"
|
||||||
|
y1="276.29999"
|
||||||
|
x2="265.39999"
|
||||||
|
y2="284.60001"
|
||||||
|
id="line30" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="269.70001"
|
||||||
|
y1="274.79999"
|
||||||
|
x2="269.70001"
|
||||||
|
y2="282.89999"
|
||||||
|
id="line31" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="273.89999"
|
||||||
|
y1="271.79999"
|
||||||
|
x2="273.89999"
|
||||||
|
y2="280.20001"
|
||||||
|
id="line32" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g63">
|
||||||
|
<path
|
||||||
|
class="cls-6"
|
||||||
|
d="m 281.1,256.2 v 9 0 c -0.7,6.1 -12.4,11 -26.7,11 -14.3,0 -26.8,-5.2 -26.8,-11.6 v -8.7 c 17.5,0 35.6,0.3 53.6,0.3 z"
|
||||||
|
id="path32" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 231.9,271 c -0.6,-0.4 -1.1,-0.8 -1.5,-1.2 v -13.9 c 0.5,0 1,0 1.5,0 v 15 z"
|
||||||
|
id="path33" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 236.1,273.1 c -0.5,-0.2 -1,-0.4 -1.5,-0.7 v -16.5 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path34" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 240.4,274.5 c -0.5,-0.1 -1,-0.3 -1.5,-0.4 V 256 c 0.5,0 1,0 1.5,0 v 18.6 z"
|
||||||
|
id="path35" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 244.6,275.5 c -0.5,0 -1,-0.2 -1.5,-0.3 0,-0.2 0,-0.4 0,-0.6 V 256 h 1.5 v 18.6 c 0,0.3 0,0.6 0,0.9 z"
|
||||||
|
id="path36" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 248.8,276 c -0.5,0 -1,0 -1.4,-0.1 0,-0.4 0,-0.8 0,-1.3 V 256 h 1.5 v 18.6 c 0,0.5 0,1 0,1.4 z"
|
||||||
|
id="path37" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 253,276.2 c -0.5,0 -0.9,0 -1.4,0 0,-0.5 0,-1 0,-1.6 v -18.5 h 1.5 v 18.5 c 0,0.6 0,1.2 0,1.7 z"
|
||||||
|
id="path38" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 257.2,276.2 c -0.5,0 -0.9,0 -1.4,0 0,-0.5 0,-1.1 0,-1.7 V 256 h 1.5 v 18.5 c 0,0.6 0,1.1 0,1.6 z"
|
||||||
|
id="path39" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 261.5,275.8 c -0.5,0 -0.9,0.1 -1.4,0.2 0,-0.4 0,-0.9 0,-1.4 v -18.5 h 1.5 v 18.5 c 0,0.4 0,0.9 0,1.3 z"
|
||||||
|
id="path40" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 265.7,275.2 c -0.5,0 -1,0.2 -1.5,0.3 0,-0.3 0,-0.6 0,-0.9 v -18.4 c 0.5,0 1,0 1.5,0 v 18.4 c 0,0.2 0,0.4 0,0.6 z"
|
||||||
|
id="path41" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 270,274.1 c -0.5,0.2 -1,0.3 -1.5,0.4 v -18.3 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path42" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 274.2,272.5 c -0.5,0.2 -1,0.5 -1.5,0.7 v -16.9 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path43" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 278.4,269.8 c -0.5,0.4 -1,0.8 -1.5,1.2 v -14.7 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path44" />
|
||||||
|
<path
|
||||||
|
class="cls-9"
|
||||||
|
d="m 254.4,267.8 c 14.7,0 26.8,-5.2 26.8,-11.6 0,-6.4 -12,-11.6 -26.8,-11.6 -14.8,0 -26.8,5.2 -26.8,11.6 0,6.4 12,11.6 26.8,11.6 z"
|
||||||
|
id="path45" />
|
||||||
|
<ellipse
|
||||||
|
class="cls-10"
|
||||||
|
cx="254.39999"
|
||||||
|
cy="256.20001"
|
||||||
|
rx="24.4"
|
||||||
|
ry="9.1999998"
|
||||||
|
id="ellipse45" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 254.4,248.3 c 12.9,0 23.5,3.8 24.4,8.6 0,-0.2 0,-0.4 0,-0.6 0,-5.1 -10.9,-9.2 -24.4,-9.2 -13.5,0 -24.4,4.1 -24.4,9.2 0,5.1 0,0.4 0,0.6 0.9,-4.8 11.4,-8.6 24.4,-8.6 z"
|
||||||
|
id="path46" />
|
||||||
|
<g
|
||||||
|
id="g52">
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 249.3,253.9 c 3.8,0 7.7,0 11.5,-0.1 v -1.1 c -3.9,0 -7.7,0 -11.5,0.1 z m 0.1,5.6 c 3.8,0 7.7,0 11.5,-0.1 v -1.1 c -3.9,0 -7.7,0 -11.5,0.1 z m 11.4,-4 c -3.8,0 -7.7,0 -11.5,0.1 v 1.1 c 3.9,0 7.7,0 11.5,-0.1 z m -5.1,-4.4 v -1.8 c -0.6,0 -1.1,0 -1.6,0 v 1.8 c 0.6,0 1.1,0 1.6,0 z m 0.4,11.9 v -1.8 c -0.6,0 -1.1,0 -1.6,0 v 1.8 c 0.6,0 1.1,0 1.6,0 z"
|
||||||
|
id="path47" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 249.3,253.9 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 z"
|
||||||
|
id="path48" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 249.4,259.5 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 z"
|
||||||
|
id="path49" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 260.8,255.5 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 z"
|
||||||
|
id="path50" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 255.7,251.1 h -1.6 c 0,-0.6 0,-1.2 0,-1.8 h 1.6 c 0,0.6 0,1.2 0,1.8 z"
|
||||||
|
id="path51" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 256.1,263 h -1.6 c 0,-0.6 0,-1.2 0,-1.8 h 1.6 c 0,0.6 0,1.2 0,1.8 z"
|
||||||
|
id="path52" />
|
||||||
|
</g>
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="232"
|
||||||
|
y1="262.89999"
|
||||||
|
x2="232"
|
||||||
|
y2="271"
|
||||||
|
id="line52" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="236.10001"
|
||||||
|
y1="265"
|
||||||
|
x2="236.10001"
|
||||||
|
y2="273.10001"
|
||||||
|
id="line53" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="240.39999"
|
||||||
|
y1="266.39999"
|
||||||
|
x2="240.39999"
|
||||||
|
y2="274.5"
|
||||||
|
id="line54" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="244.5"
|
||||||
|
y1="267"
|
||||||
|
x2="244.5"
|
||||||
|
y2="275.5"
|
||||||
|
id="line55" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="248.8"
|
||||||
|
y1="267.89999"
|
||||||
|
x2="248.8"
|
||||||
|
y2="276"
|
||||||
|
id="line56" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="253"
|
||||||
|
y1="268.20001"
|
||||||
|
x2="253"
|
||||||
|
y2="276.20001"
|
||||||
|
id="line57" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="257.39999"
|
||||||
|
y1="268.10001"
|
||||||
|
x2="257.39999"
|
||||||
|
y2="276.20001"
|
||||||
|
id="line58" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="261.60001"
|
||||||
|
y1="267.70001"
|
||||||
|
x2="261.60001"
|
||||||
|
y2="275.70001"
|
||||||
|
id="line59" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="265.70001"
|
||||||
|
y1="267.10001"
|
||||||
|
x2="265.70001"
|
||||||
|
y2="275.20001"
|
||||||
|
id="line60" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="269.89999"
|
||||||
|
y1="265.79999"
|
||||||
|
x2="269.89999"
|
||||||
|
y2="274.10001"
|
||||||
|
id="line61" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="274.10001"
|
||||||
|
y1="264.39999"
|
||||||
|
x2="274.10001"
|
||||||
|
y2="272.5"
|
||||||
|
id="line62" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="278.39999"
|
||||||
|
y1="261.29999"
|
||||||
|
x2="278.39999"
|
||||||
|
y2="269.79999"
|
||||||
|
id="line63" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g75">
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="250.10001"
|
||||||
|
y1="226.3"
|
||||||
|
x2="250.10001"
|
||||||
|
y2="213.5"
|
||||||
|
id="line64" />
|
||||||
|
<g
|
||||||
|
id="g69">
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="258"
|
||||||
|
y1="227.2"
|
||||||
|
x2="259.39999"
|
||||||
|
y2="219.3"
|
||||||
|
id="line65" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="266.89999"
|
||||||
|
y1="229.10001"
|
||||||
|
x2="271.29999"
|
||||||
|
y2="218.89999"
|
||||||
|
id="line66" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="275.10001"
|
||||||
|
y1="232.8"
|
||||||
|
x2="278.60001"
|
||||||
|
y2="229.3"
|
||||||
|
id="line67" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="279.70001"
|
||||||
|
y1="238.8"
|
||||||
|
x2="287.5"
|
||||||
|
y2="235.7"
|
||||||
|
id="line68" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="282.29999"
|
||||||
|
y1="245.7"
|
||||||
|
x2="287.10001"
|
||||||
|
y2="245.7"
|
||||||
|
id="line69" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g74">
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="242"
|
||||||
|
y1="227.2"
|
||||||
|
x2="240.60001"
|
||||||
|
y2="219.3"
|
||||||
|
id="line70" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="233.10001"
|
||||||
|
y1="229.10001"
|
||||||
|
x2="228.60001"
|
||||||
|
y2="218.89999"
|
||||||
|
id="line71" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="224.8"
|
||||||
|
y1="232.8"
|
||||||
|
x2="221.3"
|
||||||
|
y2="229.3"
|
||||||
|
id="line72" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="220.2"
|
||||||
|
y1="238.8"
|
||||||
|
x2="212.5"
|
||||||
|
y2="235.7"
|
||||||
|
id="line73" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="217.7"
|
||||||
|
y1="245.7"
|
||||||
|
x2="212.8"
|
||||||
|
y2="245.7"
|
||||||
|
id="line74" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
class="cls-5"
|
||||||
|
d="m 276.6,244.9 v 7.8 0 c -0.7,6.1 -12.4,11 -26.7,11 -14.3,0 -26.8,-5.2 -26.8,-11.6 v -7.3"
|
||||||
|
id="path75" />
|
||||||
|
<path
|
||||||
|
class="cls-6"
|
||||||
|
d="m 276.6,243.7 v 9 0 c -0.7,6.1 -12.4,11 -26.7,11 -14.3,0 -26.8,-5.2 -26.8,-11.6 v -8.7 c 17.5,0 35.6,0.3 53.6,0.3 z"
|
||||||
|
id="path76" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 227.3,258.4 c -0.6,-0.4 -1.1,-0.8 -1.5,-1.2 v -13.9 c 0.5,0 1,0 1.5,0 v 15 z"
|
||||||
|
id="path77" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 231.6,260.6 c -0.5,-0.2 -1,-0.4 -1.5,-0.7 v -16.5 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path78" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 235.8,262 c -0.5,-0.1 -1,-0.3 -1.5,-0.4 v -18.1 c 0.5,0 1,0 1.5,0 v 18.6 z"
|
||||||
|
id="path79" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 240,262.9 c -0.5,0 -1,-0.2 -1.5,-0.3 0,-0.2 0,-0.4 0,-0.6 V 243.4 H 240 V 262 c 0,0.3 0,0.6 0,0.9 z"
|
||||||
|
id="path80" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 244.2,263.4 c -0.5,0 -1,0 -1.4,-0.1 0,-0.4 0,-0.8 0,-1.3 v -18.6 h 1.5 V 262 c 0,0.5 0,1 0,1.4 z"
|
||||||
|
id="path81" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 248.4,263.7 c -0.5,0 -0.9,0 -1.4,0 0,-0.5 0,-1 0,-1.6 v -18.5 h 1.5 v 18.5 c 0,0.6 0,1.2 0,1.7 z"
|
||||||
|
id="path82" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 252.6,263.6 c -0.5,0 -0.9,0 -1.4,0 0,-0.5 0,-1.1 0,-1.7 v -18.5 h 1.5 v 18.5 c 0,0.6 0,1.1 0,1.6 z"
|
||||||
|
id="path83" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 256.9,263.3 c -0.5,0 -0.9,0.1 -1.4,0.2 0,-0.4 0,-0.9 0,-1.4 v -18.5 h 1.5 v 18.5 c 0,0.4 0,0.9 0,1.3 z"
|
||||||
|
id="path84" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 261.2,262.6 c -0.5,0 -1,0.2 -1.5,0.3 0,-0.3 0,-0.6 0,-0.9 v -18.4 c 0.5,0 1,0 1.5,0 V 262 c 0,0.2 0,0.4 0,0.6 z"
|
||||||
|
id="path85" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 265.4,261.5 c -0.5,0.2 -1,0.3 -1.5,0.4 v -18.3 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path86" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 269.6,259.9 c -0.5,0.2 -1,0.5 -1.5,0.7 v -16.9 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path87" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 273.9,257.2 c -0.5,0.4 -1,0.8 -1.5,1.2 v -14.7 c 0.5,0 1,0 1.5,0 z"
|
||||||
|
id="path88" />
|
||||||
|
<path
|
||||||
|
class="cls-9"
|
||||||
|
d="m 249.8,255.3 c 14.7,0 26.8,-5.2 26.8,-11.6 0,-6.4 -12,-11.6 -26.8,-11.6 -14.8,0 -26.8,5.2 -26.8,11.6 0,6.4 12,11.6 26.8,11.6 z"
|
||||||
|
id="path89" />
|
||||||
|
<ellipse
|
||||||
|
class="cls-10"
|
||||||
|
cx="249.8"
|
||||||
|
cy="243.7"
|
||||||
|
rx="24.4"
|
||||||
|
ry="9.1999998"
|
||||||
|
id="ellipse89" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 249.8,235.7 c 12.9,0 23.5,3.8 24.4,8.6 0,-0.2 0,-0.4 0,-0.6 0,-5.1 -10.9,-9.2 -24.4,-9.2 -13.5,0 -24.4,4.1 -24.4,9.2 0,5.1 0,0.4 0,0.6 0.9,-4.8 11.4,-8.6 24.4,-8.6 z"
|
||||||
|
id="path90" />
|
||||||
|
<g
|
||||||
|
id="g96">
|
||||||
|
<path
|
||||||
|
class="cls-1"
|
||||||
|
d="m 244.7,241.3 c 3.8,0 7.7,0 11.5,-0.1 v -1.1 c -3.9,0 -7.7,0 -11.5,0.1 z m 0.2,5.6 c 3.8,0 7.7,0 11.5,-0.1 v -1.1 c -3.9,0 -7.7,0 -11.5,0.1 z m 11.3,-4 c -3.8,0 -7.7,0 -11.5,0.1 v 1.1 c 3.9,0 7.7,0 11.5,-0.1 z m -5,-4.3 v -1.8 c -0.6,0 -1.1,0 -1.6,0 v 1.8 c 0.6,0 1.1,0 1.6,0 z m 0.3,11.8 v -1.8 c -0.6,0 -1.1,0 -1.6,0 v 1.8 c 0.6,0 1.1,0 1.6,0 z"
|
||||||
|
id="path91" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 244.7,241.3 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 z"
|
||||||
|
id="path92" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 244.9,246.9 v -1.1 c 3.8,0 7.6,0 11.5,-0.1 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 z"
|
||||||
|
id="path93" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 256.2,242.9 v 1.1 c -3.8,0 -7.6,0 -11.5,0.1 V 243 c 3.8,0 7.6,0 11.5,-0.1 z"
|
||||||
|
id="path94" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 251.2,238.6 h -1.6 c 0,-0.6 0,-1.2 0,-1.8 h 1.6 c 0,0.6 0,1.2 0,1.8 z"
|
||||||
|
id="path95" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 251.5,250.4 h -1.6 c 0,-0.6 0,-1.2 0,-1.8 h 1.6 c 0,0.6 0,1.2 0,1.8 z"
|
||||||
|
id="path96" />
|
||||||
|
</g>
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="227.39999"
|
||||||
|
y1="250.3"
|
||||||
|
x2="227.39999"
|
||||||
|
y2="258.39999"
|
||||||
|
id="line96" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="231.60001"
|
||||||
|
y1="252.39999"
|
||||||
|
x2="231.60001"
|
||||||
|
y2="260.60001"
|
||||||
|
id="line97" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="235.8"
|
||||||
|
y1="253.89999"
|
||||||
|
x2="235.8"
|
||||||
|
y2="262"
|
||||||
|
id="line98" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="240"
|
||||||
|
y1="254.5"
|
||||||
|
x2="240"
|
||||||
|
y2="263"
|
||||||
|
id="line99" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="244.2"
|
||||||
|
y1="255.39999"
|
||||||
|
x2="244.2"
|
||||||
|
y2="263.39999"
|
||||||
|
id="line100" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="248.39999"
|
||||||
|
y1="255.60001"
|
||||||
|
x2="248.39999"
|
||||||
|
y2="263.70001"
|
||||||
|
id="line101" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="252.8"
|
||||||
|
y1="255.60001"
|
||||||
|
x2="252.8"
|
||||||
|
y2="263.60001"
|
||||||
|
id="line102" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="257.10001"
|
||||||
|
y1="255.10001"
|
||||||
|
x2="257.10001"
|
||||||
|
y2="263.10001"
|
||||||
|
id="line103" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="261.20001"
|
||||||
|
y1="254.5"
|
||||||
|
x2="261.20001"
|
||||||
|
y2="262.60001"
|
||||||
|
id="line104" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="265.29999"
|
||||||
|
y1="253.3"
|
||||||
|
x2="265.29999"
|
||||||
|
y2="261.5"
|
||||||
|
id="line105" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="269.60001"
|
||||||
|
y1="251.8"
|
||||||
|
x2="269.60001"
|
||||||
|
y2="259.89999"
|
||||||
|
id="line106" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="273.79999"
|
||||||
|
y1="248.7"
|
||||||
|
x2="273.79999"
|
||||||
|
y2="257.20001"
|
||||||
|
id="line107" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<metadata
|
||||||
|
id="metadata1">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:License
|
||||||
|
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||||
|
</cc:License>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<cc:license
|
||||||
|
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 19 KiB |
|
@ -0,0 +1,342 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 115 115"
|
||||||
|
id="svg34"
|
||||||
|
width="115"
|
||||||
|
height="115"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#">
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<style
|
||||||
|
id="style1">
|
||||||
|
.cls-1 {
|
||||||
|
fill: #603e98;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
fill: #010101;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3 {
|
||||||
|
fill: #f8cc16;
|
||||||
|
stroke: #f8cc16;
|
||||||
|
stroke-width: .8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3, .cls-4 {
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-5 {
|
||||||
|
fill: #6b4fa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-6 {
|
||||||
|
fill: #4c3084;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7 {
|
||||||
|
stroke-width: .7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7, .cls-8 {
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7, .cls-8, .cls-9 {
|
||||||
|
stroke-miterlimit: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7, .cls-8, .cls-9, .cls-4 {
|
||||||
|
stroke: #010101;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-8, .cls-9 {
|
||||||
|
stroke-width: 1.2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-9 {
|
||||||
|
fill: #603f98;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4 {
|
||||||
|
fill: #f69320;
|
||||||
|
stroke-width: 3.2px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) -->
|
||||||
|
<g
|
||||||
|
id="g34"
|
||||||
|
transform="translate(-192.45,-190.83367)">
|
||||||
|
<g
|
||||||
|
id="Layer_1">
|
||||||
|
<ellipse
|
||||||
|
class="cls-9"
|
||||||
|
cx="246.3"
|
||||||
|
cy="259.79999"
|
||||||
|
rx="20.4"
|
||||||
|
ry="21"
|
||||||
|
transform="rotate(-31.4,246.34343,259.8355)"
|
||||||
|
id="ellipse1" />
|
||||||
|
<g
|
||||||
|
id="g2">
|
||||||
|
<ellipse
|
||||||
|
class="cls-1"
|
||||||
|
cx="248.8"
|
||||||
|
cy="258.29999"
|
||||||
|
rx="17.5"
|
||||||
|
ry="21"
|
||||||
|
transform="rotate(-31.4,248.72223,258.20093)"
|
||||||
|
id="ellipse2" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 260.2,276.9 c -8.6,5.3 -20.8,1.2 -27,-9.1 -6.3,-10.3 -4.3,-22.9 4.3,-28.2 8.6,-5.3 20.8,-1.2 27,9.1 6.3,10.3 4.3,22.9 -4.3,28.2 z m -22,-36.3 c -7.8,4.8 -9.4,16.9 -3.6,26.4 5.8,9.5 17.3,13.7 25.2,8.9 7.8,-4.8 9.1,-16.8 3.3,-26.3 -5.8,-9.5 -17,-13.8 -24.8,-9 z"
|
||||||
|
id="path2" />
|
||||||
|
</g>
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="232.1,266.1 232.9,267.4 228.8,270 228,268.7 "
|
||||||
|
id="polygon2" />
|
||||||
|
<g
|
||||||
|
id="g3">
|
||||||
|
<ellipse
|
||||||
|
class="cls-5"
|
||||||
|
cx="248.8"
|
||||||
|
cy="258.29999"
|
||||||
|
rx="13.6"
|
||||||
|
ry="16.299999"
|
||||||
|
transform="rotate(-31.4,248.72223,258.20093)"
|
||||||
|
id="ellipse3" />
|
||||||
|
<path
|
||||||
|
class="cls-6"
|
||||||
|
d="m 257.5,272.1 c -6.6,4 -15.8,1.4 -20.6,-6.5 -4.8,-7.9 -3.2,-17.2 3.4,-21.2 6.6,-4 15.3,-1.1 20.1,6.8 4.8,7.9 3.7,16.9 -2.9,20.9 z m -17,-27.4 c -6.2,3.8 -7.6,13 -3,20.5 4.6,7.5 13.4,10.5 19.6,6.7 6.2,-3.8 7.6,-13 3,-20.5 -4.6,-7.5 -13.4,-10.5 -19.6,-6.7 z"
|
||||||
|
id="path3" />
|
||||||
|
</g>
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="227.8"
|
||||||
|
y1="268.89999"
|
||||||
|
x2="232.39999"
|
||||||
|
y2="266"
|
||||||
|
id="line3" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="233.8,269 234.7,270.2 230.8,272.8 229.9,271.6 "
|
||||||
|
id="polygon3" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="230"
|
||||||
|
y1="271.70001"
|
||||||
|
x2="234.60001"
|
||||||
|
y2="268.79999"
|
||||||
|
id="line4" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="236.1,271.8 237.1,272.9 233.2,275.3 232,274.3 "
|
||||||
|
id="polygon4" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="238.8,274.4 240.1,275.4 236.3,277.6 234.9,276.7 "
|
||||||
|
id="polygon5" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="241.9,276.5 243.4,277.3 240.3,279.5 238.4,278.9 "
|
||||||
|
id="polygon6" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="246.1,278.4 247.8,278.8 245.3,280.7 243.2,280.3 "
|
||||||
|
id="polygon7" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="230.8,263 231.3,264.4 227.3,266.9 226.8,265.4 "
|
||||||
|
id="polygon8" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="229.8,259.4 230.2,260.8 226.4,263 226.2,261.5 "
|
||||||
|
id="polygon9" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="229.4,255.8 229.5,257.1 226.1,259 226.1,257.6 "
|
||||||
|
id="polygon10" />
|
||||||
|
<polygon
|
||||||
|
class="cls-6"
|
||||||
|
points="229.8,251.3 229.6,252.5 227,253.8 227.4,252.5 "
|
||||||
|
id="polygon11" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="232.5"
|
||||||
|
y1="274.29999"
|
||||||
|
x2="237.2"
|
||||||
|
y2="271.5"
|
||||||
|
id="line11" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="235.3"
|
||||||
|
y1="276.70001"
|
||||||
|
x2="240"
|
||||||
|
y2="273.89999"
|
||||||
|
id="line12" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="238.5"
|
||||||
|
y1="279"
|
||||||
|
x2="243.10001"
|
||||||
|
y2="276.20001"
|
||||||
|
id="line13" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="226.39999"
|
||||||
|
y1="265.5"
|
||||||
|
x2="231.10001"
|
||||||
|
y2="262.70001"
|
||||||
|
id="line14" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="226.10001"
|
||||||
|
y1="261.60001"
|
||||||
|
x2="230.8"
|
||||||
|
y2="258.70001"
|
||||||
|
id="line15" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="226"
|
||||||
|
y1="257.5"
|
||||||
|
x2="230.7"
|
||||||
|
y2="254.60001"
|
||||||
|
id="line16" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="226.8"
|
||||||
|
y1="252.8"
|
||||||
|
x2="230.89999"
|
||||||
|
y2="250.3"
|
||||||
|
id="line17" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="243.3"
|
||||||
|
y1="280.20001"
|
||||||
|
x2="247.5"
|
||||||
|
y2="277.70001"
|
||||||
|
id="line18" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="242.89999"
|
||||||
|
y1="232.39999"
|
||||||
|
x2="242.3"
|
||||||
|
y2="223.89999"
|
||||||
|
id="line19" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="252.89999"
|
||||||
|
y1="233.5"
|
||||||
|
x2="257.10001"
|
||||||
|
y2="217"
|
||||||
|
id="line20" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="261.5"
|
||||||
|
y1="237.2"
|
||||||
|
x2="264.89999"
|
||||||
|
y2="230.2"
|
||||||
|
id="line21" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="268.20001"
|
||||||
|
y1="242.5"
|
||||||
|
x2="279.20001"
|
||||||
|
y2="235.8"
|
||||||
|
id="line22" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="272.10001"
|
||||||
|
y1="250.3"
|
||||||
|
x2="277.60001"
|
||||||
|
y2="248.7"
|
||||||
|
id="line23" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="272.89999"
|
||||||
|
y1="258.5"
|
||||||
|
x2="282"
|
||||||
|
y2="261.20001"
|
||||||
|
id="line24" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="234.39999"
|
||||||
|
y1="235.39999"
|
||||||
|
x2="228"
|
||||||
|
y2="225.60001"
|
||||||
|
id="line25" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="227.2"
|
||||||
|
y1="240.7"
|
||||||
|
x2="221.39999"
|
||||||
|
y2="237"
|
||||||
|
id="line26" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="222.2"
|
||||||
|
y1="248.89999"
|
||||||
|
x2="217.89999"
|
||||||
|
y2="248"
|
||||||
|
id="line27" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 257.3,277.7 c -9.6,5.9 -22.3,2.6 -28.4,-7.3 -6,-9.9 -3.1,-22.7 6.5,-28.5"
|
||||||
|
id="path27" />
|
||||||
|
<g
|
||||||
|
id="g33">
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 241.8,258.1 10.2,-5.5 -0.8,-1.3 -10.2,5.5 z m 4.2,7.1 c 3.4,-1.8 6.8,-3.6 10.2,-5.5 l -0.8,-1.4 c -3.4,1.8 -6.8,3.6 -10.2,5.5 z m 7.3,-10.3 c -3.4,1.8 -6.8,3.6 -10.2,5.5 l 0.8,1.3 10.2,-5.5 z m -7.7,-3.4 -1.4,-2.3 -1.4,0.8 1.4,2.3 z m 8.8,15.2 -1.4,-2.3 -1.4,0.8 1.4,2.3 z"
|
||||||
|
id="path28" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 241.8,258.1 -0.8,-1.3 10.2,-5.5 0.8,1.3 z"
|
||||||
|
id="path29" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 246,265.2 -0.8,-1.4 c 3.4,-1.8 6.8,-3.6 10.2,-5.5 l 0.8,1.4 c -3.4,1.8 -6.8,3.6 -10.2,5.5 z"
|
||||||
|
id="path30" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 253.3,254.9 0.8,1.3 -10.2,5.5 -0.8,-1.3 c 3.4,-1.8 6.8,-3.6 10.2,-5.5 z"
|
||||||
|
id="path31" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 245.6,251.5 -1.4,0.8 -1.4,-2.3 1.4,-0.8 z"
|
||||||
|
id="path32" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 254.4,266.7 -1.4,0.8 -1.4,-2.3 1.4,-0.8 z"
|
||||||
|
id="path33" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<metadata
|
||||||
|
id="metadata1">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:License
|
||||||
|
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||||
|
</cc:License>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<cc:license
|
||||||
|
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 27 KiB |
|
@ -0,0 +1,358 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 115 115"
|
||||||
|
id="svg35"
|
||||||
|
width="115"
|
||||||
|
height="115"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#">
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<style
|
||||||
|
id="style1">
|
||||||
|
.cls-1 {
|
||||||
|
fill: #603e98;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
fill: #010101;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3 {
|
||||||
|
stroke: #f8cc16;
|
||||||
|
stroke-width: .6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3, .cls-4, .cls-5 {
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3, .cls-6 {
|
||||||
|
fill: #f8cc16;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4 {
|
||||||
|
stroke: #231f20;
|
||||||
|
stroke-width: 3.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4, .cls-7, .cls-8 {
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-5 {
|
||||||
|
fill: #f8cc0f;
|
||||||
|
stroke-width: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-5, .cls-7, .cls-8, .cls-9 {
|
||||||
|
stroke: #010101;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-10 {
|
||||||
|
fill: #6b4fa0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-11 {
|
||||||
|
fill: #4c3084;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7 {
|
||||||
|
stroke-width: .6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7, .cls-8, .cls-9 {
|
||||||
|
stroke-miterlimit: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-8, .cls-9 {
|
||||||
|
stroke-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-9 {
|
||||||
|
fill: #603f98;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) -->
|
||||||
|
<g
|
||||||
|
id="g35"
|
||||||
|
transform="translate(-192.55343,-190.95006)">
|
||||||
|
<g
|
||||||
|
id="Layer_1">
|
||||||
|
<path
|
||||||
|
class="cls-5"
|
||||||
|
d="m 231.9,207.2 c 0.8,-0.2 2,-0.2 2.6,0.1 l 5.9,3.1 c 0.9,0.5 2,0.4 2.9,-0.1 0.9,-0.6 1.3,-1.6 1.3,-2.6 v -0.9 c -0.1,-0.6 0.2,-1.1 0.4,-1.3 0.2,-0.2 0.6,-0.5 1.2,-0.5 h 7.8 c 0.6,0 1.1,0.3 1.2,0.5 0.2,0.2 0.5,0.6 0.4,1.3 v 1 c -0.2,1 0.3,2 1.2,2.6 0.9,0.6 2,0.6 2.9,0.1 l 6.1,-3.2 c 0.6,-0.3 1.7,-0.4 2.4,-0.2 L 261.3,224 H 238.9 L 232,207.2 Z m 55.5,80.6 c -3,4 -7.7,6.2 -12.6,6.2 h -49.5 c -5,0 -9.6,-2.3 -12.6,-6.2 -3,-3.9 -4.1,-9 -2.8,-13.8 4.6,-17.3 14.1,-32.6 27.7,-44.4 h 24.9 c 13.6,11.8 23.1,27.1 27.7,44.4 1.3,4.8 0.3,9.8 -2.8,13.8 z"
|
||||||
|
id="path1" />
|
||||||
|
<path
|
||||||
|
class="cls-6"
|
||||||
|
d="m 231.9,207.2 c 0.8,-0.2 2,-0.2 2.6,0.1 l 5.9,3.1 c 0.9,0.5 2,0.4 2.9,-0.1 0.9,-0.6 1.3,-1.6 1.3,-2.6 v -0.9 c -0.1,-0.6 0.2,-1.1 0.4,-1.3 0.2,-0.2 0.6,-0.5 1.2,-0.5 h 7.8 c 0.6,0 1.1,0.3 1.2,0.5 0.2,0.2 0.5,0.6 0.4,1.3 v 1 c -0.2,1 0.3,2 1.2,2.6 0.9,0.6 2,0.6 2.9,0.1 l 6.1,-3.2 c 0.6,-0.3 1.7,-0.4 2.4,-0.2 L 261.3,224 H 238.9 L 232,207.2 Z m 55.5,80.6 c -3,4 -7.7,6.2 -12.6,6.2 h -49.5 c -5,0 -9.6,-2.3 -12.6,-6.2 -3,-3.9 -4.1,-9 -2.8,-13.8 4.6,-17.3 14.1,-32.6 27.7,-44.4 h 24.9 c 13.6,11.8 23.1,27.1 27.7,44.4 1.3,4.8 0.3,9.8 -2.8,13.8 z"
|
||||||
|
id="path2" />
|
||||||
|
<ellipse
|
||||||
|
class="cls-9"
|
||||||
|
cx="248.2"
|
||||||
|
cy="270.29999"
|
||||||
|
rx="16.9"
|
||||||
|
ry="17.4"
|
||||||
|
transform="rotate(-31.4,248.19044,270.3353)"
|
||||||
|
id="ellipse2" />
|
||||||
|
<g
|
||||||
|
id="g3">
|
||||||
|
<ellipse
|
||||||
|
class="cls-1"
|
||||||
|
cx="250.3"
|
||||||
|
cy="269.10001"
|
||||||
|
rx="14.5"
|
||||||
|
ry="17.4"
|
||||||
|
transform="rotate(-31.4,250.29137,269.00649)"
|
||||||
|
id="ellipse3" />
|
||||||
|
<path
|
||||||
|
class="cls-2"
|
||||||
|
d="m 259.7,284.5 c -7.2,4.4 -17.2,1 -22.4,-7.5 -5.2,-8.5 -3.6,-19 3.6,-23.3 7.2,-4.4 17.2,-1 22.4,7.5 5.2,8.5 3.6,19 -3.6,23.3 z m -18.2,-30.1 c -6.5,4 -7.8,14 -3,21.8 4.8,7.8 14.3,11.3 20.8,7.4 6.5,-3.9 7.5,-13.9 2.7,-21.8 -4.8,-7.8 -14.1,-11.4 -20.6,-7.5 z"
|
||||||
|
id="path3" />
|
||||||
|
</g>
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="236.5,275.5 237.1,276.6 233.7,278.8 233.1,277.7 "
|
||||||
|
id="polygon3" />
|
||||||
|
<g
|
||||||
|
id="g4">
|
||||||
|
<ellipse
|
||||||
|
class="cls-10"
|
||||||
|
cx="250.3"
|
||||||
|
cy="269.10001"
|
||||||
|
rx="11.3"
|
||||||
|
ry="13.5"
|
||||||
|
transform="rotate(-31.4,250.29137,269.00649)"
|
||||||
|
id="ellipse4" />
|
||||||
|
<path
|
||||||
|
class="cls-11"
|
||||||
|
d="m 257.5,280.5 c -5.5,3.3 -13.1,1.1 -17.1,-5.4 -4,-6.5 -2.6,-14.2 2.8,-17.6 5.5,-3.3 12.7,-0.9 16.7,5.6 4,6.5 3.1,14 -2.4,17.3 z m -14.1,-22.7 c -5.2,3.2 -6.3,10.8 -2.5,17 3.8,6.2 11.1,8.7 16.3,5.6 5.2,-3.2 6.3,-10.8 2.5,-17 -3.8,-6.2 -11.1,-8.7 -16.3,-5.6 z"
|
||||||
|
id="path4" />
|
||||||
|
</g>
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="232.89999"
|
||||||
|
y1="277.79999"
|
||||||
|
x2="236.7"
|
||||||
|
y2="275.5"
|
||||||
|
id="line4" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="237.9,278 238.6,278.9 235.4,281.1 234.6,280.1 "
|
||||||
|
id="polygon4" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="234.7"
|
||||||
|
y1="280.20001"
|
||||||
|
x2="238.5"
|
||||||
|
y2="277.79999"
|
||||||
|
id="line5" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="239.7,280.3 240.6,281.2 237.4,283.2 236.4,282.3 "
|
||||||
|
id="polygon5" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="242,282.5 243.1,283.2 239.9,285 238.7,284.3 "
|
||||||
|
id="polygon6" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="244.6,284.2 245.8,284.8 243.2,286.6 241.6,286.1 "
|
||||||
|
id="polygon7" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="248.1,285.7 249.4,286.1 247.4,287.7 245.7,287.3 "
|
||||||
|
id="polygon8" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="235.4,273 235.8,274.1 232.5,276.2 232,275 "
|
||||||
|
id="polygon9" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="234.6,270 234.8,271.2 231.8,273 231.5,271.8 "
|
||||||
|
id="polygon10" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="234.2,267 234.3,268.1 231.5,269.6 231.5,268.5 "
|
||||||
|
id="polygon11" />
|
||||||
|
<polygon
|
||||||
|
class="cls-11"
|
||||||
|
points="234.5,263.3 234.4,264.3 232.3,265.4 232.6,264.3 "
|
||||||
|
id="polygon12" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="236.8"
|
||||||
|
y1="282.29999"
|
||||||
|
x2="240.7"
|
||||||
|
y2="280"
|
||||||
|
id="line12" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="239.10001"
|
||||||
|
y1="284.39999"
|
||||||
|
x2="243"
|
||||||
|
y2="282"
|
||||||
|
id="line13" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="241.7"
|
||||||
|
y1="286.20001"
|
||||||
|
x2="245.5"
|
||||||
|
y2="283.89999"
|
||||||
|
id="line14" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="231.7"
|
||||||
|
y1="275.10001"
|
||||||
|
x2="235.60001"
|
||||||
|
y2="272.70001"
|
||||||
|
id="line15" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="231.5"
|
||||||
|
y1="271.79999"
|
||||||
|
x2="235.3"
|
||||||
|
y2="269.39999"
|
||||||
|
id="line16" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="231.39999"
|
||||||
|
y1="268.39999"
|
||||||
|
x2="235.3"
|
||||||
|
y2="266"
|
||||||
|
id="line17" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="232.10001"
|
||||||
|
y1="264.60001"
|
||||||
|
x2="235.5"
|
||||||
|
y2="262.5"
|
||||||
|
id="line18" />
|
||||||
|
<line
|
||||||
|
class="cls-7"
|
||||||
|
x1="245.7"
|
||||||
|
y1="287.20001"
|
||||||
|
x2="249.2"
|
||||||
|
y2="285.10001"
|
||||||
|
id="line19" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="245.39999"
|
||||||
|
y1="247.7"
|
||||||
|
x2="244.89999"
|
||||||
|
y2="240.60001"
|
||||||
|
id="line20" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="253.60001"
|
||||||
|
y1="248.5"
|
||||||
|
x2="257.20001"
|
||||||
|
y2="234.89999"
|
||||||
|
id="line21" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="260.79999"
|
||||||
|
y1="251.60001"
|
||||||
|
x2="263.60001"
|
||||||
|
y2="245.8"
|
||||||
|
id="line22" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="266.39999"
|
||||||
|
y1="256"
|
||||||
|
x2="275.39999"
|
||||||
|
y2="250.39999"
|
||||||
|
id="line23" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="269.5"
|
||||||
|
y1="262.39999"
|
||||||
|
x2="274.10001"
|
||||||
|
y2="261.20001"
|
||||||
|
id="line24" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="270.20001"
|
||||||
|
y1="269.20001"
|
||||||
|
x2="277.79999"
|
||||||
|
y2="271.5"
|
||||||
|
id="line25" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="238.39999"
|
||||||
|
y1="250.10001"
|
||||||
|
x2="233.10001"
|
||||||
|
y2="242"
|
||||||
|
id="line26" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="232.39999"
|
||||||
|
y1="254.5"
|
||||||
|
x2="227.60001"
|
||||||
|
y2="251.5"
|
||||||
|
id="line27" />
|
||||||
|
<line
|
||||||
|
class="cls-4"
|
||||||
|
x1="228.3"
|
||||||
|
y1="261.29999"
|
||||||
|
x2="224.7"
|
||||||
|
y2="260.60001"
|
||||||
|
id="line28" />
|
||||||
|
<path
|
||||||
|
class="cls-8"
|
||||||
|
d="m 257.3,285.2 c -8,4.9 -18.5,2.2 -23.5,-6 -5,-8.2 -2.6,-18.8 5.4,-23.6"
|
||||||
|
id="path28" />
|
||||||
|
<g
|
||||||
|
id="g34">
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 244.5,268.9 c 2.8,-1.5 5.6,-3 8.4,-4.5 l -0.7,-1.1 c -2.8,1.5 -5.6,3 -8.4,4.5 0.2,0.4 0.4,0.7 0.7,1.1 z m 3.4,5.9 c 2.8,-1.5 5.6,-3 8.4,-4.5 l -0.7,-1.1 c -2.8,1.5 -5.6,3 -8.4,4.5 z m 6.1,-8.5 -8.4,4.5 0.6,1.1 c 2.8,-1.5 5.6,-3 8.4,-4.5 z m -6.4,-2.8 c -0.4,-0.6 -0.8,-1.3 -1.1,-1.9 l -1.2,0.6 1.1,1.9 c 0.4,-0.2 0.8,-0.4 1.2,-0.6 z m 7.3,12.5 c -0.4,-0.7 -0.8,-1.3 -1.1,-1.9 l -1.2,0.6 1.1,1.9 z"
|
||||||
|
id="path29" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 244.5,268.9 c -0.2,-0.4 -0.4,-0.7 -0.7,-1.1 2.8,-1.5 5.6,-3 8.4,-4.5 l 0.7,1.1 c -2.8,1.5 -5.6,3 -8.4,4.5 z"
|
||||||
|
id="path30" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 247.9,274.8 -0.7,-1.1 c 2.8,-1.5 5.6,-3 8.4,-4.5 l 0.7,1.1 c -2.8,1.5 -5.6,3 -8.4,4.5 z"
|
||||||
|
id="path31" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 254,266.3 0.6,1.1 c -2.8,1.5 -5.6,3 -8.4,4.5 l -0.6,-1.1 z"
|
||||||
|
id="path32" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 247.6,263.5 c -0.4,0.2 -0.8,0.4 -1.2,0.6 l -1.1,-1.9 1.2,-0.6 c 0.4,0.6 0.8,1.3 1.1,1.9 z"
|
||||||
|
id="path33" />
|
||||||
|
<path
|
||||||
|
class="cls-3"
|
||||||
|
d="m 254.9,276 -1.2,0.6 -1.1,-1.9 1.2,-0.6 c 0.4,0.6 0.7,1.3 1.1,1.9 z"
|
||||||
|
id="path34" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<metadata
|
||||||
|
id="metadata1">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:License
|
||||||
|
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||||
|
</cc:License>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<cc:license
|
||||||
|
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 111 KiB |
After Width: | Height: | Size: 142 KiB |
|
@ -0,0 +1,45 @@
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
|
import { useSoapboxConfig } from 'soapbox/hooks';
|
||||||
|
|
||||||
|
import { getAcct } from '../utils/accounts';
|
||||||
|
|
||||||
|
import { HStack, Text } from './ui';
|
||||||
|
import VerificationBadge from './verification-badge';
|
||||||
|
|
||||||
|
import type { Account } from 'soapbox/schemas';
|
||||||
|
|
||||||
|
interface IDisplayName {
|
||||||
|
account: Pick<Account, 'id' | 'acct' | 'fqn' | 'verified' | 'display_name_html'>;
|
||||||
|
withSuffix?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
const DisplayNameInline: React.FC<IDisplayName> = ({ account, withSuffix = true }) => {
|
||||||
|
const { displayFqn = false } = useSoapboxConfig();
|
||||||
|
const { verified } = account;
|
||||||
|
|
||||||
|
const displayName = (
|
||||||
|
<HStack space={1} alignItems='center' justifyContent='center' grow>
|
||||||
|
<Text
|
||||||
|
size='sm'
|
||||||
|
weight='normal'
|
||||||
|
truncate
|
||||||
|
dangerouslySetInnerHTML={{ __html: account.display_name_html }}
|
||||||
|
/>
|
||||||
|
|
||||||
|
{verified && <VerificationBadge />}
|
||||||
|
</HStack>
|
||||||
|
);
|
||||||
|
|
||||||
|
const suffix = (<span className='display-name'>@{getAcct(account, displayFqn)}</span>);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className='flex max-w-80 flex-col items-center justify-center text-center sm:flex-row sm:gap-2'>
|
||||||
|
{displayName}
|
||||||
|
<span className='hidden text-xl font-bold sm:block'>-</span>
|
||||||
|
{withSuffix && suffix}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default DisplayNameInline;
|
|
@ -12,6 +12,7 @@ import Account from 'soapbox/components/account';
|
||||||
import { Stack, Divider, HStack, Icon, IconButton, Text } from 'soapbox/components/ui';
|
import { Stack, Divider, HStack, Icon, IconButton, Text } from 'soapbox/components/ui';
|
||||||
import ProfileStats from 'soapbox/features/ui/components/profile-stats';
|
import ProfileStats from 'soapbox/features/ui/components/profile-stats';
|
||||||
import { useAppDispatch, useAppSelector, useFeatures, useInstance } from 'soapbox/hooks';
|
import { useAppDispatch, useAppSelector, useFeatures, useInstance } from 'soapbox/hooks';
|
||||||
|
import { useSettingsNotifications } from 'soapbox/hooks/useSettingsNotifications';
|
||||||
import { makeGetOtherAccounts } from 'soapbox/selectors';
|
import { makeGetOtherAccounts } from 'soapbox/selectors';
|
||||||
|
|
||||||
import type { List as ImmutableList } from 'immutable';
|
import type { List as ImmutableList } from 'immutable';
|
||||||
|
@ -48,13 +49,14 @@ interface ISidebarLink {
|
||||||
icon: string;
|
icon: string;
|
||||||
text: string | JSX.Element;
|
text: string | JSX.Element;
|
||||||
onClick: React.EventHandler<React.MouseEvent>;
|
onClick: React.EventHandler<React.MouseEvent>;
|
||||||
|
count?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
const SidebarLink: React.FC<ISidebarLink> = ({ href, to, icon, text, onClick }) => {
|
const SidebarLink: React.FC<ISidebarLink> = ({ href, to, icon, text, onClick, count }) => {
|
||||||
const body = (
|
const body = (
|
||||||
<HStack space={2} alignItems='center'>
|
<HStack space={2} alignItems='center'>
|
||||||
<div className='relative inline-flex rounded-full bg-primary-50 p-2 dark:bg-gray-800'>
|
<div className='relative inline-flex rounded-full bg-primary-50 p-2 dark:bg-gray-800'>
|
||||||
<Icon src={icon} className='h-5 w-5 text-primary-500' />
|
<Icon src={icon} className='h-5 w-5 text-primary-500' count={count} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Text tag='span' weight='medium' theme='inherit'>{text}</Text>
|
<Text tag='span' weight='medium' theme='inherit'>{text}</Text>
|
||||||
|
@ -89,6 +91,7 @@ const SidebarMenu: React.FC = (): JSX.Element | null => {
|
||||||
const settings = useAppSelector((state) => getSettings(state));
|
const settings = useAppSelector((state) => getSettings(state));
|
||||||
const followRequestsCount = useAppSelector((state) => state.user_lists.follow_requests.items.count());
|
const followRequestsCount = useAppSelector((state) => state.user_lists.follow_requests.items.count());
|
||||||
const instance = useInstance();
|
const instance = useInstance();
|
||||||
|
const settingsNotifications = useSettingsNotifications();
|
||||||
|
|
||||||
const closeButtonRef = React.useRef(null);
|
const closeButtonRef = React.useRef(null);
|
||||||
|
|
||||||
|
@ -286,6 +289,7 @@ const SidebarMenu: React.FC = (): JSX.Element | null => {
|
||||||
icon={require('@tabler/icons/outline/settings.svg')}
|
icon={require('@tabler/icons/outline/settings.svg')}
|
||||||
text={intl.formatMessage(messages.preferences)}
|
text={intl.formatMessage(messages.preferences)}
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
|
count={settingsNotifications.size}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{features.federating && (
|
{features.federating && (
|
||||||
|
|
|
@ -5,6 +5,7 @@ import { Stack } from 'soapbox/components/ui';
|
||||||
import { useStatContext } from 'soapbox/contexts/stat-context';
|
import { useStatContext } from 'soapbox/contexts/stat-context';
|
||||||
import ComposeButton from 'soapbox/features/ui/components/compose-button';
|
import ComposeButton from 'soapbox/features/ui/components/compose-button';
|
||||||
import { useAppSelector, useFeatures, useOwnAccount, useSettings, useInstance } from 'soapbox/hooks';
|
import { useAppSelector, useFeatures, useOwnAccount, useSettings, useInstance } from 'soapbox/hooks';
|
||||||
|
import { useSettingsNotifications } from 'soapbox/hooks/useSettingsNotifications';
|
||||||
|
|
||||||
import DropdownMenu, { Menu } from './dropdown-menu';
|
import DropdownMenu, { Menu } from './dropdown-menu';
|
||||||
import SidebarNavigationLink from './sidebar-navigation-link';
|
import SidebarNavigationLink from './sidebar-navigation-link';
|
||||||
|
@ -30,6 +31,7 @@ const SidebarNavigation = () => {
|
||||||
const notificationCount = useAppSelector((state) => state.notifications.unread);
|
const notificationCount = useAppSelector((state) => state.notifications.unread);
|
||||||
const followRequestsCount = useAppSelector((state) => state.user_lists.follow_requests.items.count());
|
const followRequestsCount = useAppSelector((state) => state.user_lists.follow_requests.items.count());
|
||||||
const dashboardCount = useAppSelector((state) => state.admin.openReports.count() + state.admin.awaitingApproval.count());
|
const dashboardCount = useAppSelector((state) => state.admin.openReports.count() + state.admin.awaitingApproval.count());
|
||||||
|
const settingsNotifications = useSettingsNotifications();
|
||||||
|
|
||||||
const restrictUnauth = instance.pleroma.metadata.restrict_unauthenticated;
|
const restrictUnauth = instance.pleroma.metadata.restrict_unauthenticated;
|
||||||
|
|
||||||
|
@ -160,6 +162,7 @@ const SidebarNavigation = () => {
|
||||||
icon={require('@tabler/icons/outline/settings.svg')}
|
icon={require('@tabler/icons/outline/settings.svg')}
|
||||||
activeIcon={require('@tabler/icons/filled/settings.svg')}
|
activeIcon={require('@tabler/icons/filled/settings.svg')}
|
||||||
text={<FormattedMessage id='tabs_bar.settings' defaultMessage='Settings' />}
|
text={<FormattedMessage id='tabs_bar.settings' defaultMessage='Settings' />}
|
||||||
|
count={settingsNotifications.size}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{account.staff && (
|
{account.staff && (
|
||||||
|
|
|
@ -104,8 +104,8 @@ const Column: React.FC<IColumn> = React.forwardRef((props, ref: React.ForwardedR
|
||||||
'rounded-t-3xl': !isScrolled && !transparent,
|
'rounded-t-3xl': !isScrolled && !transparent,
|
||||||
'sticky top-12 z-10 bg-white/90 dark:bg-primary-900/90 black:bg-black/90 backdrop-blur lg:top-16': !transparent,
|
'sticky top-12 z-10 bg-white/90 dark:bg-primary-900/90 black:bg-black/90 backdrop-blur lg:top-16': !transparent,
|
||||||
'p-4 sm:p-0 sm:pb-4 black:p-4': transparent,
|
'p-4 sm:p-0 sm:pb-4 black:p-4': transparent,
|
||||||
'-mt-4 -mx-4 p-4': size !== 'lg' && !transparent,
|
'-mt-4 p-4': size !== 'lg' && !transparent,
|
||||||
'-mt-4 -mx-4 p-4 sm:-mt-6 sm:-mx-6 sm:p-6': size === 'lg' && !transparent,
|
'-mt-4 p-4 sm:-mt-6 sm:-mx-6 sm:p-6': size === 'lg' && !transparent,
|
||||||
})}
|
})}
|
||||||
action={action}
|
action={action}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -148,6 +148,7 @@ const SearchResults = () => {
|
||||||
id={statusId}
|
id={statusId}
|
||||||
onMoveUp={handleMoveUp}
|
onMoveUp={handleMoveUp}
|
||||||
onMoveDown={handleMoveDown}
|
onMoveDown={handleMoveDown}
|
||||||
|
variant='slim'
|
||||||
/>
|
/>
|
||||||
));
|
));
|
||||||
resultsIds = results.statuses;
|
resultsIds = results.statuses;
|
||||||
|
@ -159,6 +160,7 @@ const SearchResults = () => {
|
||||||
id={statusId}
|
id={statusId}
|
||||||
onMoveUp={handleMoveUp}
|
onMoveUp={handleMoveUp}
|
||||||
onMoveDown={handleMoveDown}
|
onMoveDown={handleMoveDown}
|
||||||
|
variant='slim'
|
||||||
/>
|
/>
|
||||||
));
|
));
|
||||||
resultsIds = trendingStatuses;
|
resultsIds = trendingStatuses;
|
||||||
|
@ -229,7 +231,7 @@ const SearchResults = () => {
|
||||||
listClassName={clsx({
|
listClassName={clsx({
|
||||||
'divide-gray-200 dark:divide-gray-800 divide-solid divide-y': selectedFilter === 'statuses',
|
'divide-gray-200 dark:divide-gray-800 divide-solid divide-y': selectedFilter === 'statuses',
|
||||||
})}
|
})}
|
||||||
itemClassName={clsx({
|
itemClassName={clsx('px-4', {
|
||||||
'pb-4': selectedFilter === 'accounts',
|
'pb-4': selectedFilter === 'accounts',
|
||||||
'pb-3': selectedFilter === 'hashtags',
|
'pb-3': selectedFilter === 'hashtags',
|
||||||
})}
|
})}
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
import { useMutation, useQuery } from '@tanstack/react-query';
|
import { useMutation, useQuery } from '@tanstack/react-query';
|
||||||
import React, { useState } from 'react';
|
import React, { useEffect, useState } from 'react';
|
||||||
import { FormattedMessage, defineMessages, useIntl } from 'react-intl';
|
import { FormattedMessage, defineMessages, useIntl } from 'react-intl';
|
||||||
|
|
||||||
import { patchMe } from 'soapbox/actions/me';
|
import { patchMe } from 'soapbox/actions/me';
|
||||||
|
import { changeSetting } from 'soapbox/actions/settings';
|
||||||
import List, { ListItem } from 'soapbox/components/list';
|
import List, { ListItem } from 'soapbox/components/list';
|
||||||
import { Button, CardHeader, CardTitle, Column, Emoji, Form, HStack, Icon, Input, Textarea, Tooltip } from 'soapbox/components/ui';
|
import { Button, CardHeader, CardTitle, Column, Emoji, Form, HStack, Icon, Input, Textarea, Tooltip } from 'soapbox/components/ui';
|
||||||
import { useApi, useAppDispatch, useInstance, useOwnAccount } from 'soapbox/hooks';
|
import { useApi, useAppDispatch, useInstance, useOwnAccount, useSettings } from 'soapbox/hooks';
|
||||||
import { queryClient } from 'soapbox/queries/client';
|
import { queryClient } from 'soapbox/queries/client';
|
||||||
import { adminAccountSchema } from 'soapbox/schemas/admin-account';
|
import { adminAccountSchema } from 'soapbox/schemas/admin-account';
|
||||||
import toast from 'soapbox/toast';
|
import toast from 'soapbox/toast';
|
||||||
|
@ -19,7 +20,7 @@ const messages = defineMessages({
|
||||||
unverified: { id: 'edit_profile.fields.nip05_unverified', defaultMessage: 'Name could not be verified and won\'t be used.' },
|
unverified: { id: 'edit_profile.fields.nip05_unverified', defaultMessage: 'Name could not be verified and won\'t be used.' },
|
||||||
success: { id: 'edit_profile.success', defaultMessage: 'Your profile has been successfully saved!' },
|
success: { id: 'edit_profile.success', defaultMessage: 'Your profile has been successfully saved!' },
|
||||||
error: { id: 'edit_profile.error', defaultMessage: 'Profile update failed' },
|
error: { id: 'edit_profile.error', defaultMessage: 'Profile update failed' },
|
||||||
placeholder: { id: 'edit_identity.reason_placeholder', defaultMessage: 'Why do you want this name?' },
|
placeholder: { id: 'edit_identity.reason_placeholder', defaultMessage: 'Why do you want to be part of the {siteTitle} community?' },
|
||||||
requested: { id: 'edit_identity.requested', defaultMessage: 'Name requested' },
|
requested: { id: 'edit_identity.requested', defaultMessage: 'Name requested' },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -33,10 +34,20 @@ const EditIdentity: React.FC<IEditIdentity> = () => {
|
||||||
|
|
||||||
const { data: approvedNames } = useNames();
|
const { data: approvedNames } = useNames();
|
||||||
const { data: pendingNames } = usePendingNames();
|
const { data: pendingNames } = usePendingNames();
|
||||||
|
const { dismissedSettingsNotifications } = useSettings();
|
||||||
|
|
||||||
const [username, setUsername] = useState<string>('');
|
const [username, setUsername] = useState<string>('');
|
||||||
const [reason, setReason] = useState<string>('');
|
const [reason, setReason] = useState<string>('');
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const dismissed = new Set(dismissedSettingsNotifications);
|
||||||
|
|
||||||
|
if (!dismissed.has('needsNip05')) {
|
||||||
|
dismissed.add('needsNip05');
|
||||||
|
dispatch(changeSetting(['dismissedSettingsNotifications'], [...dismissed]));
|
||||||
|
}
|
||||||
|
}, []);
|
||||||
|
|
||||||
if (!account) return null;
|
if (!account) return null;
|
||||||
|
|
||||||
const updateName = async (name: string): Promise<void> => {
|
const updateName = async (name: string): Promise<void> => {
|
||||||
|
@ -59,6 +70,7 @@ const EditIdentity: React.FC<IEditIdentity> = () => {
|
||||||
queryKey: ['names', 'pending'],
|
queryKey: ['names', 'pending'],
|
||||||
});
|
});
|
||||||
setUsername('');
|
setUsername('');
|
||||||
|
setReason('');
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -70,7 +82,7 @@ const EditIdentity: React.FC<IEditIdentity> = () => {
|
||||||
<UsernameInput value={username} onChange={(e) => setUsername(e.target.value)} disabled={isPending} />
|
<UsernameInput value={username} onChange={(e) => setUsername(e.target.value)} disabled={isPending} />
|
||||||
<Textarea
|
<Textarea
|
||||||
name='reason'
|
name='reason'
|
||||||
placeholder={intl.formatMessage(messages.placeholder)}
|
placeholder={intl.formatMessage(messages.placeholder, { siteTitle: instance.title })}
|
||||||
maxLength={500}
|
maxLength={500}
|
||||||
onChange={(e) => setReason(e.target.value)}
|
onChange={(e) => setReason(e.target.value)}
|
||||||
disabled={isPending}
|
disabled={isPending}
|
||||||
|
|
|
@ -70,7 +70,6 @@ const HomeTimeline: React.FC = () => {
|
||||||
onLoadMore={handleLoadMore}
|
onLoadMore={handleLoadMore}
|
||||||
timelineId='home'
|
timelineId='home'
|
||||||
divideType={(theme === 'black' || isMobile) ? 'border' : 'space'}
|
divideType={(theme === 'black' || isMobile) ? 'border' : 'space'}
|
||||||
showAds
|
|
||||||
emptyMessage={
|
emptyMessage={
|
||||||
<Stack space={1}>
|
<Stack space={1}>
|
||||||
<Text size='xl' weight='medium' align='center'>
|
<Text size='xl' weight='medium' align='center'>
|
||||||
|
|
|
@ -9,6 +9,7 @@ import { openModal } from 'soapbox/actions/modals';
|
||||||
import { getSettings } from 'soapbox/actions/settings';
|
import { getSettings } from 'soapbox/actions/settings';
|
||||||
import { hideStatus, revealStatus } from 'soapbox/actions/statuses';
|
import { hideStatus, revealStatus } from 'soapbox/actions/statuses';
|
||||||
import Icon from 'soapbox/components/icon';
|
import Icon from 'soapbox/components/icon';
|
||||||
|
import Status from 'soapbox/components/status';
|
||||||
import { HStack, Text, Emoji, Button, Stack } from 'soapbox/components/ui';
|
import { HStack, Text, Emoji, Button, Stack } from 'soapbox/components/ui';
|
||||||
import AccountContainer from 'soapbox/containers/account-container';
|
import AccountContainer from 'soapbox/containers/account-container';
|
||||||
import StatusContainer from 'soapbox/containers/status-container';
|
import StatusContainer from 'soapbox/containers/status-container';
|
||||||
|
@ -59,6 +60,7 @@ const icons: Record<NotificationType, string> = {
|
||||||
'pleroma:participation_request': require('@tabler/icons/outline/calendar-event.svg'),
|
'pleroma:participation_request': require('@tabler/icons/outline/calendar-event.svg'),
|
||||||
'pleroma:participation_accepted': require('@tabler/icons/outline/calendar-event.svg'),
|
'pleroma:participation_accepted': require('@tabler/icons/outline/calendar-event.svg'),
|
||||||
'ditto:name_grant': require('@tabler/icons/outline/user-check.svg'),
|
'ditto:name_grant': require('@tabler/icons/outline/user-check.svg'),
|
||||||
|
'ditto:zap': require('@tabler/icons/outline/bolt.svg'),
|
||||||
};
|
};
|
||||||
|
|
||||||
const nameMessage = defineMessage({
|
const nameMessage = defineMessage({
|
||||||
|
@ -139,6 +141,10 @@ const notificationMessages: Record<NotificationType, MessageDescriptor> = define
|
||||||
id: 'notification.ditto:name_grant',
|
id: 'notification.ditto:name_grant',
|
||||||
defaultMessage: 'You were granted the name {acct}',
|
defaultMessage: 'You were granted the name {acct}',
|
||||||
},
|
},
|
||||||
|
'ditto:zap': {
|
||||||
|
id: 'notification.ditto:zap',
|
||||||
|
defaultMessage: '{name} zapped you {amount} sats',
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
|
@ -152,6 +158,7 @@ const buildMessage = (
|
||||||
acct: string | undefined,
|
acct: string | undefined,
|
||||||
targetName: string,
|
targetName: string,
|
||||||
instanceTitle: string,
|
instanceTitle: string,
|
||||||
|
amount: number,
|
||||||
): React.ReactNode => {
|
): React.ReactNode => {
|
||||||
const link = buildLink(account);
|
const link = buildLink(account);
|
||||||
const name = intl.formatMessage(nameMessage, {
|
const name = intl.formatMessage(nameMessage, {
|
||||||
|
@ -161,6 +168,7 @@ const buildMessage = (
|
||||||
|
|
||||||
return intl.formatMessage(notificationMessages[type], {
|
return intl.formatMessage(notificationMessages[type], {
|
||||||
acct,
|
acct,
|
||||||
|
amount,
|
||||||
name,
|
name,
|
||||||
targetName,
|
targetName,
|
||||||
instance: instanceTitle,
|
instance: instanceTitle,
|
||||||
|
@ -309,6 +317,29 @@ const Notification: React.FC<INotification> = (props) => {
|
||||||
const renderContent = () => {
|
const renderContent = () => {
|
||||||
switch (type as NotificationType) {
|
switch (type as NotificationType) {
|
||||||
case 'follow':
|
case 'follow':
|
||||||
|
case 'ditto:zap':
|
||||||
|
if (!status) {
|
||||||
|
return account && typeof account === 'object' ? (
|
||||||
|
<AccountContainer
|
||||||
|
id={account.id}
|
||||||
|
hidden={hidden}
|
||||||
|
avatarSize={avatarSize}
|
||||||
|
withRelationship
|
||||||
|
/>
|
||||||
|
) : null;
|
||||||
|
} else {
|
||||||
|
return status && typeof status === 'object' ? (
|
||||||
|
<Status
|
||||||
|
id={status.id}
|
||||||
|
status={status}
|
||||||
|
hidden={hidden}
|
||||||
|
onMoveDown={handleMoveDown}
|
||||||
|
onMoveUp={handleMoveUp}
|
||||||
|
avatarSize={avatarSize}
|
||||||
|
showGroup={false}
|
||||||
|
/>
|
||||||
|
) : null;
|
||||||
|
}
|
||||||
case 'user_approved':
|
case 'user_approved':
|
||||||
return account && typeof account === 'object' ? (
|
return account && typeof account === 'object' ? (
|
||||||
<AccountContainer
|
<AccountContainer
|
||||||
|
@ -379,7 +410,7 @@ const Notification: React.FC<INotification> = (props) => {
|
||||||
const acct = notification.name;
|
const acct = notification.name;
|
||||||
const targetName = notification.target && typeof notification.target === 'object' ? notification.target.acct : '';
|
const targetName = notification.target && typeof notification.target === 'object' ? notification.target.acct : '';
|
||||||
|
|
||||||
const message: React.ReactNode = validType(type) && account && typeof account === 'object' ? buildMessage(intl, type, account, acct, targetName, instance.title) : null;
|
const message: React.ReactNode = validType(type) && account && typeof account === 'object' ? buildMessage(intl, type, account, acct, targetName, instance.title, notification.amount / 1000) : null;
|
||||||
|
|
||||||
const ariaLabel = validType(type) ? (
|
const ariaLabel = validType(type) ? (
|
||||||
notificationForScreenReader(
|
notificationForScreenReader(
|
||||||
|
|
|
@ -16,7 +16,8 @@ import ScrollTopButton from 'soapbox/components/scroll-top-button';
|
||||||
import ScrollableList from 'soapbox/components/scrollable-list';
|
import ScrollableList from 'soapbox/components/scrollable-list';
|
||||||
import { Column, Portal } from 'soapbox/components/ui';
|
import { Column, Portal } from 'soapbox/components/ui';
|
||||||
import PlaceholderNotification from 'soapbox/features/placeholder/components/placeholder-notification';
|
import PlaceholderNotification from 'soapbox/features/placeholder/components/placeholder-notification';
|
||||||
import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks';
|
import { useAppDispatch, useAppSelector, useSettings, useTheme } from 'soapbox/hooks';
|
||||||
|
import { useIsMobile } from 'soapbox/hooks/useIsMobile';
|
||||||
|
|
||||||
import FilterBar from './components/filter-bar';
|
import FilterBar from './components/filter-bar';
|
||||||
import Notification from './components/notification';
|
import Notification from './components/notification';
|
||||||
|
@ -58,6 +59,9 @@ const Notifications = () => {
|
||||||
const hasMore = useAppSelector(state => state.notifications.hasMore);
|
const hasMore = useAppSelector(state => state.notifications.hasMore);
|
||||||
const totalQueuedNotificationsCount = useAppSelector(state => state.notifications.totalQueuedNotificationsCount || 0);
|
const totalQueuedNotificationsCount = useAppSelector(state => state.notifications.totalQueuedNotificationsCount || 0);
|
||||||
|
|
||||||
|
const theme = useTheme();
|
||||||
|
const isMobile = useIsMobile();
|
||||||
|
|
||||||
const node = useRef<VirtuosoHandle>(null);
|
const node = useRef<VirtuosoHandle>(null);
|
||||||
const column = useRef<HTMLDivElement>(null);
|
const column = useRef<HTMLDivElement>(null);
|
||||||
const scrollableContentRef = useRef<ImmutableList<JSX.Element> | null>(null);
|
const scrollableContentRef = useRef<ImmutableList<JSX.Element> | null>(null);
|
||||||
|
@ -174,7 +178,12 @@ const Notifications = () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column ref={column} label={intl.formatMessage(messages.title)} withHeader={false}>
|
<Column
|
||||||
|
ref={column}
|
||||||
|
label={intl.formatMessage(messages.title)}
|
||||||
|
withHeader={false}
|
||||||
|
className={clsx({ '!p-0': isMobile || theme === 'black' })}
|
||||||
|
>
|
||||||
{filterBarContainer}
|
{filterBarContainer}
|
||||||
|
|
||||||
<Portal>
|
<Portal>
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
|
import clsx from 'clsx';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { defineMessages, useIntl } from 'react-intl';
|
import { defineMessages, useIntl } from 'react-intl';
|
||||||
|
|
||||||
import { Column } from 'soapbox/components/ui';
|
import { Column } from 'soapbox/components/ui';
|
||||||
import Search from 'soapbox/features/compose/components/search';
|
import Search from 'soapbox/features/compose/components/search';
|
||||||
import SearchResults from 'soapbox/features/compose/components/search-results';
|
import SearchResults from 'soapbox/features/compose/components/search-results';
|
||||||
|
import { useTheme } from 'soapbox/hooks';
|
||||||
|
import { useIsMobile } from 'soapbox/hooks/useIsMobile';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
heading: { id: 'column.search', defaultMessage: 'Discover' },
|
heading: { id: 'column.search', defaultMessage: 'Discover' },
|
||||||
|
@ -12,10 +15,18 @@ const messages = defineMessages({
|
||||||
const SearchPage = () => {
|
const SearchPage = () => {
|
||||||
const intl = useIntl();
|
const intl = useIntl();
|
||||||
|
|
||||||
|
const theme = useTheme();
|
||||||
|
const isMobile = useIsMobile();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column label={intl.formatMessage(messages.heading)}>
|
<Column
|
||||||
|
label={intl.formatMessage(messages.heading)}
|
||||||
|
className={clsx({ '!px-0': isMobile || theme === 'black' })}
|
||||||
|
>
|
||||||
<div className='space-y-4'>
|
<div className='space-y-4'>
|
||||||
|
<div className='px-4 sm:py-0'>
|
||||||
<Search autoFocus autoSubmit />
|
<Search autoFocus autoSubmit />
|
||||||
|
</div>
|
||||||
<SearchResults />
|
<SearchResults />
|
||||||
</div>
|
</div>
|
||||||
</Column>
|
</Column>
|
||||||
|
|
|
@ -4,8 +4,9 @@ import { defineMessages, FormattedMessage, useIntl } from 'react-intl';
|
||||||
import { fetchMfa } from 'soapbox/actions/mfa';
|
import { fetchMfa } from 'soapbox/actions/mfa';
|
||||||
import CopyableInput from 'soapbox/components/copyable-input';
|
import CopyableInput from 'soapbox/components/copyable-input';
|
||||||
import List, { ListItem } from 'soapbox/components/list';
|
import List, { ListItem } from 'soapbox/components/list';
|
||||||
import { Card, CardBody, CardHeader, CardTitle, Column, FormGroup, Text } from 'soapbox/components/ui';
|
import { Card, CardBody, CardHeader, CardTitle, Column, Counter, FormGroup, Text } from 'soapbox/components/ui';
|
||||||
import { useAppDispatch, useAppSelector, useFeatures, useInstance, useOwnAccount } from 'soapbox/hooks';
|
import { useAppDispatch, useAppSelector, useFeatures, useInstance, useOwnAccount } from 'soapbox/hooks';
|
||||||
|
import { useSettingsNotifications } from 'soapbox/hooks/useSettingsNotifications';
|
||||||
|
|
||||||
import Preferences from '../preferences';
|
import Preferences from '../preferences';
|
||||||
|
|
||||||
|
@ -46,6 +47,7 @@ const Settings = () => {
|
||||||
const features = useFeatures();
|
const features = useFeatures();
|
||||||
const { account } = useOwnAccount();
|
const { account } = useOwnAccount();
|
||||||
const instance = useInstance();
|
const instance = useInstance();
|
||||||
|
const settingsNotifications = useSettingsNotifications();
|
||||||
|
|
||||||
const isMfaEnabled = mfa.getIn(['settings', 'totp']);
|
const isMfaEnabled = mfa.getIn(['settings', 'totp']);
|
||||||
|
|
||||||
|
@ -71,7 +73,10 @@ const Settings = () => {
|
||||||
</ListItem>
|
</ListItem>
|
||||||
{features.nip05 && (
|
{features.nip05 && (
|
||||||
<ListItem label={intl.formatMessage(messages.editIdentity)} to='/settings/identity'>
|
<ListItem label={intl.formatMessage(messages.editIdentity)} to='/settings/identity'>
|
||||||
<span className='max-w-full truncate'>{account?.source?.nostr?.nip05}</span>
|
<span className='max-w-full truncate'>
|
||||||
|
{account?.source?.nostr?.nip05}
|
||||||
|
{settingsNotifications.has('needsNip05') && <Counter count={1} />}
|
||||||
|
</span>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
)}
|
)}
|
||||||
{features.nostr && <ListItem label={intl.formatMessage(messages.editRelays)} to='/settings/relays' />}
|
{features.nostr && <ListItem label={intl.formatMessage(messages.editRelays)} to='/settings/relays' />}
|
||||||
|
|
|
@ -61,7 +61,7 @@ const KeyAddStep: React.FC<IKeyAddStep> = ({ onClose }) => {
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
||||||
<Button theme='accent' size='lg' type='submit' disabled={!nsec}>
|
<Button theme='accent' size='lg' type='submit' disabled={!nsec}>
|
||||||
Add Key
|
<FormattedMessage id='nostr_signup.key-add.key_button' defaultMessage='Add Key' />
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
|
@ -31,11 +31,11 @@ const KeyStep: React.FC<IKeyStep> = ({ setStep, onClose }) => {
|
||||||
|
|
||||||
<Stack space={3} alignItems='center'>
|
<Stack space={3} alignItems='center'>
|
||||||
<Button theme='accent' size='lg' onClick={() => setStep('keygen')}>
|
<Button theme='accent' size='lg' onClick={() => setStep('keygen')}>
|
||||||
Generate key
|
<FormattedMessage id='nostr_signup.key_generate' defaultMessage='Generate key' />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button theme='transparent' onClick={onAltClick}>
|
<Button theme='transparent' onClick={onAltClick}>
|
||||||
I already have a key
|
<FormattedMessage id='nostr_signup.has_key' defaultMessage='I already have a key' />
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
|
@ -48,7 +48,7 @@ const KeygenStep: React.FC<IKeygenStep> = ({ onClose }) => {
|
||||||
const pubkey = await signer.getPublicKey();
|
const pubkey = await signer.getPublicKey();
|
||||||
const now = Math.floor(Date.now() / 1000);
|
const now = Math.floor(Date.now() / 1000);
|
||||||
|
|
||||||
const events = await Promise.all([
|
const [kind0, ...events] = await Promise.all([
|
||||||
signer.signEvent({ kind: 0, content: JSON.stringify({}), tags: [], created_at: now }),
|
signer.signEvent({ kind: 0, content: JSON.stringify({}), tags: [], created_at: now }),
|
||||||
signer.signEvent({ kind: 3, content: '', tags: [], created_at: now }),
|
signer.signEvent({ kind: 3, content: '', tags: [], created_at: now }),
|
||||||
signer.signEvent({ kind: 10000, content: '', tags: [], created_at: now }),
|
signer.signEvent({ kind: 10000, content: '', tags: [], created_at: now }),
|
||||||
|
@ -58,6 +58,7 @@ const KeygenStep: React.FC<IKeygenStep> = ({ onClose }) => {
|
||||||
signer.signEvent({ kind: 30078, content: '', tags: [['d', 'pub.ditto.pleroma_settings_store']], created_at: now }),
|
signer.signEvent({ kind: 30078, content: '', tags: [['d', 'pub.ditto.pleroma_settings_store']], created_at: now }),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
await relay?.event(kind0);
|
||||||
await Promise.all(events.map((event) => relay?.event(event)));
|
await Promise.all(events.map((event) => relay?.event(event)));
|
||||||
|
|
||||||
await dispatch(logInNostr(pubkey));
|
await dispatch(logInNostr(pubkey));
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
import { Modal } from 'soapbox/components/ui';
|
import { Modal } from 'soapbox/components/ui';
|
||||||
|
import ZapPayRequestForm from 'soapbox/features/zap/components/zap-pay-request-form';
|
||||||
import ZapPayRequestForm from '../../../zap/components/zap-pay-request-form';
|
|
||||||
|
|
||||||
import type { Status as StatusEntity, Account as AccountEntity } from 'soapbox/types/entities';
|
import type { Status as StatusEntity, Account as AccountEntity } from 'soapbox/types/entities';
|
||||||
|
|
||||||
|
@ -17,6 +16,7 @@ const ZapPayRequestModal: React.FC<IZapPayRequestModal> = ({ account, status, on
|
||||||
onClose('ZAP_PAY_REQUEST');
|
onClose('ZAP_PAY_REQUEST');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal width='lg'>
|
<Modal width='lg'>
|
||||||
<ZapPayRequestForm account={account} status={status} onClose={onClickClose} />
|
<ZapPayRequestForm account={account} status={status} onClose={onClickClose} />
|
|
@ -30,7 +30,7 @@ const ZapSplitModal: React.FC<IZapSplitModal> = ({ zapSplitAccounts, onClose, sp
|
||||||
setCurrentStep((prevStep) => Math.min(prevStep + 1, zapSplitAccounts.length - 1));
|
setCurrentStep((prevStep) => Math.min(prevStep + 1, zapSplitAccounts.length - 1));
|
||||||
};
|
};
|
||||||
|
|
||||||
const formatedData = zapSplitAccounts.map((splitData) => {
|
const formattedData = zapSplitAccounts.map((splitData) => {
|
||||||
const amount =
|
const amount =
|
||||||
splitValues.find((item) => item.id === splitData.account.id)?.amountSplit ??
|
splitValues.find((item) => item.id === splitData.account.id)?.amountSplit ??
|
||||||
0;
|
0;
|
||||||
|
@ -43,8 +43,8 @@ const ZapSplitModal: React.FC<IZapSplitModal> = ({ zapSplitAccounts, onClose, sp
|
||||||
|
|
||||||
const handleSubmit = async () => {
|
const handleSubmit = async () => {
|
||||||
const zapComment = '';
|
const zapComment = '';
|
||||||
const account = formatedData[currentStep].acc.account;
|
const account = formattedData[currentStep].acc.account;
|
||||||
const zapAmount = formatedData[currentStep].zapAmount;
|
const zapAmount = formattedData[currentStep].zapAmount;
|
||||||
|
|
||||||
const invoice = await dispatch(
|
const invoice = await dispatch(
|
||||||
zap(account, undefined, zapAmount * 1000, zapComment),
|
zap(account, undefined, zapAmount * 1000, zapComment),
|
||||||
|
@ -64,7 +64,7 @@ const ZapSplitModal: React.FC<IZapSplitModal> = ({ zapSplitAccounts, onClose, sp
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (formatedData.length > 0) {
|
if (formattedData.length > 0) {
|
||||||
handleSubmit();
|
handleSubmit();
|
||||||
}
|
}
|
||||||
}, [currentStep]);
|
}, [currentStep]);
|
||||||
|
@ -86,10 +86,10 @@ const ZapSplitModal: React.FC<IZapSplitModal> = ({ zapSplitAccounts, onClose, sp
|
||||||
return (
|
return (
|
||||||
<Modal title={renderTitle()} onClose={onClickClose} width={widthModal}>
|
<Modal title={renderTitle()} onClose={onClickClose} width={widthModal}>
|
||||||
<div className='relative flex flex-col sm:flex-row'>
|
<div className='relative flex flex-col sm:flex-row'>
|
||||||
{formatedData.length > 0 && (
|
{formattedData.length > 0 && (
|
||||||
<ZapSplit
|
<ZapSplit
|
||||||
zapData={formatedData[currentStep].acc}
|
zapData={formattedData[currentStep].acc}
|
||||||
zapAmount={formatedData[currentStep].zapAmount}
|
zapAmount={formattedData[currentStep].zapAmount}
|
||||||
invoice={invoice}
|
invoice={invoice}
|
||||||
onNext={handleNextStep}
|
onNext={handleNextStep}
|
||||||
isLastStep={currentStep === zapSplitAccounts.length - 1}
|
isLastStep={currentStep === zapSplitAccounts.length - 1}
|
||||||
|
|
|
@ -28,7 +28,9 @@ const ZapsModal: React.FC<IZapsModal> = ({ onClose, statusId }) => {
|
||||||
const accounts = useMemo((): ImmutableList<IAccountWithZaps> | undefined => {
|
const accounts = useMemo((): ImmutableList<IAccountWithZaps> | undefined => {
|
||||||
if (!zaps) return;
|
if (!zaps) return;
|
||||||
|
|
||||||
return zaps.map(({ account, amount, comment }) =>({ id: account, amount, comment })).flatten() as ImmutableList<IAccountWithZaps>;
|
return zaps
|
||||||
|
.map(({ account, amount, comment }) => ({ id: account, amount, comment }))
|
||||||
|
.flatten() as ImmutableList<IAccountWithZaps>;
|
||||||
}, [zaps]);
|
}, [zaps]);
|
||||||
|
|
||||||
const fetchData = () => {
|
const fetchData = () => {
|
||||||
|
@ -45,7 +47,6 @@ const ZapsModal: React.FC<IZapsModal> = ({ onClose, statusId }) => {
|
||||||
|
|
||||||
const handleLoadMore = () => {
|
const handleLoadMore = () => {
|
||||||
if (next) {
|
if (next) {
|
||||||
console.log('next, zaps modal: ', next);
|
|
||||||
dispatch(expandZaps(statusId, next!));
|
dispatch(expandZaps(statusId, next!));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,10 +8,11 @@ import { fetchInstance } from 'soapbox/actions/instance';
|
||||||
import { openModal } from 'soapbox/actions/modals';
|
import { openModal } from 'soapbox/actions/modals';
|
||||||
import { openSidebar } from 'soapbox/actions/sidebar';
|
import { openSidebar } from 'soapbox/actions/sidebar';
|
||||||
import SiteLogo from 'soapbox/components/site-logo';
|
import SiteLogo from 'soapbox/components/site-logo';
|
||||||
import { Avatar, Button, Form, HStack, IconButton, Input, Tooltip } from 'soapbox/components/ui';
|
import { Avatar, Button, Counter, Form, HStack, IconButton, Input, Tooltip } from 'soapbox/components/ui';
|
||||||
import Search from 'soapbox/features/compose/components/search';
|
import Search from 'soapbox/features/compose/components/search';
|
||||||
import { useAppDispatch, useAppSelector, useFeatures, useOwnAccount, useRegistrationStatus } from 'soapbox/hooks';
|
import { useAppDispatch, useAppSelector, useFeatures, useOwnAccount, useRegistrationStatus } from 'soapbox/hooks';
|
||||||
import { useIsMobile } from 'soapbox/hooks/useIsMobile';
|
import { useIsMobile } from 'soapbox/hooks/useIsMobile';
|
||||||
|
import { useSettingsNotifications } from 'soapbox/hooks/useSettingsNotifications';
|
||||||
import { isStandalone } from 'soapbox/utils/state';
|
import { isStandalone } from 'soapbox/utils/state';
|
||||||
|
|
||||||
import ProfileDropdown from './profile-dropdown';
|
import ProfileDropdown from './profile-dropdown';
|
||||||
|
@ -35,6 +36,7 @@ const Navbar = () => {
|
||||||
const { account } = useOwnAccount();
|
const { account } = useOwnAccount();
|
||||||
const node = useRef(null);
|
const node = useRef(null);
|
||||||
const isMobile = useIsMobile();
|
const isMobile = useIsMobile();
|
||||||
|
const settingsNotifications = useSettingsNotifications();
|
||||||
|
|
||||||
const [isLoading, setLoading] = useState<boolean>(false);
|
const [isLoading, setLoading] = useState<boolean>(false);
|
||||||
const [username, setUsername] = useState<string>('');
|
const [username, setUsername] = useState<string>('');
|
||||||
|
@ -86,7 +88,12 @@ const Navbar = () => {
|
||||||
<div className='relative flex h-12 justify-between lg:h-16'>
|
<div className='relative flex h-12 justify-between lg:h-16'>
|
||||||
{account && (
|
{account && (
|
||||||
<div className='absolute inset-y-0 left-0 flex items-center lg:hidden rtl:left-auto rtl:right-0'>
|
<div className='absolute inset-y-0 left-0 flex items-center lg:hidden rtl:left-auto rtl:right-0'>
|
||||||
<button onClick={onOpenSidebar}>
|
<button onClick={onOpenSidebar} className='relative'>
|
||||||
|
{settingsNotifications.size ? (
|
||||||
|
<span className='absolute -right-3 -top-1 z-10 flex h-5 min-w-[20px] shrink-0 items-center justify-center whitespace-nowrap break-words'>
|
||||||
|
<Counter count={settingsNotifications.size} />
|
||||||
|
</span>
|
||||||
|
) : null}
|
||||||
<Avatar src={account.avatar} size={34} />
|
<Avatar src={account.avatar} size={34} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -188,7 +188,7 @@ const SwitchingColumnsArea: React.FC<ISwitchingColumnsArea> = ({ children }) =>
|
||||||
*/}
|
*/}
|
||||||
{features.federating && <WrappedRoute path='/timeline/local' exact page={HomePage} component={CommunityTimeline} content={children} publicRoute />}
|
{features.federating && <WrappedRoute path='/timeline/local' exact page={HomePage} component={CommunityTimeline} content={children} publicRoute />}
|
||||||
{features.federating && <WrappedRoute path='/timeline/global' exact page={HomePage} component={PublicTimeline} content={children} publicRoute />}
|
{features.federating && <WrappedRoute path='/timeline/global' exact page={HomePage} component={PublicTimeline} content={children} publicRoute />}
|
||||||
{features.federating && <WrappedRoute path='/timeline/:instance' exact page={RemoteInstancePage} component={RemoteTimeline} content={children} />}
|
{features.federating && <WrappedRoute path='/timeline/:instance' exact page={RemoteInstancePage} component={RemoteTimeline} content={children} publicRoute />}
|
||||||
|
|
||||||
{features.conversations && <WrappedRoute path='/conversations' page={DefaultPage} component={Conversations} content={children} />}
|
{features.conversations && <WrappedRoute path='/conversations' page={DefaultPage} component={Conversations} content={children} />}
|
||||||
{features.directTimeline && <WrappedRoute path='/messages' page={DefaultPage} component={DirectTimeline} content={children} />}
|
{features.directTimeline && <WrappedRoute path='/messages' page={DefaultPage} component={DirectTimeline} content={children} />}
|
||||||
|
|
|
@ -176,7 +176,7 @@ export const Relays = lazy(() => import('soapbox/features/admin/relays'));
|
||||||
export const Rules = lazy(() => import('soapbox/features/admin/rules'));
|
export const Rules = lazy(() => import('soapbox/features/admin/rules'));
|
||||||
export const EditRuleModal = lazy(() => import('soapbox/features/ui/components/modals/edit-rule-modal'));
|
export const EditRuleModal = lazy(() => import('soapbox/features/ui/components/modals/edit-rule-modal'));
|
||||||
export const AdminNostrRelays = lazy(() => import('soapbox/features/admin/nostr-relays'));
|
export const AdminNostrRelays = lazy(() => import('soapbox/features/admin/nostr-relays'));
|
||||||
export const ZapPayRequestModal = lazy(() => import('soapbox/features/ui/components/modals/zap-pay-request'));
|
export const ZapPayRequestModal = lazy(() => import('soapbox/features/ui/components/modals/zap-pay-request-modal'));
|
||||||
export const ZapInvoiceModal = lazy(() => import('soapbox/features/ui/components/modals/zap-invoice'));
|
export const ZapInvoiceModal = lazy(() => import('soapbox/features/ui/components/modals/zap-invoice'));
|
||||||
export const ZapsModal = lazy(() => import('soapbox/features/ui/components/modals/zaps-modal'));
|
export const ZapsModal = lazy(() => import('soapbox/features/ui/components/modals/zaps-modal'));
|
||||||
export const ZapSplitModal = lazy(() => import('soapbox/features/ui/components/modals/zap-split/zap-split-modal'));
|
export const ZapSplitModal = lazy(() => import('soapbox/features/ui/components/modals/zap-split/zap-split-modal'));
|
||||||
|
|
|
@ -48,21 +48,18 @@ const ZapButton = React.forwardRef<HTMLButtonElement, IButton>((props, ref): JSX
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
ref={ref}
|
ref={ref}
|
||||||
type={type}
|
type={type}
|
||||||
data-testid='button'
|
className={clsx(className, '!box-border flex flex-1 appearance-none flex-col place-content-center items-center rounded-xl border p-2 font-medium transition-all focus:outline-none focus:ring-2 focus:ring-offset-2 sm:w-20', {
|
||||||
>
|
|
||||||
<div className={clsx(className, { 'flex flex-col items-center w-14 !box-border place-content-center border font-medium p-2 rounded-xl focus:outline-none focus:ring-2 focus:ring-offset-2 appearance-none transition-all sm:p-4 sm:w-20': true,
|
|
||||||
'select-none disabled:opacity-75 disabled:cursor-default': disabled,
|
'select-none disabled:opacity-75 disabled:cursor-default': disabled,
|
||||||
'bg-primary-500 hover:bg-primary-400 dark:hover:bg-primary-600 border-transparent focus:bg-primary-500 text-gray-100 focus:ring-primary-300': selected,
|
'bg-primary-500 hover:bg-primary-400 dark:hover:bg-primary-600 border-transparent focus:bg-primary-500 text-gray-100 focus:ring-primary-300': selected,
|
||||||
'border border-solid bg-transparent border-gray-400 dark:border-gray-800 hover:border-primary-300 dark:hover:border-primary-700 focus:border-primary-500 text-gray-900 dark:text-gray-100 focus:ring-primary-500': !selected })}
|
'border border-solid bg-transparent border-gray-400 dark:border-gray-800 hover:border-primary-300 dark:hover:border-primary-700 focus:border-primary-500 text-gray-900 dark:text-gray-100 focus:ring-primary-500': !selected })}
|
||||||
>
|
>
|
||||||
<img className='w-16' src={icon} alt='stack coin' />
|
<img className='w-full flex-1' src={icon} alt='' />
|
||||||
<span className='text-base sm:text-2xl'>
|
|
||||||
|
<span className='justify-self-end text-base sm:text-2xl'>
|
||||||
<p>
|
<p>
|
||||||
{shortNumberFormat(amount)}
|
{shortNumberFormat(amount)}
|
||||||
</p>
|
</p>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,13 @@ import { Link } from 'react-router-dom';
|
||||||
import { zap } from 'soapbox/actions/interactions';
|
import { zap } from 'soapbox/actions/interactions';
|
||||||
import { openModal, closeModal } from 'soapbox/actions/modals';
|
import { openModal, closeModal } from 'soapbox/actions/modals';
|
||||||
import useZapSplit from 'soapbox/api/hooks/zap-split/useZapSplit';
|
import useZapSplit from 'soapbox/api/hooks/zap-split/useZapSplit';
|
||||||
import chestIcon from 'soapbox/assets/icons/blue-chest.png';
|
import chestIcon from 'soapbox/assets/icons/chest.png';
|
||||||
import coinStack from 'soapbox/assets/icons/coin-stack.png';
|
import coinStack from 'soapbox/assets/icons/coin-stack.png';
|
||||||
import coinIcon from 'soapbox/assets/icons/coin.png';
|
import coinIcon from 'soapbox/assets/icons/coin.png';
|
||||||
import moneyBag from 'soapbox/assets/icons/money-bag.png';
|
import moneyBag from 'soapbox/assets/icons/money-bag.png';
|
||||||
import pileCoin from 'soapbox/assets/icons/pile-coin.png';
|
import pileCoin from 'soapbox/assets/icons/pile-coin.png';
|
||||||
import DisplayNameRow from 'soapbox/components/display-name-row';
|
import DisplayNameInline from 'soapbox/components/display-name-inline';
|
||||||
import { Stack, Button, Input, Avatar } from 'soapbox/components/ui';
|
import { Stack, Button, Input, Avatar, Text } from 'soapbox/components/ui';
|
||||||
import IconButton from 'soapbox/components/ui/icon-button/icon-button';
|
import IconButton from 'soapbox/components/ui/icon-button/icon-button';
|
||||||
import { useAppDispatch } from 'soapbox/hooks';
|
import { useAppDispatch } from 'soapbox/hooks';
|
||||||
|
|
||||||
|
@ -19,6 +19,14 @@ import ZapButton from './zap-button/zap-button';
|
||||||
|
|
||||||
import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities';
|
import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities';
|
||||||
|
|
||||||
|
const ZAP_PRESETS = [
|
||||||
|
{ amount: 50, icon: coinIcon },
|
||||||
|
{ amount: 200, icon: coinStack },
|
||||||
|
{ amount: 1_000, icon: pileCoin },
|
||||||
|
{ amount: 3_000, icon: moneyBag },
|
||||||
|
{ amount: 5_000, icon: chestIcon },
|
||||||
|
];
|
||||||
|
|
||||||
interface IZapPayRequestForm {
|
interface IZapPayRequestForm {
|
||||||
status?: StatusEntity;
|
status?: StatusEntity;
|
||||||
account: AccountEntity;
|
account: AccountEntity;
|
||||||
|
@ -42,8 +50,6 @@ const ZapPayRequestForm = ({ account, status, onClose }: IZapPayRequestForm) =>
|
||||||
const { zapArrays, zapSplitData, receiveAmount } = useZapSplit(status, account);
|
const { zapArrays, zapSplitData, receiveAmount } = useZapSplit(status, account);
|
||||||
const splitValues = zapSplitData.splitValues;
|
const splitValues = zapSplitData.splitValues;
|
||||||
const hasZapSplit = zapArrays.length > 0;
|
const hasZapSplit = zapArrays.length > 0;
|
||||||
const ZAP_AMOUNTS = [50, 200, 1_000, 3_000, 5_000];
|
|
||||||
const ZAP_ICONS = [coinIcon, coinStack, pileCoin, moneyBag, chestIcon];
|
|
||||||
|
|
||||||
const handleSubmit = async (e?: React.FormEvent<Element>) => {
|
const handleSubmit = async (e?: React.FormEvent<Element>) => {
|
||||||
e?.preventDefault();
|
e?.preventDefault();
|
||||||
|
@ -92,16 +98,29 @@ const ZapPayRequestForm = ({ account, status, onClose }: IZapPayRequestForm) =>
|
||||||
return (
|
return (
|
||||||
<Stack space={4} element='form' onSubmit={handleSubmit} justifyContent='center' alignItems='center' className='relative'>
|
<Stack space={4} element='form' onSubmit={handleSubmit} justifyContent='center' alignItems='center' className='relative'>
|
||||||
<Stack space={2} justifyContent='center' alignItems='center' >
|
<Stack space={2} justifyContent='center' alignItems='center' >
|
||||||
<IconButton src={closeIcon} onClick={onClose} className='absolute -right-[1%] -top-[2%] text-gray-500 hover:text-gray-700 rtl:rotate-180 dark:text-gray-300 dark:hover:text-gray-200' />
|
<IconButton
|
||||||
<span className='display-name__account text-base'>
|
src={closeIcon}
|
||||||
|
onClick={onClose}
|
||||||
|
className='absolute right-[-1%] top-[-2%] text-gray-500 hover:text-gray-700 rtl:rotate-180 dark:text-gray-300 dark:hover:text-gray-200'
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Text weight='semibold'>
|
||||||
<FormattedMessage id='zap.send_to' defaultMessage='Send zaps to {target}' values={{ target: account.display_name }} />
|
<FormattedMessage id='zap.send_to' defaultMessage='Send zaps to {target}' values={{ target: account.display_name }} />
|
||||||
</span>
|
</Text>
|
||||||
<Avatar src={account.avatar} size={50} />
|
<Avatar src={account.avatar} size={50} />
|
||||||
<DisplayNameRow account={account} />
|
<DisplayNameInline account={account} />
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<div className='flex justify-center '>
|
<div className='flex w-full justify-center'>
|
||||||
{ZAP_AMOUNTS.map((amount, i) => <ZapButton onClick={() => setZapAmount(amount)} className='m-0.5 sm:m-1' selected={zapAmount === amount} icon={ZAP_ICONS[i]} amount={amount} />)}
|
{ZAP_PRESETS.map(({ amount, icon }) => (
|
||||||
|
<ZapButton
|
||||||
|
onClick={() => setZapAmount(amount)}
|
||||||
|
className='m-0.5 sm:m-1'
|
||||||
|
selected={zapAmount === amount}
|
||||||
|
icon={icon}
|
||||||
|
amount={amount}
|
||||||
|
/>
|
||||||
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Stack space={2}>
|
<Stack space={2}>
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
import { useFeatures } from './useFeatures';
|
||||||
|
import { useOwnAccount } from './useOwnAccount';
|
||||||
|
import { useSettings } from './useSettings';
|
||||||
|
|
||||||
|
type SettingsNotification = 'needsNip05';
|
||||||
|
|
||||||
|
/** Get a list of notifications for settings. */
|
||||||
|
export function useSettingsNotifications(): Set<SettingsNotification> {
|
||||||
|
const notifications: Set<SettingsNotification> = new Set();
|
||||||
|
|
||||||
|
const features = useFeatures();
|
||||||
|
const { account } = useOwnAccount();
|
||||||
|
const { dismissedSettingsNotifications } = useSettings();
|
||||||
|
|
||||||
|
if (
|
||||||
|
!dismissedSettingsNotifications.includes('needsNip05')
|
||||||
|
&& account
|
||||||
|
&& features.nip05
|
||||||
|
&& account.acct !== account.source?.nostr?.nip05
|
||||||
|
) {
|
||||||
|
notifications.add('needsNip05');
|
||||||
|
}
|
||||||
|
|
||||||
|
return notifications;
|
||||||
|
}
|
|
@ -38,6 +38,7 @@
|
||||||
"account.mute": "كتم @{name}",
|
"account.mute": "كتم @{name}",
|
||||||
"account.muted": "كُتِمَ",
|
"account.muted": "كُتِمَ",
|
||||||
"account.never_active": "أبدًا",
|
"account.never_active": "أبدًا",
|
||||||
|
"account.npub": "نسخ npub المستخدم",
|
||||||
"account.patron": "Patron",
|
"account.patron": "Patron",
|
||||||
"account.posts": "المنشورات",
|
"account.posts": "المنشورات",
|
||||||
"account.posts_with_replies": "المنشورات والردود",
|
"account.posts_with_replies": "المنشورات والردود",
|
||||||
|
@ -105,6 +106,10 @@
|
||||||
"admin.dashcounters.user_count_label": "إجمالي الأعضاء",
|
"admin.dashcounters.user_count_label": "إجمالي الأعضاء",
|
||||||
"admin.dashwidgets.email_list_header": "قائمة البريد الإلكتروني",
|
"admin.dashwidgets.email_list_header": "قائمة البريد الإلكتروني",
|
||||||
"admin.dashwidgets.software_header": "نظام المنصّة",
|
"admin.dashwidgets.software_header": "نظام المنصّة",
|
||||||
|
"admin.domains.action": "إصنع نطاق",
|
||||||
|
"admin.domains.delete": "حذف",
|
||||||
|
"admin.domains.name": "اسم النطاق",
|
||||||
|
"admin.domains.private": "خاص",
|
||||||
"admin.edit_announcement.created": "تم إنشاء الإعلان",
|
"admin.edit_announcement.created": "تم إنشاء الإعلان",
|
||||||
"admin.edit_announcement.deleted": "حُذِفَ الإعلان",
|
"admin.edit_announcement.deleted": "حُذِفَ الإعلان",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "عند التحديد ، سيتم عرض تواريخ النطاق الزمني فقط",
|
"admin.edit_announcement.fields.all_day_hint": "عند التحديد ، سيتم عرض تواريخ النطاق الزمني فقط",
|
||||||
|
@ -297,7 +302,6 @@
|
||||||
"column.blocks": "الحسابات المحظورة",
|
"column.blocks": "الحسابات المحظورة",
|
||||||
"column.bookmarks": "المحفوظات",
|
"column.bookmarks": "المحفوظات",
|
||||||
"column.chats": "المحادثات",
|
"column.chats": "المحادثات",
|
||||||
"column.community": "الخط المحلي",
|
|
||||||
"column.crypto_donate": "التبرّع بالعملات الرقمية",
|
"column.crypto_donate": "التبرّع بالعملات الرقمية",
|
||||||
"column.developers": "المطورون",
|
"column.developers": "المطورون",
|
||||||
"column.developers.service_worker": "عامل الخدمة",
|
"column.developers.service_worker": "عامل الخدمة",
|
||||||
|
@ -1077,7 +1081,6 @@
|
||||||
"notification.mentioned": "{name} أشار إليك",
|
"notification.mentioned": "{name} أشار إليك",
|
||||||
"notification.move": "{name} تغير إلى {targetName}",
|
"notification.move": "{name} تغير إلى {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count, plural, one {# آخر} other {# آخرون}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} أرسل لك رسالة",
|
"notification.pleroma:chat_mention": "{name} أرسل لك رسالة",
|
||||||
"notification.pleroma:emoji_reaction": "تفاعل {name} مع منشورك",
|
"notification.pleroma:emoji_reaction": "تفاعل {name} مع منشورك",
|
||||||
"notification.pleroma:event_reminder": "يبدأ الحدث الذي تشارك فيه قريبًا",
|
"notification.pleroma:event_reminder": "يبدأ الحدث الذي تشارك فيه قريبًا",
|
||||||
|
@ -1110,12 +1113,6 @@
|
||||||
"onboarding.display_name.title": "إختر إسمًا ظاهرًا",
|
"onboarding.display_name.title": "إختر إسمًا ظاهرًا",
|
||||||
"onboarding.done": "تم بنجاح",
|
"onboarding.done": "تم بنجاح",
|
||||||
"onboarding.error": "حدث خطأ غير متوقع. رجاءً حاول مرة أخرى أو تخطى هذه الخطوة.",
|
"onboarding.error": "حدث خطأ غير متوقع. رجاءً حاول مرة أخرى أو تخطى هذه الخطوة.",
|
||||||
"onboarding.fediverse.its_you": "هذا أنت! يمكن للأشخاص الآخرين متابعتك من خوادم أخرى باستخدام @إسم_المستخدم الخاص بك.",
|
|
||||||
"onboarding.fediverse.message": "الكون الفدرالي عبارة عن شبكة إجتماعية مكوّنة من آلاف مواقع التواصل الإجتماعي المتنوعة والمستقلّة (تُعرف أيضًا بالخوادم). يمكنك متابعة المستخدمين والتعليق وإعادة النشر والرد على المنشورات من معظم خوادم الكون الفدرالي الأُخرى لأنها تتواصل مع {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "التالي",
|
|
||||||
"onboarding.fediverse.other_instances": "عند تصفح الجدول الزمني الخاص بك، انتبه إلى اسم المستخدم الكامل بعد الرمز @ الثاني لمعرفة الخادم الذي تأتي منه المشاركة.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} هو جزء من الاتحاد الفيدرالي الاجتماعي",
|
|
||||||
"onboarding.fediverse.trailer": "نظرًا لأنه يتم توزيعه ويمكن لأي شخص تشغيل خادمه الخاص، فإن الاتحاد مرن ومنفتح. إذا اخترت الانضمام إلى خادم آخر أو إعداد خادم خاص بك، فيمكنك التفاعل مع نفس الأشخاص والمتابعة على نفس الرسم البياني الاجتماعي.",
|
|
||||||
"onboarding.finished.message": "يُسعدنا أن نرحب بك وبكل بحرارة في مُجتمعنا الافتراضي! إضغط على الزر أدناه لتنضم إلينا.",
|
"onboarding.finished.message": "يُسعدنا أن نرحب بك وبكل بحرارة في مُجتمعنا الافتراضي! إضغط على الزر أدناه لتنضم إلينا.",
|
||||||
"onboarding.finished.title": "اكتمل الإعداد",
|
"onboarding.finished.title": "اكتمل الإعداد",
|
||||||
"onboarding.header.subtitle": "سيظهر هذا في الجزء العلوي من حسابك الشخصي.",
|
"onboarding.header.subtitle": "سيظهر هذا في الجزء العلوي من حسابك الشخصي.",
|
||||||
|
@ -1395,6 +1392,7 @@
|
||||||
"status.disabled_replies.group_membership": "يمكن لأعضاء المجموعة فقط الرد",
|
"status.disabled_replies.group_membership": "يمكن لأعضاء المجموعة فقط الرد",
|
||||||
"status.disfavourite": "عدم الاعجاب",
|
"status.disfavourite": "عدم الاعجاب",
|
||||||
"status.edit": "تحرير",
|
"status.edit": "تحرير",
|
||||||
|
"status.edited": "تم تعديله بتاريخ {date}",
|
||||||
"status.embed": "تضمين",
|
"status.embed": "تضمين",
|
||||||
"status.external": "العرض على {domain}",
|
"status.external": "العرض على {domain}",
|
||||||
"status.favourite": "تفاعل مع المنشور",
|
"status.favourite": "تفاعل مع المنشور",
|
||||||
|
@ -1415,6 +1413,7 @@
|
||||||
"status.pin_to_group.success": "تم التثبيت في المجموعة!",
|
"status.pin_to_group.success": "تم التثبيت في المجموعة!",
|
||||||
"status.pinned": "منشور مثبَّت",
|
"status.pinned": "منشور مثبَّت",
|
||||||
"status.quote": "اقتباس المنشور",
|
"status.quote": "اقتباس المنشور",
|
||||||
|
"status.quote_tombstone": "المنشور غير متوفر.",
|
||||||
"status.reactions.cry": "أحزنني",
|
"status.reactions.cry": "أحزنني",
|
||||||
"status.reactions.empty": "لم يتفاعل أي شخص مع هذا المنشور بعد. عندما يتفاعل شخص ما مع هذا المنشور، سيظهر هذا هنا.",
|
"status.reactions.empty": "لم يتفاعل أي شخص مع هذا المنشور بعد. عندما يتفاعل شخص ما مع هذا المنشور، سيظهر هذا هنا.",
|
||||||
"status.reactions.heart": "أحببت",
|
"status.reactions.heart": "أحببت",
|
||||||
|
@ -1466,22 +1465,25 @@
|
||||||
"sw.url": "رابط الإسكربت",
|
"sw.url": "رابط الإسكربت",
|
||||||
"tabs_bar.all": "الكل",
|
"tabs_bar.all": "الكل",
|
||||||
"tabs_bar.dashboard": "لوحة التحكم",
|
"tabs_bar.dashboard": "لوحة التحكم",
|
||||||
"tabs_bar.fediverse": "الاتحاد الاجتماعي",
|
|
||||||
"tabs_bar.groups": "المجموعات",
|
"tabs_bar.groups": "المجموعات",
|
||||||
"tabs_bar.home": "الرئيسية",
|
"tabs_bar.home": "الرئيسية",
|
||||||
"tabs_bar.local": "الخط المحلي",
|
|
||||||
"tabs_bar.more": "المزيد",
|
"tabs_bar.more": "المزيد",
|
||||||
"tabs_bar.notifications": "الإشعارات",
|
"tabs_bar.notifications": "الإشعارات",
|
||||||
"tabs_bar.profile": "الملف الشخصي",
|
"tabs_bar.profile": "الملف الشخصي",
|
||||||
"tabs_bar.search": "البحث",
|
"tabs_bar.search": "البحث",
|
||||||
"tabs_bar.settings": "الإعدادات",
|
"tabs_bar.settings": "الإعدادات",
|
||||||
"textarea.counter.label": "{count} الأحرف المتبقية",
|
"textarea.counter.label": "{count} الأحرف المتبقية",
|
||||||
|
"theme_editor.colors.danger": "خطر",
|
||||||
|
"theme_editor.colors.gray": "رمادي",
|
||||||
|
"theme_editor.colors.primary": "أساسي",
|
||||||
|
"theme_editor.colors.secondary": "ثانوي",
|
||||||
"theme_editor.export": "تصدير السمة",
|
"theme_editor.export": "تصدير السمة",
|
||||||
"theme_editor.import": "استيراد السمة",
|
"theme_editor.import": "استيراد السمة",
|
||||||
"theme_editor.import_success": "تم استيراد السمة بنجاح!",
|
"theme_editor.import_success": "تم استيراد السمة بنجاح!",
|
||||||
"theme_editor.restore": "استعادة السمة الافتراضية",
|
"theme_editor.restore": "استعادة السمة الافتراضية",
|
||||||
"theme_editor.save": "حفظ السمة",
|
"theme_editor.save": "حفظ السمة",
|
||||||
"theme_editor.saved": "تم تحديث السمة!",
|
"theme_editor.saved": "تم تحديث السمة!",
|
||||||
|
"theme_toggle.black": "سوداء",
|
||||||
"theme_toggle.dark": "داكنة",
|
"theme_toggle.dark": "داكنة",
|
||||||
"theme_toggle.light": "فاتحة",
|
"theme_toggle.light": "فاتحة",
|
||||||
"theme_toggle.system": "حسب النظام",
|
"theme_toggle.system": "حسب النظام",
|
||||||
|
@ -1497,15 +1499,18 @@
|
||||||
"toast.view": "عرض",
|
"toast.view": "عرض",
|
||||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} آخرون {people}} يتحدثون",
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} آخرون {people}} يتحدثون",
|
||||||
"trends.title": "الشائع",
|
"trends.title": "الشائع",
|
||||||
|
"trends_panel.view_all": "إظهار الكل",
|
||||||
"unauthorized_modal.text": "يجب عليك تسجيل الدخول لتتمكن من القيام بذلك.",
|
"unauthorized_modal.text": "يجب عليك تسجيل الدخول لتتمكن من القيام بذلك.",
|
||||||
"unauthorized_modal.title": "التسجيل في {site_title}",
|
"unauthorized_modal.title": "التسجيل في {site_title}",
|
||||||
"upload_button.label": "إرفاق وسائط (JPEG، PNG، GIF، WebM، MP4، MOV)",
|
"upload_button.label": "إرفاق وسائط (JPEG، PNG، GIF، WebM، MP4، MOV)",
|
||||||
"upload_error.image_size_limit": "الصورة تجاوزت الحجم المسموح به: ({limt})",
|
"upload_error.image_size_limit": "الصورة تجاوزت الحجم المسموح به: ({limit})",
|
||||||
"upload_error.limit": "لقد تم بلوغ الحد الأقصى المسموح به لإرسال الملفات.",
|
"upload_error.limit": "لقد تم بلوغ الحد الأقصى المسموح به لرفع الملفات.",
|
||||||
"upload_error.poll": "لا يمكن إرفاق ملفات في التصويت.",
|
"upload_error.poll": "لا يمكن إرفاق ملفات في التصويت.",
|
||||||
"upload_error.video_duration_limit": "يتجاوز الفيديو حد المدة الحالي ({limit, plural, one {# second} other {# seconds}})",
|
"upload_error.video_duration_limit": "يتجاوز الفيديو حد المدة الحالي ({limit, plural, one {# second} other {# seconds}})",
|
||||||
"upload_error.video_size_limit": "المقطع تجاوز الحجم المسموح به: ({limt})",
|
"upload_error.video_size_limit": "المقطع تجاوز الحجم المسموح به: ({limit})",
|
||||||
"upload_form.description": "وصف لمن لديهم إعاقة بصرية",
|
"upload_form.description": "وصف لمن لديهم إعاقة بصرية",
|
||||||
|
"upload_form.description_missing.indicator": "النص البديل",
|
||||||
|
"upload_form.description_missing.title": "هذا المرفق لا يحتوي على وصف",
|
||||||
"upload_form.preview": "مراجعة",
|
"upload_form.preview": "مراجعة",
|
||||||
"upload_form.undo": "حذف",
|
"upload_form.undo": "حذف",
|
||||||
"upload_progress.label": "جارِ الرفع…",
|
"upload_progress.label": "جارِ الرفع…",
|
||||||
|
@ -1516,5 +1521,8 @@
|
||||||
"video.pause": "إيقاف مؤقت",
|
"video.pause": "إيقاف مؤقت",
|
||||||
"video.play": "تشغيل",
|
"video.play": "تشغيل",
|
||||||
"video.unmute": "تفعيل الصوت",
|
"video.unmute": "تفعيل الصوت",
|
||||||
"who_to_follow.title": "حسابات مقترحة"
|
"who_to_follow.title": "حسابات مقترحة",
|
||||||
|
"zap.comment_input.placeholder": "تعليق إختياري",
|
||||||
|
"zap.open_wallet": "فتح المحفظة",
|
||||||
|
"zap.send_to": "أرسل zaps إلى {target}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Usuarios bloquiaos",
|
"column.blocks": "Usuarios bloquiaos",
|
||||||
"column.community": "Llinia temporal llocal",
|
|
||||||
"column.direct": "Mensaxes direutos",
|
"column.direct": "Mensaxes direutos",
|
||||||
"column.domain_blocks": "Dominios anubríos",
|
"column.domain_blocks": "Dominios anubríos",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -146,7 +145,7 @@
|
||||||
"follow_request.reject": "Refugar",
|
"follow_request.reject": "Refugar",
|
||||||
"getting_started.open_source_notice": "{code_name} ye software de códigu abiertu. Pues collaborar o informar de fallos en {code_link} (v{code_version}).",
|
"getting_started.open_source_notice": "{code_name} ye software de códigu abiertu. Pues collaborar o informar de fallos en {code_link} (v{code_version}).",
|
||||||
"header.login.label": "Log in",
|
"header.login.label": "Log in",
|
||||||
"home.column_settings.show_reblogs": "Amosar toots compartíos",
|
"home.column_settings.show_reblogs": "Amosar posts compartíos",
|
||||||
"home.column_settings.show_replies": "Amosar rempuestes",
|
"home.column_settings.show_replies": "Amosar rempuestes",
|
||||||
"icon_button.icons": "Icons",
|
"icon_button.icons": "Icons",
|
||||||
"import_data.actions.import": "Import",
|
"import_data.actions.import": "Import",
|
||||||
|
@ -166,7 +165,7 @@
|
||||||
"keyboard_shortcuts.muted": "p'abrir la llista d'usuarios silenciaos",
|
"keyboard_shortcuts.muted": "p'abrir la llista d'usuarios silenciaos",
|
||||||
"keyboard_shortcuts.notifications": "p'abrir la columna d'avisos",
|
"keyboard_shortcuts.notifications": "p'abrir la columna d'avisos",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "p'abrir la llista de toots fixaos",
|
"keyboard_shortcuts.pinned": "p'abrir la llista de posts fixaos",
|
||||||
"keyboard_shortcuts.profile": "p'abrir el perfil del autor",
|
"keyboard_shortcuts.profile": "p'abrir el perfil del autor",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "pa responder",
|
"keyboard_shortcuts.reply": "pa responder",
|
||||||
|
@ -226,7 +225,6 @@
|
||||||
"notifications.filter.favourites": "Favorites",
|
"notifications.filter.favourites": "Favorites",
|
||||||
"notifications.group": "{count} avisos",
|
"notifications.group": "{count} avisos",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -301,7 +299,7 @@
|
||||||
"status.mute_conversation": "Silenciar la conversación",
|
"status.mute_conversation": "Silenciar la conversación",
|
||||||
"status.open": "Espander esti estáu",
|
"status.open": "Espander esti estáu",
|
||||||
"status.pin": "Fixar nel perfil",
|
"status.pin": "Fixar nel perfil",
|
||||||
"status.pinned": "Toot fixáu",
|
"status.pinned": "Post fixáu",
|
||||||
"status.reblog": "Compartir",
|
"status.reblog": "Compartir",
|
||||||
"status.reblog_private": "Compartir cola audiencia orixinal",
|
"status.reblog_private": "Compartir cola audiencia orixinal",
|
||||||
"status.reblogged_by": "{name} compartió",
|
"status.reblogged_by": "{name} compartió",
|
||||||
|
@ -318,9 +316,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Aniciu",
|
"tabs_bar.home": "Aniciu",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Avisos",
|
"tabs_bar.notifications": "Avisos",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
"thread_login.login": "Log in",
|
"thread_login.login": "Log in",
|
||||||
|
|
|
@ -50,13 +50,13 @@
|
||||||
"chats.actions.delete": "Delete message",
|
"chats.actions.delete": "Delete message",
|
||||||
"chats.actions.report": "Report user",
|
"chats.actions.report": "Report user",
|
||||||
"chats.search_placeholder": "Start a chat with…",
|
"chats.search_placeholder": "Start a chat with…",
|
||||||
"column.filters.expiration.never": "Никога",
|
|
||||||
"column.admin.dashboard": "Dashboard",
|
"column.admin.dashboard": "Dashboard",
|
||||||
"column.admin.reports": "Reports",
|
"column.admin.reports": "Reports",
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
"column.filters.delete": "Delete",
|
"column.filters.delete": "Delete",
|
||||||
|
"column.filters.expiration.never": "Никога",
|
||||||
"column.filters.notifications": "Notifications",
|
"column.filters.notifications": "Notifications",
|
||||||
"column.home": "Начало",
|
"column.home": "Начало",
|
||||||
"column.import_data": "Import data",
|
"column.import_data": "Import data",
|
||||||
|
@ -178,7 +178,6 @@
|
||||||
"notifications.filter.favourites": "Favorites",
|
"notifications.filter.favourites": "Favorites",
|
||||||
"notifications.group": "{count} notifications",
|
"notifications.group": "{count} notifications",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.fields.email_placeholder": "Адрес на е-поща",
|
"password_reset.fields.email_placeholder": "Адрес на е-поща",
|
||||||
"password_reset.fields.username_placeholder": "Адрес на е-поща или потребителско име",
|
"password_reset.fields.username_placeholder": "Адрес на е-поща или потребителско име",
|
||||||
|
@ -257,10 +256,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Всичко",
|
"tabs_bar.all": "Всичко",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Федивърс",
|
|
||||||
"tabs_bar.groups": "Групи",
|
"tabs_bar.groups": "Групи",
|
||||||
"tabs_bar.home": "Начало",
|
"tabs_bar.home": "Начало",
|
||||||
"tabs_bar.local": "Местни",
|
|
||||||
"tabs_bar.more": "Още",
|
"tabs_bar.more": "Още",
|
||||||
"tabs_bar.notifications": "Известия",
|
"tabs_bar.notifications": "Известия",
|
||||||
"tabs_bar.profile": "Профил",
|
"tabs_bar.profile": "Профил",
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "যাদের বন্ধ করে রাখা হয়েছে",
|
"column.blocks": "যাদের বন্ধ করে রাখা হয়েছে",
|
||||||
"column.community": "স্থানীয় সময়সারি",
|
|
||||||
"column.direct": "সরাসরি লেখা",
|
"column.direct": "সরাসরি লেখা",
|
||||||
"column.domain_blocks": "সরিয়ে ফেলা ওয়েবসাইট",
|
"column.domain_blocks": "সরিয়ে ফেলা ওয়েবসাইট",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -269,7 +268,6 @@
|
||||||
"notifications.filter.polls": "নির্বাচনের ফলাফল",
|
"notifications.filter.polls": "নির্বাচনের ফলাফল",
|
||||||
"notifications.group": "{count} প্রজ্ঞাপন",
|
"notifications.group": "{count} প্রজ্ঞাপন",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -386,9 +384,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "বাড়ি",
|
"tabs_bar.home": "বাড়ি",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "প্রজ্ঞাপনগুলো",
|
"tabs_bar.notifications": "প্রজ্ঞাপনগুলো",
|
||||||
"tabs_bar.search": "খুঁজতে",
|
"tabs_bar.search": "খুঁজতে",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -60,7 +60,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Implijour·ezed·ion stanket",
|
"column.blocks": "Implijour·ezed·ion stanket",
|
||||||
"column.community": "Red-amzer lec'hel",
|
|
||||||
"column.direct": "Kemennadoù prevez",
|
"column.direct": "Kemennadoù prevez",
|
||||||
"column.domain_blocks": "Domani kuzhet",
|
"column.domain_blocks": "Domani kuzhet",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -156,7 +155,6 @@
|
||||||
"notifications.filter.favourites": "Favorites",
|
"notifications.filter.favourites": "Favorites",
|
||||||
"notifications.group": "{count} notifications",
|
"notifications.group": "{count} notifications",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -224,9 +222,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
"thread_login.login": "Log in",
|
"thread_login.login": "Log in",
|
||||||
|
|
|
@ -110,7 +110,6 @@
|
||||||
"column.blocks": "Usuaris bloquejats",
|
"column.blocks": "Usuaris bloquejats",
|
||||||
"column.bookmarks": "Marcadors",
|
"column.bookmarks": "Marcadors",
|
||||||
"column.chats": "Xats",
|
"column.chats": "Xats",
|
||||||
"column.community": "Línia de temps local",
|
|
||||||
"column.direct": "Missatges directes",
|
"column.direct": "Missatges directes",
|
||||||
"column.domain_blocks": "Dominis ocults",
|
"column.domain_blocks": "Dominis ocults",
|
||||||
"column.edit_profile": "Editar perfil",
|
"column.edit_profile": "Editar perfil",
|
||||||
|
@ -147,7 +146,7 @@
|
||||||
"column.soapbox_config": "Configuració de Soapbox",
|
"column.soapbox_config": "Configuració de Soapbox",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "Aquesta publicació només serà enviada als usuaris esmentats.",
|
"compose_form.direct_message_warning": "Aquesta publicació només serà enviada als usuaris esmentats.",
|
||||||
"compose_form.hashtag_warning": "Aquesta publicació no es mostrarà en cap etiqueta ja que no està llistat. Només els toots públics poden ser cercats per etiqueta.",
|
"compose_form.hashtag_warning": "Aquesta publicació no es mostrarà en cap etiqueta ja que no està llistat. Només els posts públics poden ser cercats per etiqueta.",
|
||||||
"compose_form.lock_disclaimer": "El teu compte no està bloquejat {locked}. Tothom pot seguir-te i veure els teus missatges a seguidors.",
|
"compose_form.lock_disclaimer": "El teu compte no està bloquejat {locked}. Tothom pot seguir-te i veure els teus missatges a seguidors.",
|
||||||
"compose_form.lock_disclaimer.lock": "bloquejat",
|
"compose_form.lock_disclaimer.lock": "bloquejat",
|
||||||
"compose_form.markdown.marked": "S'ha activat el markdown",
|
"compose_form.markdown.marked": "S'ha activat el markdown",
|
||||||
|
@ -195,7 +194,7 @@
|
||||||
"confirmations.mute.confirm": "Silencia",
|
"confirmations.mute.confirm": "Silencia",
|
||||||
"confirmations.mute.message": "Estàs segur que vols silenciar {name}?",
|
"confirmations.mute.message": "Estàs segur que vols silenciar {name}?",
|
||||||
"confirmations.redraft.confirm": "Esborrar i reescriure",
|
"confirmations.redraft.confirm": "Esborrar i reescriure",
|
||||||
"confirmations.redraft.message": "Estàs segur que vols esborrar aquest toot i tornar a redactar-lo? Perderàs totes els impulsos i favorits, i les respostes al toot original es quedaran orfes.",
|
"confirmations.redraft.message": "Estàs segur que vols esborrar aquest post i tornar a redactar-lo? Perderàs totes els impulsos i favorits, i les respostes al post original es quedaran orfes.",
|
||||||
"confirmations.register.needs_approval": "Un administrador aprovarà manualment el teu compte. Si us plau, tingues paciència mentre revisem els teus detalls.",
|
"confirmations.register.needs_approval": "Un administrador aprovarà manualment el teu compte. Si us plau, tingues paciència mentre revisem els teus detalls.",
|
||||||
"confirmations.register.needs_confirmation": "Comprova la teva safata d'entrada a {email} per obtenir instruccions de confirmació. Cal que verifiquis la teva adreça de correu electrònic per continuar.",
|
"confirmations.register.needs_confirmation": "Comprova la teva safata d'entrada a {email} per obtenir instruccions de confirmació. Cal que verifiquis la teva adreça de correu electrònic per continuar.",
|
||||||
"confirmations.reply.confirm": "Respon",
|
"confirmations.reply.confirm": "Respon",
|
||||||
|
@ -217,7 +216,7 @@
|
||||||
"edit_profile.hints.locked": "Cal que aprovis els seguidors manualment",
|
"edit_profile.hints.locked": "Cal que aprovis els seguidors manualment",
|
||||||
"edit_profile.save": "Desa",
|
"edit_profile.save": "Desa",
|
||||||
"edit_profile.success": "Profile saved!",
|
"edit_profile.success": "Profile saved!",
|
||||||
"embed.instructions": "Incrusta aquest toot al lloc web copiant el codi a continuació.",
|
"embed.instructions": "Incrusta aquest post al lloc web copiant el codi a continuació.",
|
||||||
"emoji_button.activity": "Activitat",
|
"emoji_button.activity": "Activitat",
|
||||||
"emoji_button.custom": "Personalitzat",
|
"emoji_button.custom": "Personalitzat",
|
||||||
"emoji_button.flags": "Banderes",
|
"emoji_button.flags": "Banderes",
|
||||||
|
@ -246,7 +245,7 @@
|
||||||
"empty_column.hashtag": "Encara no hi ha res en aquesta etiqueta.",
|
"empty_column.hashtag": "Encara no hi ha res en aquesta etiqueta.",
|
||||||
"empty_column.home": "Encara no segueixes ningú. Visita {public} o cerca per començar a conèixer altres usuaris.",
|
"empty_column.home": "Encara no segueixes ningú. Visita {public} o cerca per començar a conèixer altres usuaris.",
|
||||||
"empty_column.home.local_tab": "la pestanya de {site_title}",
|
"empty_column.home.local_tab": "la pestanya de {site_title}",
|
||||||
"empty_column.list": "Encara no hi ha res en aquesta llista. Quan els membres d'aquesta llista publiquin nous toots, apareixeran aquí.",
|
"empty_column.list": "Encara no hi ha res en aquesta llista. Quan els membres d'aquesta llista publiquin nous posts, apareixeran aquí.",
|
||||||
"empty_column.lists": "Encara no tens cap llista. Quan en facis una, apareixerà aquí.",
|
"empty_column.lists": "Encara no tens cap llista. Quan en facis una, apareixerà aquí.",
|
||||||
"empty_column.mutes": "Encara no has silenciat cap usuari.",
|
"empty_column.mutes": "Encara no has silenciat cap usuari.",
|
||||||
"empty_column.notifications": "Encara no tens notificació. Interactua amb altres usuaris per iniciar una conversa.",
|
"empty_column.notifications": "Encara no tens notificació. Interactua amb altres usuaris per iniciar una conversa.",
|
||||||
|
@ -286,7 +285,7 @@
|
||||||
"keyboard_shortcuts.boost": "impulsar",
|
"keyboard_shortcuts.boost": "impulsar",
|
||||||
"keyboard_shortcuts.compose": "per centrar l'area de composició de text",
|
"keyboard_shortcuts.compose": "per centrar l'area de composició de text",
|
||||||
"keyboard_shortcuts.down": "per baixar en la llista",
|
"keyboard_shortcuts.down": "per baixar en la llista",
|
||||||
"keyboard_shortcuts.enter": "ampliar el toot",
|
"keyboard_shortcuts.enter": "ampliar el post",
|
||||||
"keyboard_shortcuts.favourite": "afavorir",
|
"keyboard_shortcuts.favourite": "afavorir",
|
||||||
"keyboard_shortcuts.favourites": "per obrir la llista de favorits",
|
"keyboard_shortcuts.favourites": "per obrir la llista de favorits",
|
||||||
"keyboard_shortcuts.heading": "Dreçeres de teclat",
|
"keyboard_shortcuts.heading": "Dreçeres de teclat",
|
||||||
|
@ -298,7 +297,7 @@
|
||||||
"keyboard_shortcuts.my_profile": "per a obrir el teu perfil",
|
"keyboard_shortcuts.my_profile": "per a obrir el teu perfil",
|
||||||
"keyboard_shortcuts.notifications": "per a obrir la columna de notificacions",
|
"keyboard_shortcuts.notifications": "per a obrir la columna de notificacions",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "per a obrir la llista de toots fixats",
|
"keyboard_shortcuts.pinned": "per a obrir la llista de posts fixats",
|
||||||
"keyboard_shortcuts.profile": "per a obrir el perfil de l'autor",
|
"keyboard_shortcuts.profile": "per a obrir el perfil de l'autor",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "respondre",
|
"keyboard_shortcuts.reply": "respondre",
|
||||||
|
@ -306,7 +305,7 @@
|
||||||
"keyboard_shortcuts.search": "per a centrar la cerca",
|
"keyboard_shortcuts.search": "per a centrar la cerca",
|
||||||
"keyboard_shortcuts.toggle_hidden": "per a mostrar/amagar text sota CW",
|
"keyboard_shortcuts.toggle_hidden": "per a mostrar/amagar text sota CW",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "per a mostrar/amagar mèdia",
|
"keyboard_shortcuts.toggle_sensitivity": "per a mostrar/amagar mèdia",
|
||||||
"keyboard_shortcuts.toot": "per a començar un toot nou de trinca",
|
"keyboard_shortcuts.toot": "per a començar un post nou de trinca",
|
||||||
"keyboard_shortcuts.unfocus": "descentrar l'area de composició de text/cerca",
|
"keyboard_shortcuts.unfocus": "descentrar l'area de composició de text/cerca",
|
||||||
"keyboard_shortcuts.up": "moure amunt en la llista",
|
"keyboard_shortcuts.up": "moure amunt en la llista",
|
||||||
"landing_page_modal.download": "Download",
|
"landing_page_modal.download": "Download",
|
||||||
|
@ -390,7 +389,6 @@
|
||||||
"notifications.group": "{count} notificacions",
|
"notifications.group": "{count} notificacions",
|
||||||
"notifications.queue_label": "Feu clic per veure {count} nou {count, plural, one {notification} altra {notifications}}",
|
"notifications.queue_label": "Feu clic per veure {count} nou {count, plural, one {notification} altra {notifications}}",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -561,9 +559,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Tauler",
|
"tabs_bar.dashboard": "Tauler",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Inici",
|
"tabs_bar.home": "Inici",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Notificacions",
|
"tabs_bar.notifications": "Notificacions",
|
||||||
"tabs_bar.search": "Cerca",
|
"tabs_bar.search": "Cerca",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -66,7 +66,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Utilizatori bluccati",
|
"column.blocks": "Utilizatori bluccati",
|
||||||
"column.community": "Linea pubblica lucale",
|
|
||||||
"column.direct": "Missaghji diretti",
|
"column.direct": "Missaghji diretti",
|
||||||
"column.domain_blocks": "Duminii piattati",
|
"column.domain_blocks": "Duminii piattati",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -269,7 +268,6 @@
|
||||||
"notifications.filter.polls": "Risultati di u scandagliu",
|
"notifications.filter.polls": "Risultati di u scandagliu",
|
||||||
"notifications.group": "{count} nutificazione",
|
"notifications.group": "{count} nutificazione",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -386,9 +384,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Accolta",
|
"tabs_bar.home": "Accolta",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Nutificazione",
|
"tabs_bar.notifications": "Nutificazione",
|
||||||
"tabs_bar.search": "Cercà",
|
"tabs_bar.search": "Cercà",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -136,7 +136,6 @@
|
||||||
"column.blocks": "Blokovaní uživatelé",
|
"column.blocks": "Blokovaní uživatelé",
|
||||||
"column.bookmarks": "Záložky",
|
"column.bookmarks": "Záložky",
|
||||||
"column.chats": "Chaty",
|
"column.chats": "Chaty",
|
||||||
"column.community": "Místní časová osa",
|
|
||||||
"column.direct": "Přímé zprávy",
|
"column.direct": "Přímé zprávy",
|
||||||
"column.domain_blocks": "Skryté domény",
|
"column.domain_blocks": "Skryté domény",
|
||||||
"column.edit_profile": "Upravit profil",
|
"column.edit_profile": "Upravit profil",
|
||||||
|
@ -466,12 +465,6 @@
|
||||||
"onboarding.display_name.subtitle": "Později ho můžete změnit.",
|
"onboarding.display_name.subtitle": "Později ho můžete změnit.",
|
||||||
"onboarding.display_name.title": "Nastavte si uživatelské jméno",
|
"onboarding.display_name.title": "Nastavte si uživatelské jméno",
|
||||||
"onboarding.done": "Hotovo",
|
"onboarding.done": "Hotovo",
|
||||||
"onboarding.fediverse.its_you": "Tohle jste vy! Jiní lidí vás mohou sledovat z jiných serverů, stačí jim použít vaši plnou adresu s oběma zavináči.",
|
|
||||||
"onboarding.fediverse.message": "Fediverse je sociální síť složená z tisíců různorodých a nezávisle provozovaných serverů. Můžete sledovat uživatele - a lajkovat, sdílet a odpovídat na příspěvky - z většiny ostatních serverů Fediversa, protože {siteTitle} s nimi dokáže komunikovat.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "Při procházení příspěvků si všímejte plných uživatelských jmen - podle části za druhým zavináčem zjistíte, ze kterého serveru daný příspěvek pochází.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} je jen jedna část Fediversa",
|
|
||||||
"onboarding.fediverse.trailer": "Díky své distribuované povaze a tomu, že svůj server může provozovat kdokoliv, je Fediverse odolný a otevřený. Pokud se zaregistrujete k jinému serveru, nebo si spustíte vlastní, můžete nadále interagovat se stejnými lidmi o nepřerušovat své existující sociální vazby.",
|
|
||||||
"onboarding.finished.message": "Vítejte v naší komunitě! Pro začátek stiskněte tlačítko pod tímto textem.",
|
"onboarding.finished.message": "Vítejte v naší komunitě! Pro začátek stiskněte tlačítko pod tímto textem.",
|
||||||
"onboarding.finished.title": "Účet je založen",
|
"onboarding.finished.title": "Účet je založen",
|
||||||
"onboarding.header.subtitle": "Bude zobrazen na vršku vašeho profilu.",
|
"onboarding.header.subtitle": "Bude zobrazen na vršku vašeho profilu.",
|
||||||
|
@ -678,7 +671,7 @@
|
||||||
"status.share": "Sdílet",
|
"status.share": "Sdílet",
|
||||||
"status.show_less_all": "Zobrazit méně pro všechny",
|
"status.show_less_all": "Zobrazit méně pro všechny",
|
||||||
"status.show_more_all": "Zobrazit více pro všechny",
|
"status.show_more_all": "Zobrazit více pro všechny",
|
||||||
"status.title": "Příspěvek uživatele @{username}",
|
"status.title": "Příspěvek",
|
||||||
"status.unbookmark": "Odstranit záložku",
|
"status.unbookmark": "Odstranit záložku",
|
||||||
"status.unbookmarked": "Záložka odstraněna.",
|
"status.unbookmarked": "Záložka odstraněna.",
|
||||||
"status.unmute_conversation": "Odkrýt konverzaci",
|
"status.unmute_conversation": "Odkrýt konverzaci",
|
||||||
|
@ -694,9 +687,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Ovládací panel",
|
"tabs_bar.dashboard": "Ovládací panel",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Domů",
|
"tabs_bar.home": "Domů",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "Více",
|
"tabs_bar.more": "Více",
|
||||||
"tabs_bar.notifications": "Oznámení",
|
"tabs_bar.notifications": "Oznámení",
|
||||||
"tabs_bar.profile": "Profil",
|
"tabs_bar.profile": "Profil",
|
||||||
|
|
|
@ -127,7 +127,6 @@
|
||||||
"column.aliases.delete": "Dileu",
|
"column.aliases.delete": "Dileu",
|
||||||
"column.backups": "Copïau wrth gefn",
|
"column.backups": "Copïau wrth gefn",
|
||||||
"column.blocks": "Defnyddwyr wedi'u rhwystro",
|
"column.blocks": "Defnyddwyr wedi'u rhwystro",
|
||||||
"column.community": "Ffrwd leol",
|
|
||||||
"column.direct": "Negeseuon preifat",
|
"column.direct": "Negeseuon preifat",
|
||||||
"column.domain_blocks": "Parthau cudd",
|
"column.domain_blocks": "Parthau cudd",
|
||||||
"column.edit_profile": "Golygu'ch proffil",
|
"column.edit_profile": "Golygu'ch proffil",
|
||||||
|
@ -393,7 +392,6 @@
|
||||||
"notification.follow_request": "Hoffai {name} eich dilyn chi",
|
"notification.follow_request": "Hoffai {name} eich dilyn chi",
|
||||||
"notification.mention": "Soniodd {name} amdanoch chi",
|
"notification.mention": "Soniodd {name} amdanoch chi",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "Anfonodd {name} neges atoch",
|
"notification.pleroma:chat_mention": "Anfonodd {name} neges atoch",
|
||||||
"notification.pleroma:participation_accepted": "Derbyniwyd eich cais i ymuno â'r digwyddiad",
|
"notification.pleroma:participation_accepted": "Derbyniwyd eich cais i ymuno â'r digwyddiad",
|
||||||
"notification.pleroma:participation_request": "Hoffai {name} ymuno â'ch digwyddiad",
|
"notification.pleroma:participation_request": "Hoffai {name} ymuno â'ch digwyddiad",
|
||||||
|
@ -414,7 +412,6 @@
|
||||||
"onboarding.display_name.label": "Enw",
|
"onboarding.display_name.label": "Enw",
|
||||||
"onboarding.display_name.placeholder": "Eg. John Smith",
|
"onboarding.display_name.placeholder": "Eg. John Smith",
|
||||||
"onboarding.display_name.subtitle": "Gallwch olygu hyn nes ymlaen.",
|
"onboarding.display_name.subtitle": "Gallwch olygu hyn nes ymlaen.",
|
||||||
"onboarding.fediverse.next": "Nesaf",
|
|
||||||
"onboarding.next": "Nesaf",
|
"onboarding.next": "Nesaf",
|
||||||
"onboarding.saving": "Yn cadw…",
|
"onboarding.saving": "Yn cadw…",
|
||||||
"onboarding.skip": "Hepgor am y tro",
|
"onboarding.skip": "Hepgor am y tro",
|
||||||
|
@ -550,10 +547,8 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Ffedysawd",
|
|
||||||
"tabs_bar.groups": "Grwpiau",
|
"tabs_bar.groups": "Grwpiau",
|
||||||
"tabs_bar.home": "Hafan",
|
"tabs_bar.home": "Hafan",
|
||||||
"tabs_bar.local": "Lleol",
|
|
||||||
"tabs_bar.more": "Rhagor",
|
"tabs_bar.more": "Rhagor",
|
||||||
"tabs_bar.notifications": "Hysbysiadau",
|
"tabs_bar.notifications": "Hysbysiadau",
|
||||||
"tabs_bar.profile": "Proffil",
|
"tabs_bar.profile": "Proffil",
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Blokerede brugere",
|
"column.blocks": "Blokerede brugere",
|
||||||
"column.community": "Lokal tidslinje",
|
|
||||||
"column.direct": "Direkte beskeder",
|
"column.direct": "Direkte beskeder",
|
||||||
"column.domain_blocks": "Skjulte domæner",
|
"column.domain_blocks": "Skjulte domæner",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -269,7 +268,6 @@
|
||||||
"notifications.filter.polls": "Afstemningsresultat",
|
"notifications.filter.polls": "Afstemningsresultat",
|
||||||
"notifications.group": "{count} notifikationer",
|
"notifications.group": "{count} notifikationer",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -384,9 +382,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Hjem",
|
"tabs_bar.home": "Hjem",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Notifikationer",
|
"tabs_bar.notifications": "Notifikationer",
|
||||||
"tabs_bar.search": "Søg",
|
"tabs_bar.search": "Søg",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -262,7 +262,6 @@
|
||||||
"column.blocks": "Blockierte Profile",
|
"column.blocks": "Blockierte Profile",
|
||||||
"column.bookmarks": "Lesezeichen",
|
"column.bookmarks": "Lesezeichen",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Lokale Zeitleiste",
|
|
||||||
"column.crypto_donate": "Mit Kryptowährungen spenden",
|
"column.crypto_donate": "Mit Kryptowährungen spenden",
|
||||||
"column.developers": "Entwickler",
|
"column.developers": "Entwickler",
|
||||||
"column.developers.service_worker": "Service-Arbeiter",
|
"column.developers.service_worker": "Service-Arbeiter",
|
||||||
|
@ -884,7 +883,6 @@
|
||||||
"notification.mentioned": "{name} hat dich erwähnt",
|
"notification.mentioned": "{name} hat dich erwähnt",
|
||||||
"notification.move": "{name} ist nach {targetName} umgezogen",
|
"notification.move": "{name} ist nach {targetName} umgezogen",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count, plural, one {# andere} other {# anderen}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} hat dir eine Nachricht gesendet",
|
"notification.pleroma:chat_mention": "{name} hat dir eine Nachricht gesendet",
|
||||||
"notification.pleroma:emoji_reaction": "{name} hat auf deinen Beitrag reagiert",
|
"notification.pleroma:emoji_reaction": "{name} hat auf deinen Beitrag reagiert",
|
||||||
"notification.pleroma:event_reminder": "Eine Veranstaltung, an der du teilnimmst, beginnt bald",
|
"notification.pleroma:event_reminder": "Eine Veranstaltung, an der du teilnimmst, beginnt bald",
|
||||||
|
@ -917,12 +915,6 @@
|
||||||
"onboarding.display_name.title": "Wähle deinen angezeigten Namen",
|
"onboarding.display_name.title": "Wähle deinen angezeigten Namen",
|
||||||
"onboarding.done": "Fertig",
|
"onboarding.done": "Fertig",
|
||||||
"onboarding.error": "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut oder überspringe diesen Schritt.",
|
"onboarding.error": "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut oder überspringe diesen Schritt.",
|
||||||
"onboarding.fediverse.its_you": "Das bist du! Andere Leute können dir von anderen Servern aus folgen, indem sie dein vollständiges @-Handle verwenden.",
|
|
||||||
"onboarding.fediverse.message": "Das Fediverse ist ein soziales Netzwerk, das aus Tausenden von verschiedenen und unabhängig voneinander betriebenen sozialen Medienseiten (auch \"Server\" genannt) besteht. Sie können Nutzern von den meisten anderen Fediverse-Servern folgen - und Beiträge mögen, neu beitragen und beantworten -, da diese mit {siteTitle} kommunizieren können.",
|
|
||||||
"onboarding.fediverse.next": "Weiter",
|
|
||||||
"onboarding.fediverse.other_instances": "Wenn du deine Timeline durchsuchst, achte auf den vollständigen Benutzernamen nach dem zweiten @-Symbol, um zu wissen, von welchem Server ein Beitrag stammt.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} ist nur ein Teil des Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Weil es verteilt ist und jeder seinen eigenen Server betreiben kann, ist das Fediverse belastbar und offen. Wenn du dich entscheidest, einem anderen Server beizutreten oder einen eigenen zu gründen, kannst du mit denselben Leuten interagieren und auf demselben sozialen Graphen weitermachen.",
|
|
||||||
"onboarding.finished.message": "Schön, dich bei uns begrüßen zu dürfen! Wenn du jetzt bestätigst, kann unserer Reise beginnen.",
|
"onboarding.finished.message": "Schön, dich bei uns begrüßen zu dürfen! Wenn du jetzt bestätigst, kann unserer Reise beginnen.",
|
||||||
"onboarding.finished.title": "Onboarding abgeschlossen",
|
"onboarding.finished.title": "Onboarding abgeschlossen",
|
||||||
"onboarding.header.subtitle": "Dies wird in deinen Profilinfos deiner persönlichen Seite zu sehen sein.",
|
"onboarding.header.subtitle": "Dies wird in deinen Profilinfos deiner persönlichen Seite zu sehen sein.",
|
||||||
|
@ -1252,10 +1244,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Alle",
|
"tabs_bar.all": "Alle",
|
||||||
"tabs_bar.dashboard": "Steuerung",
|
"tabs_bar.dashboard": "Steuerung",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.groups": "Gruppen",
|
"tabs_bar.groups": "Gruppen",
|
||||||
"tabs_bar.home": "Start",
|
"tabs_bar.home": "Start",
|
||||||
"tabs_bar.local": "Lokal",
|
|
||||||
"tabs_bar.more": "Mehr",
|
"tabs_bar.more": "Mehr",
|
||||||
"tabs_bar.notifications": "Benachrichtigungen",
|
"tabs_bar.notifications": "Benachrichtigungen",
|
||||||
"tabs_bar.profile": "Profil",
|
"tabs_bar.profile": "Profil",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Αποκλεισμένοι χρήστες",
|
"column.blocks": "Αποκλεισμένοι χρήστες",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Τοπική ροή",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "Τελείωσε μια από τις ψηφοφορίες που συμμετείχες",
|
"notification.poll": "Τελείωσε μια από τις ψηφοφορίες που συμμετείχες",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Αρχική",
|
"tabs_bar.home": "Αρχική",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Ειδοποιήσεις",
|
"tabs_bar.notifications": "Ειδοποιήσεις",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "𐑚𐑤𐑪𐑒𐑑 𐑿𐑟𐑼𐑟",
|
"column.blocks": "𐑚𐑤𐑪𐑒𐑑 𐑿𐑟𐑼𐑟",
|
||||||
"column.bookmarks": "𐑚𐑫𐑒𐑥𐑸𐑒𐑕",
|
"column.bookmarks": "𐑚𐑫𐑒𐑥𐑸𐑒𐑕",
|
||||||
"column.chats": "𐑗𐑨𐑑𐑕",
|
"column.chats": "𐑗𐑨𐑑𐑕",
|
||||||
"column.community": "𐑤𐑴𐑒𐑩𐑤 𐑑𐑲𐑥𐑤𐑲𐑯",
|
|
||||||
"column.crypto_donate": "𐑛𐑴𐑯𐑱𐑑 𐑒𐑮𐑦𐑐𐑑𐑴𐑒𐑳𐑮𐑩𐑯𐑕𐑦",
|
"column.crypto_donate": "𐑛𐑴𐑯𐑱𐑑 𐑒𐑮𐑦𐑐𐑑𐑴𐑒𐑳𐑮𐑩𐑯𐑕𐑦",
|
||||||
"column.developers": "𐑛𐑦𐑝𐑧𐑤𐑩𐑐𐑼𐑟",
|
"column.developers": "𐑛𐑦𐑝𐑧𐑤𐑩𐑐𐑼𐑟",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} 𐑥𐑵𐑝𐑛 𐑑 {targetName}",
|
"notification.move": "{name} 𐑥𐑵𐑝𐑛 𐑑 {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} 𐑕𐑧𐑯𐑑 𐑿 𐑩 𐑥𐑧𐑕𐑦𐑡",
|
"notification.pleroma:chat_mention": "{name} 𐑕𐑧𐑯𐑑 𐑿 𐑩 𐑥𐑧𐑕𐑦𐑡",
|
||||||
"notification.pleroma:emoji_reaction": "{name} 𐑮𐑦𐑨𐑒𐑑𐑩𐑛 𐑑 𐑘𐑹 𐑐𐑴𐑕𐑑",
|
"notification.pleroma:emoji_reaction": "{name} 𐑮𐑦𐑨𐑒𐑑𐑩𐑛 𐑑 𐑘𐑹 𐑐𐑴𐑕𐑑",
|
||||||
"notification.poll": "A 𐑐𐑴𐑤 𐑿 𐑣𐑨𐑝 𐑝𐑴𐑑𐑩𐑛 𐑦𐑯 𐑣𐑨𐑟 𐑧𐑯𐑛𐑩𐑛",
|
"notification.poll": "A 𐑐𐑴𐑤 𐑿 𐑣𐑨𐑝 𐑝𐑴𐑑𐑩𐑛 𐑦𐑯 𐑣𐑨𐑟 𐑧𐑯𐑛𐑩𐑛",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "𐑷𐑤",
|
"tabs_bar.all": "𐑷𐑤",
|
||||||
"tabs_bar.dashboard": "𐑛𐑨𐑖𐑚𐑹𐑛",
|
"tabs_bar.dashboard": "𐑛𐑨𐑖𐑚𐑹𐑛",
|
||||||
"tabs_bar.fediverse": "·𐑓𐑧𐑛𐑦𐑝𐑻𐑕",
|
|
||||||
"tabs_bar.home": "𐑣𐑴𐑥",
|
"tabs_bar.home": "𐑣𐑴𐑥",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "𐑯𐑴𐑑𐑦𐑓𐑦𐑒𐑱𐑖𐑩𐑯𐑟",
|
"tabs_bar.notifications": "𐑯𐑴𐑑𐑦𐑓𐑦𐑒𐑱𐑖𐑩𐑯𐑟",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -647,7 +647,7 @@
|
||||||
"edit_federation.unlisted": "Force posts unlisted",
|
"edit_federation.unlisted": "Force posts unlisted",
|
||||||
"edit_identity.names_title": "Names",
|
"edit_identity.names_title": "Names",
|
||||||
"edit_identity.pending_names_title": "Requested Names",
|
"edit_identity.pending_names_title": "Requested Names",
|
||||||
"edit_identity.reason_placeholder": "Why do you want this name?",
|
"edit_identity.reason_placeholder": "Why do you want to be part of the {siteTitle} community?",
|
||||||
"edit_identity.request": "Request",
|
"edit_identity.request": "Request",
|
||||||
"edit_identity.requested": "Name requested",
|
"edit_identity.requested": "Name requested",
|
||||||
"edit_password.header": "Change Password",
|
"edit_password.header": "Change Password",
|
||||||
|
@ -1161,13 +1161,17 @@
|
||||||
"nostr_relays.read_write": "Read & write",
|
"nostr_relays.read_write": "Read & write",
|
||||||
"nostr_relays.title": "Relays",
|
"nostr_relays.title": "Relays",
|
||||||
"nostr_relays.write_only": "Write-only",
|
"nostr_relays.write_only": "Write-only",
|
||||||
|
"nostr_signup.has_key": "I already have a key",
|
||||||
|
"nostr_signup.key-add.key_button": "Add Key",
|
||||||
"nostr_signup.key-add.title": "Import Key",
|
"nostr_signup.key-add.title": "Import Key",
|
||||||
"nostr_signup.key.title": "You need a key to continue",
|
"nostr_signup.key.title": "You need a key to continue",
|
||||||
|
"nostr_signup.key_generate": "Generate key",
|
||||||
"nostr_signup.keygen.title": "Your new key",
|
"nostr_signup.keygen.title": "Your new key",
|
||||||
"nostr_signup.siwe.action": "Sign in with extension",
|
"nostr_signup.siwe.action": "Sign in with extension",
|
||||||
"nostr_signup.siwe.alt": "Sign in with key",
|
"nostr_signup.siwe.alt": "Sign in with key",
|
||||||
"nostr_signup.siwe.title": "Sign in",
|
"nostr_signup.siwe.title": "Sign in",
|
||||||
"notification.ditto:name_grant": "You were granted the name {acct}",
|
"notification.ditto:name_grant": "You were granted the name {acct}",
|
||||||
|
"notification.ditto:zap": "{name} zapped you {amount} sats",
|
||||||
"notification.favourite": "{name} liked your post",
|
"notification.favourite": "{name} liked your post",
|
||||||
"notification.follow": "{name} followed you",
|
"notification.follow": "{name} followed you",
|
||||||
"notification.follow_request": "{name} has requested to follow you",
|
"notification.follow_request": "{name} has requested to follow you",
|
||||||
|
@ -1646,7 +1650,6 @@
|
||||||
"video.unmute": "Unmute sound",
|
"video.unmute": "Unmute sound",
|
||||||
"who_to_follow.title": "People To Follow",
|
"who_to_follow.title": "People To Follow",
|
||||||
"zap.button.text.raw": "Zap {amount} sats",
|
"zap.button.text.raw": "Zap {amount} sats",
|
||||||
"zap.button.text.rounded": "Zap {amount}K sats",
|
|
||||||
"zap.comment_input.placeholder": "Optional comment",
|
"zap.comment_input.placeholder": "Optional comment",
|
||||||
"zap.finish": "Finish",
|
"zap.finish": "Finish",
|
||||||
"zap.next": "Next",
|
"zap.next": "Next",
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"account.hide_reblogs": "Kaŝi diskonigojn de @{name}",
|
"account.hide_reblogs": "Kaŝi diskonigojn de @{name}",
|
||||||
"account.link_verified_on": "La posedanto de tiu ligilo estis kontrolita je {date}",
|
"account.link_verified_on": "La posedanto de tiu ligilo estis kontrolita je {date}",
|
||||||
"account.locked_info": "La privateco de tiu konto estas elektita kiel fermita. La posedanto povas mane akcepti tiun, kiu povas sekvi rin.",
|
"account.locked_info": "La privateco de tiu konto estas elektita kiel fermita. La posedanto povas mane akcepti tiun, kiu povas sekvi rin.",
|
||||||
"account.login": "Log in",
|
"account.login": "Ensaluti",
|
||||||
"account.media": "Aŭdovidaĵoj",
|
"account.media": "Aŭdovidaĵoj",
|
||||||
"account.mention": "Mencii",
|
"account.mention": "Mencii",
|
||||||
"account.mute": "Silentigi @{name}",
|
"account.mute": "Silentigi @{name}",
|
||||||
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Blokitaj uzantoj",
|
"column.blocks": "Blokitaj uzantoj",
|
||||||
"column.community": "Loka tempolinio",
|
|
||||||
"column.direct": "Rektaj mesaĝoj",
|
"column.direct": "Rektaj mesaĝoj",
|
||||||
"column.domain_blocks": "Kaŝitaj domajnoj",
|
"column.domain_blocks": "Kaŝitaj domajnoj",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -270,7 +269,6 @@
|
||||||
"notifications.filter.polls": "Balotenketaj rezultoj",
|
"notifications.filter.polls": "Balotenketaj rezultoj",
|
||||||
"notifications.group": "{count} sciigoj",
|
"notifications.group": "{count} sciigoj",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -387,9 +385,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Hejmo",
|
"tabs_bar.home": "Hejmo",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Sciigoj",
|
"tabs_bar.notifications": "Sciigoj",
|
||||||
"tabs_bar.search": "Serĉi",
|
"tabs_bar.search": "Serĉi",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"account.follows": "Sigue",
|
"account.follows": "Sigue",
|
||||||
"account.follows.empty": "Todavía este usuario no sigue a nadie.",
|
"account.follows.empty": "Todavía este usuario no sigue a nadie.",
|
||||||
"account.follows_you": "Te sigue",
|
"account.follows_you": "Te sigue",
|
||||||
"account.hide_reblogs": "Ocultar retoots de @{name}",
|
"account.hide_reblogs": "Ocultar reposts de @{name}",
|
||||||
"account.link_verified_on": "La propiedad de este enlace fue verificada el {date}",
|
"account.link_verified_on": "La propiedad de este enlace fue verificada el {date}",
|
||||||
"account.locked_info": "El estado de privacidad de esta cuenta está establecido como bloqueado. El propietario manualmente revisa quién puede seguirle.",
|
"account.locked_info": "El estado de privacidad de esta cuenta está establecido como bloqueado. El propietario manualmente revisa quién puede seguirle.",
|
||||||
"account.login": "Log in",
|
"account.login": "Log in",
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
"account.mention": "Mencionar",
|
"account.mention": "Mencionar",
|
||||||
"account.mute": "Silenciar a @{name}",
|
"account.mute": "Silenciar a @{name}",
|
||||||
"account.posts": "Posts",
|
"account.posts": "Posts",
|
||||||
"account.posts_with_replies": "Toots con respuestas",
|
"account.posts_with_replies": "Posts con respuestas",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
"account.report": "Denunciar a @{name}",
|
"account.report": "Denunciar a @{name}",
|
||||||
"account.share": "Compartir el perfil de @{name}",
|
"account.share": "Compartir el perfil de @{name}",
|
||||||
"account.show_reblogs": "Mostrar retoots de @{name}",
|
"account.show_reblogs": "Mostrar reposts de @{name}",
|
||||||
"account.unblock": "Desbloquear a @{name}",
|
"account.unblock": "Desbloquear a @{name}",
|
||||||
"account.unblock_domain": "Mostrar {domain}",
|
"account.unblock_domain": "Mostrar {domain}",
|
||||||
"account.unendorse": "No destacar en el perfil",
|
"account.unendorse": "No destacar en el perfil",
|
||||||
|
@ -116,7 +116,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Usuarios bloqueados",
|
"column.blocks": "Usuarios bloqueados",
|
||||||
"column.community": "Línea temporal local",
|
|
||||||
"column.direct": "Mensajes directos",
|
"column.direct": "Mensajes directos",
|
||||||
"column.domain_blocks": "Dominios ocultos",
|
"column.domain_blocks": "Dominios ocultos",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -132,9 +131,9 @@
|
||||||
"column.notifications": "Notificaciones",
|
"column.notifications": "Notificaciones",
|
||||||
"column.public": "Línea temporal federada",
|
"column.public": "Línea temporal federada",
|
||||||
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
||||||
"compose_form.direct_message_warning": "Este toot sólo será enviado a los usuarios mencionados.",
|
"compose_form.direct_message_warning": "Este post sólo será enviado a los usuarios mencionados.",
|
||||||
"compose_form.hashtag_warning": "Este toot no se mostrará bajo hashtags porque no es público. Sólo los toots públicos se pueden buscar por hashtag.",
|
"compose_form.hashtag_warning": "Este post no se mostrará bajo hashtags porque no es público. Sólo los posts públicos se pueden buscar por hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Tu cuenta no está {locked}. Todos pueden seguirte para ver tus toots marcados como \"sólo para seguidores\".",
|
"compose_form.lock_disclaimer": "Tu cuenta no está {locked}. Todos pueden seguirte para ver tus posts marcados como \"sólo para seguidores\".",
|
||||||
"compose_form.lock_disclaimer.lock": "bloqueada",
|
"compose_form.lock_disclaimer.lock": "bloqueada",
|
||||||
"compose_form.message": "Message",
|
"compose_form.message": "Message",
|
||||||
"compose_form.placeholder": "¿Qué onda?",
|
"compose_form.placeholder": "¿Qué onda?",
|
||||||
|
@ -169,8 +168,8 @@
|
||||||
"confirmations.domain_block.message": "¿Estás completamente seguro que querés bloquear el {domain} entero? En la mayoría de los casos, unos cuantos bloqueos y silenciados puntuales son suficientes y preferibles. No vas a ver contenido de ese dominio en ninguna de tus líneas temporales o en tus notificaciones. Tus seguidores de ese dominio serán quitados.",
|
"confirmations.domain_block.message": "¿Estás completamente seguro que querés bloquear el {domain} entero? En la mayoría de los casos, unos cuantos bloqueos y silenciados puntuales son suficientes y preferibles. No vas a ver contenido de ese dominio en ninguna de tus líneas temporales o en tus notificaciones. Tus seguidores de ese dominio serán quitados.",
|
||||||
"confirmations.mute.confirm": "Silenciar",
|
"confirmations.mute.confirm": "Silenciar",
|
||||||
"confirmations.mute.message": "¿Estás seguro que querés silenciar a {name}?",
|
"confirmations.mute.message": "¿Estás seguro que querés silenciar a {name}?",
|
||||||
"confirmations.redraft.confirm": "Eliminar toot original y editarlo",
|
"confirmations.redraft.confirm": "Eliminar post original y editarlo",
|
||||||
"confirmations.redraft.message": "¿Estás seguro que querés eliminar este estado y volver a editarlo? Se perderán las veces marcadas como favoritos y los retoots, y las respuestas a la publicación original quedarán huérfanas.",
|
"confirmations.redraft.message": "¿Estás seguro que querés eliminar este estado y volver a editarlo? Se perderán las veces marcadas como favoritos y los reposts, y las respuestas a la publicación original quedarán huérfanas.",
|
||||||
"confirmations.reply.confirm": "Responder",
|
"confirmations.reply.confirm": "Responder",
|
||||||
"confirmations.reply.message": "Responder ahora sobreescribirá el mensaje que estás redactando actualmente. ¿Estás seguro que querés seguir?",
|
"confirmations.reply.message": "Responder ahora sobreescribirá el mensaje que estás redactando actualmente. ¿Estás seguro que querés seguir?",
|
||||||
"confirmations.scheduled_status_delete.confirm": "Cancel",
|
"confirmations.scheduled_status_delete.confirm": "Cancel",
|
||||||
|
@ -188,7 +187,7 @@
|
||||||
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
||||||
"edit_profile.fields.website_label": "Website",
|
"edit_profile.fields.website_label": "Website",
|
||||||
"edit_profile.success": "Profile saved!",
|
"edit_profile.success": "Profile saved!",
|
||||||
"embed.instructions": "Insertá este toot a tu sitio web copiando el código de abajo.",
|
"embed.instructions": "Insertá este post a tu sitio web copiando el código de abajo.",
|
||||||
"emoji_button.activity": "Actividad",
|
"emoji_button.activity": "Actividad",
|
||||||
"emoji_button.custom": "Personalizado",
|
"emoji_button.custom": "Personalizado",
|
||||||
"emoji_button.flags": "Banderas",
|
"emoji_button.flags": "Banderas",
|
||||||
|
@ -202,19 +201,19 @@
|
||||||
"emoji_button.search_results": "Resultados de búsqueda",
|
"emoji_button.search_results": "Resultados de búsqueda",
|
||||||
"emoji_button.symbols": "Símbolos",
|
"emoji_button.symbols": "Símbolos",
|
||||||
"emoji_button.travel": "Viajes y lugares",
|
"emoji_button.travel": "Viajes y lugares",
|
||||||
"empty_column.account_timeline": "¡No hay toots aquí!",
|
"empty_column.account_timeline": "¡No hay posts aquí!",
|
||||||
"empty_column.account_unavailable": "Perfil no disponible",
|
"empty_column.account_unavailable": "Perfil no disponible",
|
||||||
"empty_column.blocks": "Todavía no bloqueaste a ningún usuario.",
|
"empty_column.blocks": "Todavía no bloqueaste a ningún usuario.",
|
||||||
"empty_column.community": "La línea temporal local está vacía. ¡Escribí algo en modo público para que se empiece a correr la bola!",
|
"empty_column.community": "La línea temporal local está vacía. ¡Escribí algo en modo público para que se empiece a correr la bola!",
|
||||||
"empty_column.direct": "Todavía no tenés ningún mensaje directo. Cuando enviés o recibás uno, se mostrará acá.",
|
"empty_column.direct": "Todavía no tenés ningún mensaje directo. Cuando enviés o recibás uno, se mostrará acá.",
|
||||||
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
||||||
"empty_column.favourited_statuses": "Todavía no tenés toots favoritos. Cuando marqués uno como favorito, se mostrará acá.",
|
"empty_column.favourited_statuses": "Todavía no tenés posts favoritos. Cuando marqués uno como favorito, se mostrará acá.",
|
||||||
"empty_column.favourites": "Todavía nadie marcó este toot como favorito. Cuando alguien lo haga, se mostrará acá.",
|
"empty_column.favourites": "Todavía nadie marcó este post como favorito. Cuando alguien lo haga, se mostrará acá.",
|
||||||
"empty_column.follow_requests": "Todavía no tenés ninguna solicitud de seguimiento. Cuando recibás una, se mostrará acá.",
|
"empty_column.follow_requests": "Todavía no tenés ninguna solicitud de seguimiento. Cuando recibás una, se mostrará acá.",
|
||||||
"empty_column.hashtag": "Todavía no hay nada con esta etiqueta.",
|
"empty_column.hashtag": "Todavía no hay nada con esta etiqueta.",
|
||||||
"empty_column.home": "¡Tu línea temporal principal está vacía! Visitá {public} o usá la búsqueda para comenzar y encontrar a otros usuarios.",
|
"empty_column.home": "¡Tu línea temporal principal está vacía! Visitá {public} o usá la búsqueda para comenzar y encontrar a otros usuarios.",
|
||||||
"empty_column.home.local_tab": "the {site_title} tab",
|
"empty_column.home.local_tab": "the {site_title} tab",
|
||||||
"empty_column.list": "Todavía no hay nada en esta lista. Cuando miembros de esta lista envíen nuevos toots, se mostrarán acá.",
|
"empty_column.list": "Todavía no hay nada en esta lista. Cuando miembros de esta lista envíen nuevos posts, se mostrarán acá.",
|
||||||
"empty_column.lists": "Todavía no tienes ninguna lista. Cuando creés una, se mostrará acá.",
|
"empty_column.lists": "Todavía no tienes ninguna lista. Cuando creés una, se mostrará acá.",
|
||||||
"empty_column.mutes": "Todavía no silenciaste a ningún usuario.",
|
"empty_column.mutes": "Todavía no silenciaste a ningún usuario.",
|
||||||
"empty_column.notifications": "Todavía no tenés ninguna notificación. Interactuá con otros para iniciar la conversación.",
|
"empty_column.notifications": "Todavía no tenés ninguna notificación. Interactuá con otros para iniciar la conversación.",
|
||||||
|
@ -223,7 +222,7 @@
|
||||||
"follow_request.reject": "Rechazar",
|
"follow_request.reject": "Rechazar",
|
||||||
"getting_started.open_source_notice": "{code_name} es software libre. Podés contribuir o informar errores en {code_link} (v{code_version}).",
|
"getting_started.open_source_notice": "{code_name} es software libre. Podés contribuir o informar errores en {code_link} (v{code_version}).",
|
||||||
"header.login.label": "Log in",
|
"header.login.label": "Log in",
|
||||||
"home.column_settings.show_reblogs": "Mostrar retoots",
|
"home.column_settings.show_reblogs": "Mostrar reposts",
|
||||||
"home.column_settings.show_replies": "Mostrar respuestas",
|
"home.column_settings.show_replies": "Mostrar respuestas",
|
||||||
"icon_button.icons": "Icons",
|
"icon_button.icons": "Icons",
|
||||||
"import_data.actions.import": "Import",
|
"import_data.actions.import": "Import",
|
||||||
|
@ -247,7 +246,7 @@
|
||||||
"keyboard_shortcuts.my_profile": "para abrir tu perfil",
|
"keyboard_shortcuts.my_profile": "para abrir tu perfil",
|
||||||
"keyboard_shortcuts.notifications": "para abrir la columna de notificaciones",
|
"keyboard_shortcuts.notifications": "para abrir la columna de notificaciones",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "para abrir lista de toots fijados",
|
"keyboard_shortcuts.pinned": "para abrir lista de posts fijados",
|
||||||
"keyboard_shortcuts.profile": "para abrir el perfil del autor",
|
"keyboard_shortcuts.profile": "para abrir el perfil del autor",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "para responder",
|
"keyboard_shortcuts.reply": "para responder",
|
||||||
|
@ -255,7 +254,7 @@
|
||||||
"keyboard_shortcuts.search": "para enfocar la búsqueda",
|
"keyboard_shortcuts.search": "para enfocar la búsqueda",
|
||||||
"keyboard_shortcuts.toggle_hidden": "para mostrar/ocultar el texto detrás de la advertencia de contenido",
|
"keyboard_shortcuts.toggle_hidden": "para mostrar/ocultar el texto detrás de la advertencia de contenido",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "para mostrar/ocultar los medios",
|
"keyboard_shortcuts.toggle_sensitivity": "para mostrar/ocultar los medios",
|
||||||
"keyboard_shortcuts.toot": "para comenzar un toot nuevo",
|
"keyboard_shortcuts.toot": "para comenzar un post nuevo",
|
||||||
"keyboard_shortcuts.unfocus": "para quitar el enfoque del área de texto de redacción o de búsqueda",
|
"keyboard_shortcuts.unfocus": "para quitar el enfoque del área de texto de redacción o de búsqueda",
|
||||||
"keyboard_shortcuts.up": "para subir en la lista",
|
"keyboard_shortcuts.up": "para subir en la lista",
|
||||||
"landing_page_modal.download": "Download",
|
"landing_page_modal.download": "Download",
|
||||||
|
@ -294,7 +293,7 @@
|
||||||
"navigation.notifications": "Notifications",
|
"navigation.notifications": "Notifications",
|
||||||
"navigation_bar.account_aliases": "Account aliases",
|
"navigation_bar.account_aliases": "Account aliases",
|
||||||
"navigation_bar.blocks": "Usuarios bloqueados",
|
"navigation_bar.blocks": "Usuarios bloqueados",
|
||||||
"navigation_bar.compose": "Redactar un nuevo toot",
|
"navigation_bar.compose": "Redactar un nuevo post",
|
||||||
"navigation_bar.domain_blocks": "Dominios ocultos",
|
"navigation_bar.domain_blocks": "Dominios ocultos",
|
||||||
"navigation_bar.favourites": "Favoritos",
|
"navigation_bar.favourites": "Favoritos",
|
||||||
"navigation_bar.filters": "Palabras silenciadas",
|
"navigation_bar.filters": "Palabras silenciadas",
|
||||||
|
@ -307,7 +306,6 @@
|
||||||
"notification.follow": "{name} te empezó a seguir",
|
"notification.follow": "{name} te empezó a seguir",
|
||||||
"notification.mention": "{name} te mencionó",
|
"notification.mention": "{name} te mencionó",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "Finalizó una encuesta en la que votaste",
|
"notification.poll": "Finalizó una encuesta en la que votaste",
|
||||||
"notification.reblog": "{name} retooteó tu estado",
|
"notification.reblog": "{name} retooteó tu estado",
|
||||||
"notifications.filter.all": "Todas",
|
"notifications.filter.all": "Todas",
|
||||||
|
@ -318,7 +316,6 @@
|
||||||
"notifications.filter.polls": "Resultados de la encuesta",
|
"notifications.filter.polls": "Resultados de la encuesta",
|
||||||
"notifications.group": "{count} notificaciones",
|
"notifications.group": "{count} notificaciones",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -340,13 +337,13 @@
|
||||||
"preferences.options.content_type_markdown": "Markdown",
|
"preferences.options.content_type_markdown": "Markdown",
|
||||||
"preferences.options.privacy_public": "Public",
|
"preferences.options.privacy_public": "Public",
|
||||||
"privacy.change": "Configurar privacidad de estado",
|
"privacy.change": "Configurar privacidad de estado",
|
||||||
"privacy.direct.long": "Enviar toot sólo a los usuarios mencionados",
|
"privacy.direct.long": "Enviar post sólo a los usuarios mencionados",
|
||||||
"privacy.direct.short": "Directo",
|
"privacy.direct.short": "Directo",
|
||||||
"privacy.private.long": "Enviar toot sólo a los seguidores",
|
"privacy.private.long": "Enviar post sólo a los seguidores",
|
||||||
"privacy.private.short": "Sólo a seguidores",
|
"privacy.private.short": "Sólo a seguidores",
|
||||||
"privacy.public.long": "Enviar toot a las líneas temporales públicas",
|
"privacy.public.long": "Enviar post a las líneas temporales públicas",
|
||||||
"privacy.public.short": "Público",
|
"privacy.public.short": "Público",
|
||||||
"privacy.unlisted.long": "No enviar toot a las líneas temporales públicas",
|
"privacy.unlisted.long": "No enviar post a las líneas temporales públicas",
|
||||||
"privacy.unlisted.short": "No listado",
|
"privacy.unlisted.short": "No listado",
|
||||||
"profile_dropdown.theme": "Theme",
|
"profile_dropdown.theme": "Theme",
|
||||||
"regeneration_indicator.label": "Cargando…",
|
"regeneration_indicator.label": "Cargando…",
|
||||||
|
@ -396,8 +393,8 @@
|
||||||
"soapbox_config.promo_panel.meta_fields.url_placeholder": "URL",
|
"soapbox_config.promo_panel.meta_fields.url_placeholder": "URL",
|
||||||
"status.admin_account": "Abrir interface de moderación para @{name}",
|
"status.admin_account": "Abrir interface de moderación para @{name}",
|
||||||
"status.admin_status": "Abrir este estado en la interface de moderación",
|
"status.admin_status": "Abrir este estado en la interface de moderación",
|
||||||
"status.cancel_reblog_private": "Quitar retoot",
|
"status.cancel_reblog_private": "Quitar repost",
|
||||||
"status.cannot_reblog": "No se puede retootear este toot",
|
"status.cannot_reblog": "No se puede retootear este post",
|
||||||
"status.chat": "Chat with @{name}",
|
"status.chat": "Chat with @{name}",
|
||||||
"status.copy": "Copiar enlace al estado",
|
"status.copy": "Copiar enlace al estado",
|
||||||
"status.delete": "Eliminar",
|
"status.delete": "Eliminar",
|
||||||
|
@ -413,13 +410,13 @@
|
||||||
"status.mute_conversation": "Silenciar conversación",
|
"status.mute_conversation": "Silenciar conversación",
|
||||||
"status.open": "Expandir este estado",
|
"status.open": "Expandir este estado",
|
||||||
"status.pin": "Pin en el perfil",
|
"status.pin": "Pin en el perfil",
|
||||||
"status.pinned": "Toot fijado",
|
"status.pinned": "Post fijado",
|
||||||
"status.read_more": "Leer más",
|
"status.read_more": "Leer más",
|
||||||
"status.reblog": "Retootear",
|
"status.reblog": "Retootear",
|
||||||
"status.reblog_private": "Retootear a la audiencia original",
|
"status.reblog_private": "Retootear a la audiencia original",
|
||||||
"status.reblogged_by": "Retooteado por {name}",
|
"status.reblogged_by": "Retooteado por {name}",
|
||||||
"status.reblogs.empty": "Todavía nadie retooteó este toot. Cuando alguien lo haga, se mostrará acá.",
|
"status.reblogs.empty": "Todavía nadie retooteó este post. Cuando alguien lo haga, se mostrará acá.",
|
||||||
"status.redraft": "Eliminar toot original y editarlo",
|
"status.redraft": "Eliminar post original y editarlo",
|
||||||
"status.reply": "Responder",
|
"status.reply": "Responder",
|
||||||
"status.report": "Denunciar a @{name}",
|
"status.report": "Denunciar a @{name}",
|
||||||
"status.sensitive_warning": "Contenido sensible",
|
"status.sensitive_warning": "Contenido sensible",
|
||||||
|
@ -435,9 +432,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Principal",
|
"tabs_bar.home": "Principal",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Notificaciones",
|
"tabs_bar.notifications": "Notificaciones",
|
||||||
"tabs_bar.search": "Buscar",
|
"tabs_bar.search": "Buscar",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"account.follows.empty": "Este usuario no sigue a nadie aún.",
|
"account.follows.empty": "Este usuario no sigue a nadie aún.",
|
||||||
"account.follows_you": "Te sigue",
|
"account.follows_you": "Te sigue",
|
||||||
"account.header.alt": "Encabezado del perfil",
|
"account.header.alt": "Encabezado del perfil",
|
||||||
"account.hide_reblogs": "Ocultar retoots de @{name}",
|
"account.hide_reblogs": "Ocultar reposts de @{name}",
|
||||||
"account.last_status": "Última vez activ*",
|
"account.last_status": "Última vez activ*",
|
||||||
"account.link_verified_on": "El proprietario de este enlace fue comprobado el {date}",
|
"account.link_verified_on": "El proprietario de este enlace fue comprobado el {date}",
|
||||||
"account.locked_info": "El estado de privacidad de esta cuenta está configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirlo.",
|
"account.locked_info": "El estado de privacidad de esta cuenta está configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirlo.",
|
||||||
|
@ -38,9 +38,10 @@
|
||||||
"account.mute": "Silenciar a @{name}",
|
"account.mute": "Silenciar a @{name}",
|
||||||
"account.muted": "Silenciado",
|
"account.muted": "Silenciado",
|
||||||
"account.never_active": "Nunca",
|
"account.never_active": "Nunca",
|
||||||
|
"account.npub": "Copiar el usuario npub",
|
||||||
"account.patron": "Patrón",
|
"account.patron": "Patrón",
|
||||||
"account.posts": "Posts",
|
"account.posts": "Posts",
|
||||||
"account.posts_with_replies": "Toots y respuestas",
|
"account.posts_with_replies": "Posts y respuestas",
|
||||||
"account.profile": "Perfil",
|
"account.profile": "Perfil",
|
||||||
"account.profile_external": "Ver perfil en {dominio}",
|
"account.profile_external": "Ver perfil en {dominio}",
|
||||||
"account.register": "Crear Cuenta",
|
"account.register": "Crear Cuenta",
|
||||||
|
@ -53,7 +54,7 @@
|
||||||
"account.search": "Buscar en base a @{name}",
|
"account.search": "Buscar en base a @{name}",
|
||||||
"account.search_self": "Busca en tus entradas",
|
"account.search_self": "Busca en tus entradas",
|
||||||
"account.share": "Compartir el perfil de @{name}",
|
"account.share": "Compartir el perfil de @{name}",
|
||||||
"account.show_reblogs": "Mostrar retoots de @{name}",
|
"account.show_reblogs": "Mostrar reposts de @{name}",
|
||||||
"account.subscribe": "Suscribirse a las notificaciones de @{name}",
|
"account.subscribe": "Suscribirse a las notificaciones de @{name}",
|
||||||
"account.subscribe.failure": "Se ha producido un error al intentar suscribirse a esta cuenta.",
|
"account.subscribe.failure": "Se ha producido un error al intentar suscribirse a esta cuenta.",
|
||||||
"account.subscribe.success": "Te has suscrito a esta cuenta.",
|
"account.subscribe.success": "Te has suscrito a esta cuenta.",
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
"account_moderation_modal.fields.badges": "Insignias personalizadas",
|
"account_moderation_modal.fields.badges": "Insignias personalizadas",
|
||||||
"account_moderation_modal.fields.deactivate": "Desactivar cuenta",
|
"account_moderation_modal.fields.deactivate": "Desactivar cuenta",
|
||||||
"account_moderation_modal.fields.delete": "Delete account",
|
"account_moderation_modal.fields.delete": "Delete account",
|
||||||
|
"account_moderation_modal.fields.revoke_name": "Revocar nombre",
|
||||||
"account_moderation_modal.fields.suggested": "Sugerido en personas a seguir",
|
"account_moderation_modal.fields.suggested": "Sugerido en personas a seguir",
|
||||||
"account_moderation_modal.fields.verified": "Cuenta verificada",
|
"account_moderation_modal.fields.verified": "Cuenta verificada",
|
||||||
"account_moderation_modal.info.id": "ID: {id}",
|
"account_moderation_modal.info.id": "ID: {id}",
|
||||||
|
@ -105,6 +107,16 @@
|
||||||
"admin.dashcounters.user_count_label": "usuarios totales",
|
"admin.dashcounters.user_count_label": "usuarios totales",
|
||||||
"admin.dashwidgets.email_list_header": "Email list",
|
"admin.dashwidgets.email_list_header": "Email list",
|
||||||
"admin.dashwidgets.software_header": "Software",
|
"admin.dashwidgets.software_header": "Software",
|
||||||
|
"admin.domains.action": "Crear un dominio",
|
||||||
|
"admin.domains.delete": "Borrar",
|
||||||
|
"admin.domains.edit": "Modificar",
|
||||||
|
"admin.domains.name": "Dominio:",
|
||||||
|
"admin.domains.private": "Privado",
|
||||||
|
"admin.domains.public": "Público",
|
||||||
|
"admin.domains.resolve.fail_label": "Sin resolver",
|
||||||
|
"admin.domains.resolve.last_checked": "Última comprobación: {date}",
|
||||||
|
"admin.domains.resolve.pending_label": "Verificación de resolución pendiente",
|
||||||
|
"admin.domains.resolve.success_label": "Se resuelve correctamente",
|
||||||
"admin.edit_announcement.created": "Anuncio creado",
|
"admin.edit_announcement.created": "Anuncio creado",
|
||||||
"admin.edit_announcement.deleted": "Anuncio borrado",
|
"admin.edit_announcement.deleted": "Anuncio borrado",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "Si está marcada, sólo se mostrarán las fechas del intervalo de tiempo",
|
"admin.edit_announcement.fields.all_day_hint": "Si está marcada, sólo se mostrarán las fechas del intervalo de tiempo",
|
||||||
|
@ -117,14 +129,42 @@
|
||||||
"admin.edit_announcement.fields.start_time_placeholder": "El anuncio empieza el:",
|
"admin.edit_announcement.fields.start_time_placeholder": "El anuncio empieza el:",
|
||||||
"admin.edit_announcement.save": "Guardar",
|
"admin.edit_announcement.save": "Guardar",
|
||||||
"admin.edit_announcement.updated": "Anuncio editado",
|
"admin.edit_announcement.updated": "Anuncio editado",
|
||||||
|
"admin.edit_domain.created": "Dominio creado",
|
||||||
|
"admin.edit_domain.deleted": "Dominio borrado",
|
||||||
|
"admin.edit_domain.fields.all_day_hint": "Cuando está marcado, todos pueden registrarse para obtener un nombre de usuario con este dominio",
|
||||||
|
"admin.edit_domain.fields.domain_label": "Dominio",
|
||||||
|
"admin.edit_domain.fields.domain_placeholder": "Nombre del dominio",
|
||||||
|
"admin.edit_domain.fields.public_label": "Público",
|
||||||
|
"admin.edit_domain.save": "Guardar",
|
||||||
|
"admin.edit_domain.updated": "Dominio modificado",
|
||||||
|
"admin.edit_rule.created": "Regla creada",
|
||||||
|
"admin.edit_rule.deleted": "Regla borrada",
|
||||||
|
"admin.edit_rule.fields.priority_label": "Prioridad de la regla",
|
||||||
|
"admin.edit_rule.fields.priority_placeholder": "Prioridad de visualización de la regla de la instancia",
|
||||||
|
"admin.edit_rule.fields.text_label": "Texto de la regla",
|
||||||
|
"admin.edit_rule.fields.text_placeholder": "Texto de la regla de la instancia",
|
||||||
|
"admin.edit_rule.save": "Guardar",
|
||||||
|
"admin.edit_rule.updated": "Regla editada",
|
||||||
"admin.latest_accounts_panel.more": "Haga clic para ver {contar, plural, una {# cuenta} other {# cuentas}}",
|
"admin.latest_accounts_panel.more": "Haga clic para ver {contar, plural, una {# cuenta} other {# cuentas}}",
|
||||||
"admin.latest_accounts_panel.title": "Cuentas más recientes",
|
"admin.latest_accounts_panel.title": "Cuentas más recientes",
|
||||||
"admin.moderation_log.empty_message": "Aún no has realizado ninguna acción de moderación. Cuando lo hagas, se mostrará un historial aquí.",
|
"admin.moderation_log.empty_message": "Aún no has realizado ninguna acción de moderación. Cuando lo hagas, se mostrará un historial aquí.",
|
||||||
|
"admin.relays.add.fail": "No se pudo seguir la retransmisión de la instancia",
|
||||||
|
"admin.relays.add.success": "Repetición de las instancias seguida",
|
||||||
|
"admin.relays.deleted": "Retransmisión sin seguimiento",
|
||||||
|
"admin.relays.followed_back": "Volve a seguir",
|
||||||
|
"admin.relays.new.follow": "Seguir",
|
||||||
|
"admin.relays.new.url_placeholder": "URL de retransmisión de la instancia",
|
||||||
|
"admin.relays.unfollow": "Dejar de seguir",
|
||||||
|
"admin.relays.url": "URL de la instancia:",
|
||||||
"admin.reports.actions.close": "Cerrar",
|
"admin.reports.actions.close": "Cerrar",
|
||||||
"admin.reports.actions.view_status": "Ver publicación",
|
"admin.reports.actions.view_status": "Ver publicación",
|
||||||
"admin.reports.empty_message": "No hay reportes pendientes. Si un usuario es reportado, se mostrará aquí.",
|
"admin.reports.empty_message": "No hay reportes pendientes. Si un usuario es reportado, se mostrará aquí.",
|
||||||
"admin.reports.report_closed_message": "El reporte sobre @{name} fue cerrado",
|
"admin.reports.report_closed_message": "El reporte sobre @{name} fue cerrado",
|
||||||
"admin.reports.report_title": "Reporte sobre {acct}",
|
"admin.reports.report_title": "Reporte sobre {acct}",
|
||||||
|
"admin.rule.priority": "Prioridad:",
|
||||||
|
"admin.rules.action": "Crear una regla",
|
||||||
|
"admin.rules.delete": "Borrar",
|
||||||
|
"admin.rules.edit": "Modificar",
|
||||||
"admin.software.backend": "Backend",
|
"admin.software.backend": "Backend",
|
||||||
"admin.software.frontend": "Interfaz",
|
"admin.software.frontend": "Interfaz",
|
||||||
"admin.statuses.actions.delete_status": "Eliminar publicación",
|
"admin.statuses.actions.delete_status": "Eliminar publicación",
|
||||||
|
@ -144,6 +184,7 @@
|
||||||
"admin.users.actions.promote_to_moderator_message": "@{acct} fue promovido a moderador",
|
"admin.users.actions.promote_to_moderator_message": "@{acct} fue promovido a moderador",
|
||||||
"admin.users.badges_saved_message": "Insignicias personalizadas actualizadas.",
|
"admin.users.badges_saved_message": "Insignicias personalizadas actualizadas.",
|
||||||
"admin.users.remove_donor_message": "@{acct} fue removido como donante",
|
"admin.users.remove_donor_message": "@{acct} fue removido como donante",
|
||||||
|
"admin.users.revoked_name_message": "Nombre revocado.",
|
||||||
"admin.users.set_donor_message": "@{acct} fue establecido como donante",
|
"admin.users.set_donor_message": "@{acct} fue establecido como donante",
|
||||||
"admin.users.user_deactivated_message": "@{acct} fue desactivado",
|
"admin.users.user_deactivated_message": "@{acct} fue desactivado",
|
||||||
"admin.users.user_deleted_message": "@{acct} fue borrado",
|
"admin.users.user_deleted_message": "@{acct} fue borrado",
|
||||||
|
@ -292,11 +333,19 @@
|
||||||
"column.admin.announcements": "Anuncios",
|
"column.admin.announcements": "Anuncios",
|
||||||
"column.admin.awaiting_approval": "En espera de aprobación",
|
"column.admin.awaiting_approval": "En espera de aprobación",
|
||||||
"column.admin.create_announcement": "Crear un anuncio",
|
"column.admin.create_announcement": "Crear un anuncio",
|
||||||
|
"column.admin.create_domain": "Crear un dominio",
|
||||||
|
"column.admin.create_rule": "Crear una regla",
|
||||||
"column.admin.dashboard": "Dashboard",
|
"column.admin.dashboard": "Dashboard",
|
||||||
|
"column.admin.domains": "Dominios",
|
||||||
"column.admin.edit_announcement": "Editar el anuncio",
|
"column.admin.edit_announcement": "Editar el anuncio",
|
||||||
|
"column.admin.edit_domain": "Editar el dominio",
|
||||||
|
"column.admin.edit_rule": "Modificar una regla",
|
||||||
"column.admin.moderation_log": "Registro de moderación",
|
"column.admin.moderation_log": "Registro de moderación",
|
||||||
|
"column.admin.nostr_relays": "Relés",
|
||||||
|
"column.admin.relays": "Relés de instancia",
|
||||||
"column.admin.reports": "Reports",
|
"column.admin.reports": "Reports",
|
||||||
"column.admin.reports.menu.moderation_log": "Registro de moderación",
|
"column.admin.reports.menu.moderation_log": "Registro de moderación",
|
||||||
|
"column.admin.rules": "Reglas de la instancia",
|
||||||
"column.admin.users": "Usuarios",
|
"column.admin.users": "Usuarios",
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.create_error": "Error al crear alias",
|
"column.aliases.create_error": "Error al crear alias",
|
||||||
|
@ -310,7 +359,6 @@
|
||||||
"column.blocks": "Usuarios bloqueados",
|
"column.blocks": "Usuarios bloqueados",
|
||||||
"column.bookmarks": "Marcadores",
|
"column.bookmarks": "Marcadores",
|
||||||
"column.chats": "Mensajes",
|
"column.chats": "Mensajes",
|
||||||
"column.community": "Línea de tiempo local",
|
|
||||||
"column.crypto_donate": "Donar con criptomonedas",
|
"column.crypto_donate": "Donar con criptomonedas",
|
||||||
"column.developers": "Desarrolladores",
|
"column.developers": "Desarrolladores",
|
||||||
"column.developers.service_worker": "Trabajador de servicio",
|
"column.developers.service_worker": "Trabajador de servicio",
|
||||||
|
@ -378,16 +426,17 @@
|
||||||
"column.notifications": "Notificaciones",
|
"column.notifications": "Notificaciones",
|
||||||
"column.pins": "Pinned posts",
|
"column.pins": "Pinned posts",
|
||||||
"column.preferences": "Preferences",
|
"column.preferences": "Preferences",
|
||||||
"column.public": "Calendario de Fediverse",
|
"column.public": "Calendario mundial",
|
||||||
"column.quotes": "Citas de la publicación",
|
"column.quotes": "Citas de la publicación",
|
||||||
"column.reactions": "Reactions",
|
"column.reactions": "Reactions",
|
||||||
"column.reblogs": "Reposts",
|
"column.reblogs": "Reposts",
|
||||||
"column.registration": "Regístrese",
|
"column.registration": "Regístrese",
|
||||||
"column.scheduled_statuses": "Scheduled Posts",
|
"column.scheduled_statuses": "Scheduled Posts",
|
||||||
"column.search": "Search",
|
"column.search": "Descubrir",
|
||||||
"column.settings_store": "Settings store",
|
"column.settings_store": "Settings store",
|
||||||
"column.soapbox_config": "Soapbox config",
|
"column.soapbox_config": "Soapbox config",
|
||||||
"column.test": "Test timeline",
|
"column.test": "Test timeline",
|
||||||
|
"column.zaps": "Zaps",
|
||||||
"column_forbidden.body": "You do not have permission to access this page.",
|
"column_forbidden.body": "You do not have permission to access this page.",
|
||||||
"column_forbidden.title": "Forbidden",
|
"column_forbidden.title": "Forbidden",
|
||||||
"common.cancel": "Cancel",
|
"common.cancel": "Cancel",
|
||||||
|
@ -423,8 +472,8 @@
|
||||||
"compose_event.upload_banner": "Subir banner del evento",
|
"compose_event.upload_banner": "Subir banner del evento",
|
||||||
"compose_form.direct_message_warning": "Este toot solo será enviado a los usuarios mencionados.",
|
"compose_form.direct_message_warning": "Este toot solo será enviado a los usuarios mencionados.",
|
||||||
"compose_form.event_placeholder": "Publicar en este evento",
|
"compose_form.event_placeholder": "Publicar en este evento",
|
||||||
"compose_form.hashtag_warning": "Este toot no se mostrará bajo hashtags porque no es público. Sólo los toots públicos se pueden buscar por hashtag.",
|
"compose_form.hashtag_warning": "Este toot no se mostrará bajo hashtags porque no es público. Sólo los posts públicos se pueden buscar por hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Tu cuenta no está bloqueada. Todos pueden seguirte para ver tus toots solo para seguidores.",
|
"compose_form.lock_disclaimer": "Tu cuenta no está bloqueada. Todos pueden seguirte para ver tus posts solo para seguidores.",
|
||||||
"compose_form.lock_disclaimer.lock": "bloqueado",
|
"compose_form.lock_disclaimer.lock": "bloqueado",
|
||||||
"compose_form.markdown.marked": "Post markdown enabled",
|
"compose_form.markdown.marked": "Post markdown enabled",
|
||||||
"compose_form.markdown.unmarked": "Post markdown disabled",
|
"compose_form.markdown.unmarked": "Post markdown disabled",
|
||||||
|
@ -459,7 +508,13 @@
|
||||||
"confirmations.admin.delete_announcement.confirm": "Borrar",
|
"confirmations.admin.delete_announcement.confirm": "Borrar",
|
||||||
"confirmations.admin.delete_announcement.heading": "Borrar el anuncio",
|
"confirmations.admin.delete_announcement.heading": "Borrar el anuncio",
|
||||||
"confirmations.admin.delete_announcement.message": "¿Seguro que quieres borrar el anuncio?",
|
"confirmations.admin.delete_announcement.message": "¿Seguro que quieres borrar el anuncio?",
|
||||||
|
"confirmations.admin.delete_domain.confirm": "Borrar",
|
||||||
|
"confirmations.admin.delete_domain.heading": "Borrar el dominio",
|
||||||
|
"confirmations.admin.delete_domain.message": "¿Estás seguro de que deseas eliminar el dominio?",
|
||||||
"confirmations.admin.delete_local_user.checkbox": "I understand that I am about to delete a local user.",
|
"confirmations.admin.delete_local_user.checkbox": "I understand that I am about to delete a local user.",
|
||||||
|
"confirmations.admin.delete_rule.confirm": "Borrar",
|
||||||
|
"confirmations.admin.delete_rule.heading": "Borrar la regla",
|
||||||
|
"confirmations.admin.delete_rule.message": "¿Estás seguro de que quieres eliminar la regla?",
|
||||||
"confirmations.admin.delete_status.confirm": "Delete post",
|
"confirmations.admin.delete_status.confirm": "Delete post",
|
||||||
"confirmations.admin.delete_status.heading": "Delete post",
|
"confirmations.admin.delete_status.heading": "Delete post",
|
||||||
"confirmations.admin.delete_status.message": "You are about to delete a post by @{acct}. This action cannot be undone.",
|
"confirmations.admin.delete_status.message": "You are about to delete a post by @{acct}. This action cannot be undone.",
|
||||||
|
@ -590,6 +645,11 @@
|
||||||
"edit_federation.save": "Save",
|
"edit_federation.save": "Save",
|
||||||
"edit_federation.success": "{host} federation was updated",
|
"edit_federation.success": "{host} federation was updated",
|
||||||
"edit_federation.unlisted": "Force posts unlisted",
|
"edit_federation.unlisted": "Force posts unlisted",
|
||||||
|
"edit_identity.names_title": "Nombres",
|
||||||
|
"edit_identity.pending_names_title": "Nombres solicitados",
|
||||||
|
"edit_identity.reason_placeholder": "¿Por qué quieres formar parte de la comunidad {siteTitle}?",
|
||||||
|
"edit_identity.request": "Solicitar",
|
||||||
|
"edit_identity.requested": "Nombre solicitado",
|
||||||
"edit_password.header": "Change Password",
|
"edit_password.header": "Change Password",
|
||||||
"edit_profile.error": "Profile update failed",
|
"edit_profile.error": "Profile update failed",
|
||||||
"edit_profile.fields.accepts_email_list_label": "Subscribe to newsletter",
|
"edit_profile.fields.accepts_email_list_label": "Subscribe to newsletter",
|
||||||
|
@ -605,11 +665,14 @@
|
||||||
"edit_profile.fields.location_label": "Location",
|
"edit_profile.fields.location_label": "Location",
|
||||||
"edit_profile.fields.location_placeholder": "Location",
|
"edit_profile.fields.location_placeholder": "Location",
|
||||||
"edit_profile.fields.locked_label": "Lock account",
|
"edit_profile.fields.locked_label": "Lock account",
|
||||||
|
"edit_profile.fields.lud16_label": "Direcciones Lightning",
|
||||||
|
"edit_profile.fields.lud16_placeholder": "user@example.com",
|
||||||
"edit_profile.fields.meta_fields.content_placeholder": "Content",
|
"edit_profile.fields.meta_fields.content_placeholder": "Content",
|
||||||
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
||||||
"edit_profile.fields.meta_fields_label": "Profile fields",
|
"edit_profile.fields.meta_fields_label": "Profile fields",
|
||||||
"edit_profile.fields.nip05_label": "Nombre de usuario",
|
"edit_profile.fields.nip05_label": "Nombre de usuario",
|
||||||
"edit_profile.fields.nip05_placeholder": "user@{domain}",
|
"edit_profile.fields.nip05_placeholder": "user@{domain}",
|
||||||
|
"edit_profile.fields.nip05_unverified": "El nombre no se pudo verificar y no se utilizará.",
|
||||||
"edit_profile.fields.stranger_notifications_label": "Block notifications from strangers",
|
"edit_profile.fields.stranger_notifications_label": "Block notifications from strangers",
|
||||||
"edit_profile.fields.website_label": "Website",
|
"edit_profile.fields.website_label": "Website",
|
||||||
"edit_profile.fields.website_placeholder": "Display a Link",
|
"edit_profile.fields.website_placeholder": "Display a Link",
|
||||||
|
@ -651,20 +714,24 @@
|
||||||
"emoji_button.travel": "Viajes y lugares",
|
"emoji_button.travel": "Viajes y lugares",
|
||||||
"empty_column.account_blocked": "You are blocked by @{accountUsername}.",
|
"empty_column.account_blocked": "You are blocked by @{accountUsername}.",
|
||||||
"empty_column.account_favourited_statuses": "This user doesn't have any liked posts yet.",
|
"empty_column.account_favourited_statuses": "This user doesn't have any liked posts yet.",
|
||||||
"empty_column.account_timeline": "¡No hay toots aquí!",
|
"empty_column.account_timeline": "¡No hay posts aquí!",
|
||||||
"empty_column.account_unavailable": "Perfil no disponible",
|
"empty_column.account_unavailable": "Perfil no disponible",
|
||||||
"empty_column.admin.announcements": "Todavía no hay anuncios.",
|
"empty_column.admin.announcements": "Todavía no hay anuncios.",
|
||||||
|
"empty_column.admin.domains": "Aún no hay dominios.",
|
||||||
|
"empty_column.admin.relays": "Todavía no hay relés.",
|
||||||
|
"empty_column.admin.rules": "Aún no existen reglas para la instancia.",
|
||||||
"empty_column.aliases": "You haven't created any account alias yet.",
|
"empty_column.aliases": "You haven't created any account alias yet.",
|
||||||
"empty_column.aliases.suggestions": "There are no account suggestions available for the provided term.",
|
"empty_column.aliases.suggestions": "There are no account suggestions available for the provided term.",
|
||||||
"empty_column.blocks": "Aún no has bloqueado a ningún usuario.",
|
"empty_column.blocks": "Aún no has bloqueado a ningún usuario.",
|
||||||
"empty_column.bookmarks": "You don't have any bookmarks yet. When you add one, it will show up here.",
|
"empty_column.bookmarks": "You don't have any bookmarks yet. When you add one, it will show up here.",
|
||||||
|
"empty_column.bookmarks.folder": "Aún no tienes ningún marcador en esta carpeta. Cuando agregue uno, aparecerá aquí.",
|
||||||
"empty_column.community": "La línea de tiempo local está vacía. ¡Escribe algo para empezar la fiesta!",
|
"empty_column.community": "La línea de tiempo local está vacía. ¡Escribe algo para empezar la fiesta!",
|
||||||
"empty_column.direct": "Aún no tienes ningún mensaje directo. Cuando envíes o recibas uno, se mostrará aquí.",
|
"empty_column.direct": "Aún no tienes ningún mensaje directo. Cuando envíes o recibas uno, se mostrará aquí.",
|
||||||
"empty_column.dislikes": "A nadie le ha disgustado este post todavía. Cuando alguien lo haga, aparecerá aquí.",
|
"empty_column.dislikes": "A nadie le ha disgustado este post todavía. Cuando alguien lo haga, aparecerá aquí.",
|
||||||
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
||||||
"empty_column.event_participant_requests": "No hay solicitudes de participación pendientes.",
|
"empty_column.event_participant_requests": "No hay solicitudes de participación pendientes.",
|
||||||
"empty_column.event_participants": "Nadie se ha unido a este evento aún. Si alguien lo hace, aparecerá acá.",
|
"empty_column.event_participants": "Nadie se ha unido a este evento aún. Si alguien lo hace, aparecerá acá.",
|
||||||
"empty_column.favourited_statuses": "Aún no tienes toots preferidos. Cuando marques uno como favorito, aparecerá aquí.",
|
"empty_column.favourited_statuses": "Aún no tienes posts preferidos. Cuando marques uno como favorito, aparecerá aquí.",
|
||||||
"empty_column.favourites": "Nadie ha marcado este toot como preferido. Cuando alguien lo haga, aparecerá aquí.",
|
"empty_column.favourites": "Nadie ha marcado este toot como preferido. Cuando alguien lo haga, aparecerá aquí.",
|
||||||
"empty_column.filters": "You haven't created any muted words yet.",
|
"empty_column.filters": "You haven't created any muted words yet.",
|
||||||
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
||||||
|
@ -870,7 +937,7 @@
|
||||||
"hashtag.follow": "Siga el hashtag",
|
"hashtag.follow": "Siga el hashtag",
|
||||||
"header.login.label": "Log in",
|
"header.login.label": "Log in",
|
||||||
"header.register.label": "Register",
|
"header.register.label": "Register",
|
||||||
"home.column_settings.show_reblogs": "Mostrar retoots",
|
"home.column_settings.show_reblogs": "Mostrar reposts",
|
||||||
"home.column_settings.show_replies": "Mostrar respuestas",
|
"home.column_settings.show_replies": "Mostrar respuestas",
|
||||||
"icon_button.icons": "Icons",
|
"icon_button.icons": "Icons",
|
||||||
"icon_button.label": "Select icon",
|
"icon_button.label": "Select icon",
|
||||||
|
@ -916,7 +983,7 @@
|
||||||
"keyboard_shortcuts.my_profile": "abrir tu perfil",
|
"keyboard_shortcuts.my_profile": "abrir tu perfil",
|
||||||
"keyboard_shortcuts.notifications": "abrir la columna de notificaciones",
|
"keyboard_shortcuts.notifications": "abrir la columna de notificaciones",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "abrir la lista de toots destacados",
|
"keyboard_shortcuts.pinned": "abrir la lista de posts destacados",
|
||||||
"keyboard_shortcuts.profile": "abrir el perfil del autor",
|
"keyboard_shortcuts.profile": "abrir el perfil del autor",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "para responder",
|
"keyboard_shortcuts.reply": "para responder",
|
||||||
|
@ -1050,7 +1117,7 @@
|
||||||
"navigation.direct_messages": "Messages",
|
"navigation.direct_messages": "Messages",
|
||||||
"navigation.home": "Home",
|
"navigation.home": "Home",
|
||||||
"navigation.notifications": "Notifications",
|
"navigation.notifications": "Notifications",
|
||||||
"navigation.search": "Search",
|
"navigation.search": "Descubrir",
|
||||||
"navigation_bar.account_aliases": "Account aliases",
|
"navigation_bar.account_aliases": "Account aliases",
|
||||||
"navigation_bar.account_migration": "Move account",
|
"navigation_bar.account_migration": "Move account",
|
||||||
"navigation_bar.blocks": "Usuarios bloqueados",
|
"navigation_bar.blocks": "Usuarios bloqueados",
|
||||||
|
@ -1088,12 +1155,23 @@
|
||||||
"new_group_panel.title": "Crear un Grupo",
|
"new_group_panel.title": "Crear un Grupo",
|
||||||
"nostr_extension.found": "<link>Iniciar sesión</link> con la extensión del navegador.",
|
"nostr_extension.found": "<link>Iniciar sesión</link> con la extensión del navegador.",
|
||||||
"nostr_extension.not_found": "No se ha encontrado la extensión del navegador.",
|
"nostr_extension.not_found": "No se ha encontrado la extensión del navegador.",
|
||||||
|
"nostr_panel.message": "Conéctese con cualquier cliente de Nostr.",
|
||||||
|
"nostr_panel.title": "Relés de Nostr",
|
||||||
|
"nostr_relays.read_only": "Solo lectura",
|
||||||
|
"nostr_relays.read_write": "Lectura y escritura",
|
||||||
|
"nostr_relays.title": "Relés",
|
||||||
|
"nostr_relays.write_only": "Solo escritura",
|
||||||
|
"nostr_signup.has_key": "Ya tengo la clave",
|
||||||
|
"nostr_signup.key-add.key_button": "Añadir una clave",
|
||||||
"nostr_signup.key-add.title": "Importar clave",
|
"nostr_signup.key-add.title": "Importar clave",
|
||||||
"nostr_signup.key.title": "Necesita una clave para continuar",
|
"nostr_signup.key.title": "Necesita una clave para continuar",
|
||||||
|
"nostr_signup.key_generate": "Generar una clave",
|
||||||
"nostr_signup.keygen.title": "Su nueva clave",
|
"nostr_signup.keygen.title": "Su nueva clave",
|
||||||
"nostr_signup.siwe.action": "Inicie sesión con la extensión",
|
"nostr_signup.siwe.action": "Inicie sesión con la extensión",
|
||||||
"nostr_signup.siwe.alt": "Iniciar sesión con la clave",
|
"nostr_signup.siwe.alt": "Iniciar sesión con la clave",
|
||||||
"nostr_signup.siwe.title": "Iniciar sesión",
|
"nostr_signup.siwe.title": "Iniciar sesión",
|
||||||
|
"notification.ditto:name_grant": "Se te concedió el nombre {acct}",
|
||||||
|
"notification.ditto:zap": "{name} te ha nombrado {amount} del sats",
|
||||||
"notification.favourite": "{name} marcó tu estado como favorito",
|
"notification.favourite": "{name} marcó tu estado como favorito",
|
||||||
"notification.follow": "{name} te empezó a seguir",
|
"notification.follow": "{name} te empezó a seguir",
|
||||||
"notification.follow_request": "{name} has requested to follow you",
|
"notification.follow_request": "{name} has requested to follow you",
|
||||||
|
@ -1103,7 +1181,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count, plural, one {# otro} other {# otros}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.pleroma:event_reminder": "Un evento en el que participas empezará pronto",
|
"notification.pleroma:event_reminder": "Un evento en el que participas empezará pronto",
|
||||||
|
@ -1111,8 +1188,10 @@
|
||||||
"notification.pleroma:participation_request": "{name} quiere unirse a tu evento",
|
"notification.pleroma:participation_request": "{name} quiere unirse a tu evento",
|
||||||
"notification.poll": "Una encuesta en la que has votado ha terminado",
|
"notification.poll": "Una encuesta en la que has votado ha terminado",
|
||||||
"notification.reblog": "{name} ha retooteado tu estado",
|
"notification.reblog": "{name} ha retooteado tu estado",
|
||||||
|
"notification.set_name": "Establecer nombre a {name}",
|
||||||
"notification.status": "{name} just posted",
|
"notification.status": "{name} just posted",
|
||||||
"notification.update": "{name} edited a post you interacted with",
|
"notification.update": "{name} edited a post you interacted with",
|
||||||
|
"notification.update_name_success": "Nombre actualizado correctamente",
|
||||||
"notification.user_approved": "Welcome to {instance}!",
|
"notification.user_approved": "Welcome to {instance}!",
|
||||||
"notifications.filter.all": "Todos",
|
"notifications.filter.all": "Todos",
|
||||||
"notifications.filter.boosts": "Retoots",
|
"notifications.filter.boosts": "Retoots",
|
||||||
|
@ -1136,12 +1215,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1298,6 +1371,7 @@
|
||||||
"report.other_actions.add_more": "Añadir más",
|
"report.other_actions.add_more": "Añadir más",
|
||||||
"report.other_actions.further_actions": "Otras acciones:",
|
"report.other_actions.further_actions": "Otras acciones:",
|
||||||
"report.other_actions.hide_additional": "Ocultar otros estados",
|
"report.other_actions.hide_additional": "Ocultar otros estados",
|
||||||
|
"report.other_actions.other_statuses": "¿Incluir otros estados?",
|
||||||
"report.placeholder": "Comentarios adicionales",
|
"report.placeholder": "Comentarios adicionales",
|
||||||
"report.previous": "Previous",
|
"report.previous": "Previous",
|
||||||
"report.reason.blankslate": "You have removed all statuses from being selected.",
|
"report.reason.blankslate": "You have removed all statuses from being selected.",
|
||||||
|
@ -1349,6 +1423,7 @@
|
||||||
"settings.change_password": "Change Password",
|
"settings.change_password": "Change Password",
|
||||||
"settings.configure_mfa": "Configure MFA",
|
"settings.configure_mfa": "Configure MFA",
|
||||||
"settings.delete_account": "Delete Account",
|
"settings.delete_account": "Delete Account",
|
||||||
|
"settings.edit_identity": "Identidad",
|
||||||
"settings.edit_profile": "Edit Profile",
|
"settings.edit_profile": "Edit Profile",
|
||||||
"settings.messages.label": "Permitir a usuarios empezar una nueva conversación contigo",
|
"settings.messages.label": "Permitir a usuarios empezar una nueva conversación contigo",
|
||||||
"settings.mutes": "Silenciados",
|
"settings.mutes": "Silenciados",
|
||||||
|
@ -1419,6 +1494,8 @@
|
||||||
"status.approval.rejected": "Rechazado",
|
"status.approval.rejected": "Rechazado",
|
||||||
"status.bookmark": "Bookmark",
|
"status.bookmark": "Bookmark",
|
||||||
"status.bookmark.select_folder": "Seleccione la carpeta",
|
"status.bookmark.select_folder": "Seleccione la carpeta",
|
||||||
|
"status.bookmark_folder": "Establecer carpeta de favoritos",
|
||||||
|
"status.bookmark_folder_change": "Cambiar carpeta de favoritos",
|
||||||
"status.bookmark_folder_changed": "Carpeta cambiada",
|
"status.bookmark_folder_changed": "Carpeta cambiada",
|
||||||
"status.bookmarked": "Bookmark added.",
|
"status.bookmarked": "Bookmark added.",
|
||||||
"status.cancel_reblog_private": "Des-impulsar",
|
"status.cancel_reblog_private": "Des-impulsar",
|
||||||
|
@ -1431,6 +1508,7 @@
|
||||||
"status.disabled_replies.group_membership": "Sólo los miembros del grupo pueden responder",
|
"status.disabled_replies.group_membership": "Sólo los miembros del grupo pueden responder",
|
||||||
"status.disfavourite": "Disgusto",
|
"status.disfavourite": "Disgusto",
|
||||||
"status.edit": "Edit",
|
"status.edit": "Edit",
|
||||||
|
"status.edited": "Modificado {date}",
|
||||||
"status.embed": "Incrustado",
|
"status.embed": "Incrustado",
|
||||||
"status.external": "View post on {domain}",
|
"status.external": "View post on {domain}",
|
||||||
"status.favourite": "Favorito",
|
"status.favourite": "Favorito",
|
||||||
|
@ -1441,6 +1519,7 @@
|
||||||
"status.interactions.favourites": "{count, plural, one {Like} other {Likes}}",
|
"status.interactions.favourites": "{count, plural, one {Like} other {Likes}}",
|
||||||
"status.interactions.quotes": "{count, plural, one {Cita} other {Citas}}",
|
"status.interactions.quotes": "{count, plural, one {Cita} other {Citas}}",
|
||||||
"status.interactions.reblogs": "{count, plural, one {Repost} other {Reposts}}",
|
"status.interactions.reblogs": "{count, plural, one {Repost} other {Reposts}}",
|
||||||
|
"status.interactions.zaps": "{count, plural, one {Zap} other {Zaps}}",
|
||||||
"status.load_more": "Cargar más",
|
"status.load_more": "Cargar más",
|
||||||
"status.mention": "Mencionar",
|
"status.mention": "Mencionar",
|
||||||
"status.more": "Más",
|
"status.more": "Más",
|
||||||
|
@ -1449,8 +1528,9 @@
|
||||||
"status.pin": "Fijar",
|
"status.pin": "Fijar",
|
||||||
"status.pin_to_group": "Vincular al grupo",
|
"status.pin_to_group": "Vincular al grupo",
|
||||||
"status.pin_to_group.success": "¡Vinculado al grupo!",
|
"status.pin_to_group.success": "¡Vinculado al grupo!",
|
||||||
"status.pinned": "Toot fijado",
|
"status.pinned": "Post fijado",
|
||||||
"status.quote": "Quote post",
|
"status.quote": "Quote post",
|
||||||
|
"status.quote_tombstone": "La publicación no está disponible.",
|
||||||
"status.reactions.cry": "Sad",
|
"status.reactions.cry": "Sad",
|
||||||
"status.reactions.empty": "No one has reacted to this post yet. When someone does, they will show up here.",
|
"status.reactions.empty": "No one has reacted to this post yet. When someone does, they will show up here.",
|
||||||
"status.reactions.heart": "Love",
|
"status.reactions.heart": "Love",
|
||||||
|
@ -1468,6 +1548,7 @@
|
||||||
"status.remove_account_from_group": "Remove account from group",
|
"status.remove_account_from_group": "Remove account from group",
|
||||||
"status.remove_post_from_group": "Remove post from group",
|
"status.remove_post_from_group": "Remove post from group",
|
||||||
"status.reply": "Responder",
|
"status.reply": "Responder",
|
||||||
|
"status.reply_all": "Responder al hilo",
|
||||||
"status.report": "Reportar",
|
"status.report": "Reportar",
|
||||||
"status.sensitive_warning": "Contenido sensible",
|
"status.sensitive_warning": "Contenido sensible",
|
||||||
"status.sensitive_warning.subtitle": "This content may not be suitable for all audiences.",
|
"status.sensitive_warning.subtitle": "This content may not be suitable for all audiences.",
|
||||||
|
@ -1486,6 +1567,7 @@
|
||||||
"status.unpin": "Dejar de fijar",
|
"status.unpin": "Dejar de fijar",
|
||||||
"status.unpin_to_group": "Desvincular del grupo",
|
"status.unpin_to_group": "Desvincular del grupo",
|
||||||
"status.zap": "Zap",
|
"status.zap": "Zap",
|
||||||
|
"status.zaps.empty": "Nadie visitó este post todavía. Cuando alguien lo haga, aparecerá aquí.",
|
||||||
"status_list.queue_label": "Click to see {count} new {count, plural, one {post} other {posts}}",
|
"status_list.queue_label": "Click to see {count} new {count, plural, one {post} other {posts}}",
|
||||||
"statuses.quote_tombstone": "Post is unavailable.",
|
"statuses.quote_tombstone": "Post is unavailable.",
|
||||||
"statuses.tombstone": "One or more posts are unavailable.",
|
"statuses.tombstone": "One or more posts are unavailable.",
|
||||||
|
@ -1502,19 +1584,29 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
"tabs_bar.global": "Mundial",
|
||||||
"tabs_bar.groups": "Grupos",
|
"tabs_bar.groups": "Grupos",
|
||||||
"tabs_bar.home": "Inicio",
|
"tabs_bar.home": "Inicio",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notificaciones",
|
"tabs_bar.notifications": "Notificaciones",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
"tabs_bar.search": "Buscar",
|
"tabs_bar.search": "Descubrir",
|
||||||
"tabs_bar.settings": "Settings",
|
"tabs_bar.settings": "Settings",
|
||||||
"textarea.counter.label": "{count} caracteres restantes",
|
"textarea.counter.label": "{count} caracteres restantes",
|
||||||
|
"theme_editor.colors.accent": "Acento",
|
||||||
|
"theme_editor.colors.accent_blue": "Resaltar en azul",
|
||||||
|
"theme_editor.colors.danger": "Peligro",
|
||||||
|
"theme_editor.colors.gradient_end": "Fin del degradado",
|
||||||
|
"theme_editor.colors.gradient_start": "Inicio del gradiente",
|
||||||
|
"theme_editor.colors.gray": "Gris",
|
||||||
|
"theme_editor.colors.greentext": "Texto verde",
|
||||||
|
"theme_editor.colors.primary": "Primario",
|
||||||
|
"theme_editor.colors.secondary": "Secundario",
|
||||||
|
"theme_editor.colors.success": "Exitoso",
|
||||||
"theme_editor.export": "Exportar tema",
|
"theme_editor.export": "Exportar tema",
|
||||||
"theme_editor.import": "Importar tema",
|
"theme_editor.import": "Importar tema",
|
||||||
"theme_editor.import_success": "¡Tema importado con éxito!",
|
"theme_editor.import_success": "¡Tema importado con éxito!",
|
||||||
|
"theme_editor.reset": "Restablecer",
|
||||||
"theme_editor.restore": "Restaurar tema por defecto",
|
"theme_editor.restore": "Restaurar tema por defecto",
|
||||||
"theme_editor.save": "Guardar tema",
|
"theme_editor.save": "Guardar tema",
|
||||||
"theme_editor.saved": "¡Se actualizó el tema!",
|
"theme_editor.saved": "¡Se actualizó el tema!",
|
||||||
|
@ -1534,24 +1626,31 @@
|
||||||
"toast.view": "Ver",
|
"toast.view": "Ver",
|
||||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {persona} other {personas}} hablando",
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {persona} other {personas}} hablando",
|
||||||
"trends.title": "Trends",
|
"trends.title": "Trends",
|
||||||
|
"trends_panel.view_all": "Ver todo",
|
||||||
"unauthorized_modal.text": "You need to be logged in to do that.",
|
"unauthorized_modal.text": "You need to be logged in to do that.",
|
||||||
"unauthorized_modal.title": "Sign up for {site_title}",
|
"unauthorized_modal.title": "Sign up for {site_title}",
|
||||||
"upload_button.label": "Subir multimedia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_button.label": "Subir multimedia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||||
"upload_error.image_size_limit": "Image exceeds the current file size limit ({limit})",
|
"upload_error.image_size_limit": "La imagen supera el límite de ({limit})",
|
||||||
"upload_error.limit": "Límite de subida de archivos excedido.",
|
"upload_error.limit": "Límite de subida de archivos excedido.",
|
||||||
"upload_error.poll": "Subida de archivos no permitida con encuestas.",
|
"upload_error.poll": "Subida de archivos no permitida con encuestas.",
|
||||||
"upload_error.video_duration_limit": "El vídeo supera el límite de duración actual ({limit, plural, un {# segundo} other {# segundos}})",
|
"upload_error.video_duration_limit": "El vídeo supera el límite de duración actual ({limit, plural, un {# segundo} other {# segundos}})",
|
||||||
"upload_error.video_size_limit": "Video exceeds the current file size limit ({limit})",
|
"upload_error.video_size_limit": "El vídeo supera el límite de ({limit})",
|
||||||
"upload_form.description": "Describir para los usuarios con dificultad visual",
|
"upload_form.description": "Describir para los usuarios con dificultad visual",
|
||||||
"upload_form.preview": "Preview",
|
"upload_form.description_missing.indicator": "Alt",
|
||||||
|
"upload_form.description_missing.title": "Este adjunto no tiene descripción",
|
||||||
|
"upload_form.preview": "Avance",
|
||||||
"upload_form.undo": "Borrar",
|
"upload_form.undo": "Borrar",
|
||||||
"upload_progress.label": "Subiendo…",
|
"upload_progress.label": "Subiendo…",
|
||||||
"video.download": "Download file",
|
"video.download": "Descargar archivos",
|
||||||
"video.exit_fullscreen": "Salir de pantalla completa",
|
"video.exit_fullscreen": "Salir de pantalla completa",
|
||||||
"video.fullscreen": "Pantalla completa",
|
"video.fullscreen": "Pantalla completa",
|
||||||
"video.mute": "Silenciar sonido",
|
"video.mute": "Silenciar sonido",
|
||||||
"video.pause": "Pausar",
|
"video.pause": "Pausar",
|
||||||
"video.play": "Reproducir",
|
"video.play": "Reproducir",
|
||||||
"video.unmute": "Dejar de silenciar sonido",
|
"video.unmute": "Dejar de silenciar sonido",
|
||||||
"who_to_follow.title": "Who To Follow"
|
"who_to_follow.title": "Personas a seguir",
|
||||||
|
"zap.button.text.raw": "Zap {amount} sats",
|
||||||
|
"zap.comment_input.placeholder": "Comentario opcional",
|
||||||
|
"zap.open_wallet": "Abrir Wallet",
|
||||||
|
"zap.send_to": "Enviar zaps a {target}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Blokeeritud kasutajad",
|
"column.blocks": "Blokeeritud kasutajad",
|
||||||
"column.community": "Kohalik ajajoon",
|
|
||||||
"column.direct": "Otsesõnumid",
|
"column.direct": "Otsesõnumid",
|
||||||
"column.domain_blocks": "Peidetud domeenid",
|
"column.domain_blocks": "Peidetud domeenid",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -270,7 +269,6 @@
|
||||||
"notifications.filter.polls": "Küsitluse tulemused",
|
"notifications.filter.polls": "Küsitluse tulemused",
|
||||||
"notifications.group": "{count} teated",
|
"notifications.group": "{count} teated",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -387,9 +385,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Kodu",
|
"tabs_bar.home": "Kodu",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Teated",
|
"tabs_bar.notifications": "Teated",
|
||||||
"tabs_bar.search": "Otsi",
|
"tabs_bar.search": "Otsi",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"account.mention": "Aipatu",
|
"account.mention": "Aipatu",
|
||||||
"account.mute": "Mututu @{name}",
|
"account.mute": "Mututu @{name}",
|
||||||
"account.posts": "Tootak",
|
"account.posts": "Tootak",
|
||||||
"account.posts_with_replies": "Toot-ak eta erantzunak",
|
"account.posts_with_replies": "Post-ak eta erantzunak",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
"account.report": "Salatu @{name}",
|
"account.report": "Salatu @{name}",
|
||||||
"account.requested": "Onarpenaren zain. Klikatu jarraitzeko eskaera ezeztatzeko",
|
"account.requested": "Onarpenaren zain. Klikatu jarraitzeko eskaera ezeztatzeko",
|
||||||
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Blokeatutako erabiltzaileak",
|
"column.blocks": "Blokeatutako erabiltzaileak",
|
||||||
"column.community": "Denbora-lerro lokala",
|
|
||||||
"column.direct": "Mezu zuzenak",
|
"column.direct": "Mezu zuzenak",
|
||||||
"column.domain_blocks": "Ezkutatutako domeinuak",
|
"column.domain_blocks": "Ezkutatutako domeinuak",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -83,8 +82,8 @@
|
||||||
"column.notifications": "Jakinarazpenak",
|
"column.notifications": "Jakinarazpenak",
|
||||||
"column.public": "Federatutako denbora-lerroa",
|
"column.public": "Federatutako denbora-lerroa",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "Toot hau aipatutako erabiltzaileei besterik ez zaie bidaliko.",
|
"compose_form.direct_message_warning": "Post hau aipatutako erabiltzaileei besterik ez zaie bidaliko.",
|
||||||
"compose_form.hashtag_warning": "Toot hau ez da traoletan agertuko zerrendatu gabekoa baita. Traoletan toot publikoak besterik ez dira agertzen.",
|
"compose_form.hashtag_warning": "Post hau ez da traoletan agertuko zerrendatu gabekoa baita. Traoletan post publikoak besterik ez dira agertzen.",
|
||||||
"compose_form.lock_disclaimer": "Zure kontua ez dago {locked}. Edonork jarraitu zaitzake zure jarraitzaileentzako soilik diren mezuak ikusteko.",
|
"compose_form.lock_disclaimer": "Zure kontua ez dago {locked}. Edonork jarraitu zaitzake zure jarraitzaileentzako soilik diren mezuak ikusteko.",
|
||||||
"compose_form.lock_disclaimer.lock": "giltzapetuta",
|
"compose_form.lock_disclaimer.lock": "giltzapetuta",
|
||||||
"compose_form.message": "Message",
|
"compose_form.message": "Message",
|
||||||
|
@ -151,7 +150,7 @@
|
||||||
"emoji_button.search_results": "Bilaketaren emaitzak",
|
"emoji_button.search_results": "Bilaketaren emaitzak",
|
||||||
"emoji_button.symbols": "Sinboloak",
|
"emoji_button.symbols": "Sinboloak",
|
||||||
"emoji_button.travel": "Bidaiak eta tokiak",
|
"emoji_button.travel": "Bidaiak eta tokiak",
|
||||||
"empty_column.account_timeline": "Ez dago toot-ik hemen!",
|
"empty_column.account_timeline": "Ez dago post-ik hemen!",
|
||||||
"empty_column.account_unavailable": "Profila ez dago eskuragarri",
|
"empty_column.account_unavailable": "Profila ez dago eskuragarri",
|
||||||
"empty_column.blocks": "Ez duzu erabiltzailerik blokeatu oraindik.",
|
"empty_column.blocks": "Ez duzu erabiltzailerik blokeatu oraindik.",
|
||||||
"empty_column.community": "Denbora-lerro lokala hutsik dago. Idatzi zerbait publikoki pilota biraka jartzeko!",
|
"empty_column.community": "Denbora-lerro lokala hutsik dago. Idatzi zerbait publikoki pilota biraka jartzeko!",
|
||||||
|
@ -270,7 +269,6 @@
|
||||||
"notifications.filter.polls": "Inkestaren emaitza",
|
"notifications.filter.polls": "Inkestaren emaitza",
|
||||||
"notifications.group": "{count} jakinarazpen",
|
"notifications.group": "{count} jakinarazpen",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -325,7 +323,7 @@
|
||||||
"search.placeholder": "Bilatu",
|
"search.placeholder": "Bilatu",
|
||||||
"search_results.accounts": "Jendea",
|
"search_results.accounts": "Jendea",
|
||||||
"search_results.hashtags": "Traolak",
|
"search_results.hashtags": "Traolak",
|
||||||
"search_results.statuses": "Toot-ak",
|
"search_results.statuses": "Post-ak",
|
||||||
"security.fields.email.label": "Email address",
|
"security.fields.email.label": "Email address",
|
||||||
"security.fields.password.label": "Password",
|
"security.fields.password.label": "Password",
|
||||||
"security.headers.delete": "Delete Account",
|
"security.headers.delete": "Delete Account",
|
||||||
|
@ -387,9 +385,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Hasiera",
|
"tabs_bar.home": "Hasiera",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Jakinarazpenak",
|
"tabs_bar.notifications": "Jakinarazpenak",
|
||||||
"tabs_bar.search": "Bilatu",
|
"tabs_bar.search": "Bilatu",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"account.follows.empty": "این کاربر هنوز هیچ کسی را پی نمیگیرد.",
|
"account.follows.empty": "این کاربر هنوز هیچ کسی را پی نمیگیرد.",
|
||||||
"account.follows_you": "پیگیر شماست",
|
"account.follows_you": "پیگیر شماست",
|
||||||
"account.header.alt": "هدر نمایه",
|
"account.header.alt": "هدر نمایه",
|
||||||
"account.hide_reblogs": "پنهان کردن بازبوقهای @{name}",
|
"account.hide_reblogs": "پنهان کردن بازپستهای @{name}",
|
||||||
"account.last_status": "آخرین فعالیت",
|
"account.last_status": "آخرین فعالیت",
|
||||||
"account.link_verified_on": "مالکیت این نشانی در تاریخ {date} بررسی شد",
|
"account.link_verified_on": "مالکیت این نشانی در تاریخ {date} بررسی شد",
|
||||||
"account.locked_info": "این حساب خصوصی است. صاحب این حساب تصمیم میگیرد که چه کسی میتواند پیگیرش باشد.",
|
"account.locked_info": "این حساب خصوصی است. صاحب این حساب تصمیم میگیرد که چه کسی میتواند پیگیرش باشد.",
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
"account.mute": "بیصدا کردن @{name}",
|
"account.mute": "بیصدا کردن @{name}",
|
||||||
"account.muted": "Muted",
|
"account.muted": "Muted",
|
||||||
"account.never_active": "Never",
|
"account.never_active": "Never",
|
||||||
"account.posts": "نوشتهها",
|
"account.posts": "پستها",
|
||||||
"account.posts_with_replies": "نوشتهها و پاسخها",
|
"account.posts_with_replies": "پستها و پاسخها",
|
||||||
"account.profile": "Profile",
|
"account.profile": "Profile",
|
||||||
"account.profile_external": "View profile on {domain}",
|
"account.profile_external": "View profile on {domain}",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
|
@ -49,9 +49,9 @@
|
||||||
"account.requested_small": "Awaiting approval",
|
"account.requested_small": "Awaiting approval",
|
||||||
"account.rss_feed": "مشترک شدن در خوراک RSS",
|
"account.rss_feed": "مشترک شدن در خوراک RSS",
|
||||||
"account.search": "Search from @{name}",
|
"account.search": "Search from @{name}",
|
||||||
"account.search_self": "Search your posts",
|
"account.search_self": "جستوجوی پستهای خود",
|
||||||
"account.share": "همرسانی نمایهٔ @{name}",
|
"account.share": "همرسانی نمایهٔ @{name}",
|
||||||
"account.show_reblogs": "نشاندادن بازبوقهای @{name}",
|
"account.show_reblogs": "نشاندادن بازپستهای @{name}",
|
||||||
"account.subscribe": "Subscribe to notifications from @{name}",
|
"account.subscribe": "Subscribe to notifications from @{name}",
|
||||||
"account.subscribe.failure": "An error occurred trying to subscribe to this account.",
|
"account.subscribe.failure": "An error occurred trying to subscribe to this account.",
|
||||||
"account.subscribe.success": "You have subscribed to this account.",
|
"account.subscribe.success": "You have subscribed to this account.",
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
"account_moderation_modal.roles.moderator": "Moderator",
|
"account_moderation_modal.roles.moderator": "Moderator",
|
||||||
"account_moderation_modal.roles.user": "User",
|
"account_moderation_modal.roles.user": "User",
|
||||||
"account_moderation_modal.title": "Moderate @{acct}",
|
"account_moderation_modal.title": "Moderate @{acct}",
|
||||||
|
"account_note.header": "یادداشت",
|
||||||
"account_note.placeholder": "Click to add a note",
|
"account_note.placeholder": "Click to add a note",
|
||||||
"account_search.placeholder": "Search for an account",
|
"account_search.placeholder": "Search for an account",
|
||||||
"admin.announcements.action": "ایجاد اعلامیه",
|
"admin.announcements.action": "ایجاد اعلامیه",
|
||||||
|
@ -98,21 +99,31 @@
|
||||||
"admin.dashcounters.domain_count_label": "peers",
|
"admin.dashcounters.domain_count_label": "peers",
|
||||||
"admin.dashcounters.mau_label": "monthly active users",
|
"admin.dashcounters.mau_label": "monthly active users",
|
||||||
"admin.dashcounters.retention_label": "user retention",
|
"admin.dashcounters.retention_label": "user retention",
|
||||||
"admin.dashcounters.status_count_label": "posts",
|
"admin.dashcounters.status_count_label": "پستها",
|
||||||
"admin.dashcounters.user_count_label": "total users",
|
"admin.dashcounters.user_count_label": "total users",
|
||||||
"admin.dashwidgets.email_list_header": "Email list",
|
"admin.dashwidgets.email_list_header": "Email list",
|
||||||
"admin.dashwidgets.software_header": "Software",
|
"admin.dashwidgets.software_header": "Software",
|
||||||
|
"admin.domains.action": "ایجاد دامنه",
|
||||||
|
"admin.domains.delete": "حذف",
|
||||||
|
"admin.domains.edit": "ویرایش",
|
||||||
|
"admin.domains.name": "دامنه:",
|
||||||
|
"admin.domains.private": "خصوصی",
|
||||||
|
"admin.domains.public": "عمومی",
|
||||||
"admin.edit_announcement.created": "اعلامیه ایجاد شد",
|
"admin.edit_announcement.created": "اعلامیه ایجاد شد",
|
||||||
"admin.edit_announcement.deleted": "اطلاعیه حذف شد",
|
"admin.edit_announcement.deleted": "اطلاعیه حذف شد",
|
||||||
|
"admin.edit_announcement.fields.content_label": "محتوا",
|
||||||
|
"admin.edit_announcement.fields.content_placeholder": "محتوای اطلاعیه",
|
||||||
|
"admin.edit_announcement.fields.end_time_label": "تاریخ پایان",
|
||||||
|
"admin.edit_announcement.fields.start_time_label": "تاریخ شروع",
|
||||||
"admin.latest_accounts_panel.more": "Click to see {count} {count, plural, one {account} other {accounts}}",
|
"admin.latest_accounts_panel.more": "Click to see {count} {count, plural, one {account} other {accounts}}",
|
||||||
"admin.latest_accounts_panel.title": "Latest Accounts",
|
"admin.latest_accounts_panel.title": "Latest Accounts",
|
||||||
"admin.moderation_log.empty_message": "You have not performed any moderation actions yet. When you do, a history will be shown here.",
|
"admin.moderation_log.empty_message": "You have not performed any moderation actions yet. When you do, a history will be shown here.",
|
||||||
"admin.reports.actions.close": "Close",
|
"admin.reports.actions.close": "Close",
|
||||||
"admin.reports.actions.view_status": "View post",
|
"admin.reports.actions.view_status": "مشاهده پست",
|
||||||
"admin.reports.empty_message": "There are no open reports. If a user gets reported, they will show up here.",
|
"admin.reports.empty_message": "There are no open reports. If a user gets reported, they will show up here.",
|
||||||
"admin.reports.report_closed_message": "Report on @{name} was closed",
|
"admin.reports.report_closed_message": "Report on @{name} was closed",
|
||||||
"admin.reports.report_title": "Report on {acct}",
|
"admin.reports.report_title": "Report on {acct}",
|
||||||
"admin.statuses.actions.delete_status": "Delete post",
|
"admin.statuses.actions.delete_status": "حذف پست",
|
||||||
"admin.statuses.actions.mark_status_not_sensitive": "Mark post not sensitive",
|
"admin.statuses.actions.mark_status_not_sensitive": "Mark post not sensitive",
|
||||||
"admin.statuses.actions.mark_status_sensitive": "Mark post sensitive",
|
"admin.statuses.actions.mark_status_sensitive": "Mark post sensitive",
|
||||||
"admin.statuses.status_deleted_message": "Post by @{acct} was deleted",
|
"admin.statuses.status_deleted_message": "Post by @{acct} was deleted",
|
||||||
|
@ -175,7 +186,7 @@
|
||||||
"birthday_panel.title": "Birthdays",
|
"birthday_panel.title": "Birthdays",
|
||||||
"birthdays_modal.empty": "None of your friends have birthday today.",
|
"birthdays_modal.empty": "None of your friends have birthday today.",
|
||||||
"boost_modal.combo": "دکمهٔ {combo} را بزنید تا دیگر این را نبینید",
|
"boost_modal.combo": "دکمهٔ {combo} را بزنید تا دیگر این را نبینید",
|
||||||
"boost_modal.title": "Repost?",
|
"boost_modal.title": "بازپست شود؟",
|
||||||
"card.back.label": "Back",
|
"card.back.label": "Back",
|
||||||
"chats.actions.delete": "Delete message",
|
"chats.actions.delete": "Delete message",
|
||||||
"chats.actions.more": "More",
|
"chats.actions.more": "More",
|
||||||
|
@ -200,7 +211,6 @@
|
||||||
"column.blocks": "کاربران مسدودشده",
|
"column.blocks": "کاربران مسدودشده",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "نوشتههای محلی",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -210,7 +220,7 @@
|
||||||
"column.edit_profile": "Edit profile",
|
"column.edit_profile": "Edit profile",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
"column.familiar_followers": "People you know following {name}",
|
"column.familiar_followers": "People you know following {name}",
|
||||||
"column.favourited_statuses": "Liked posts",
|
"column.favourited_statuses": "پستهای پسندیده شده",
|
||||||
"column.favourites": "Likes",
|
"column.favourites": "Likes",
|
||||||
"column.federation_restrictions": "Federation Restrictions",
|
"column.federation_restrictions": "Federation Restrictions",
|
||||||
"column.filters": "Muted words",
|
"column.filters": "Muted words",
|
||||||
|
@ -243,11 +253,11 @@
|
||||||
"column.migration": "Account migration",
|
"column.migration": "Account migration",
|
||||||
"column.mutes": "کاربران بیصداشده",
|
"column.mutes": "کاربران بیصداشده",
|
||||||
"column.notifications": "اعلانها",
|
"column.notifications": "اعلانها",
|
||||||
"column.pins": "Pinned posts",
|
"column.pins": "پستهای سنجاق شده",
|
||||||
"column.preferences": "Preferences",
|
"column.preferences": "Preferences",
|
||||||
"column.public": "نوشتههای همهجا",
|
"column.public": "نوشتههای همهجا",
|
||||||
"column.reactions": "Reactions",
|
"column.reactions": "Reactions",
|
||||||
"column.reblogs": "Reposts",
|
"column.reblogs": "بازپستها",
|
||||||
"column.scheduled_statuses": "Scheduled Posts",
|
"column.scheduled_statuses": "Scheduled Posts",
|
||||||
"column.search": "Search",
|
"column.search": "Search",
|
||||||
"column.settings_store": "Settings store",
|
"column.settings_store": "Settings store",
|
||||||
|
@ -260,10 +270,10 @@
|
||||||
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
||||||
"compose.edit_success": "Your post was edited",
|
"compose.edit_success": "Your post was edited",
|
||||||
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "پست شما ارسال شد!",
|
||||||
"compose_form.direct_message_warning": "این بوق تنها به کاربرانی که از آنها نام برده شده فرستاده خواهد شد.",
|
"compose_form.direct_message_warning": "این پست تنها به کاربرانی که از آنها نام برده شده فرستاده خواهد شد.",
|
||||||
"compose_form.hashtag_warning": "از آنجا که این بوق فهرستنشده است، در نتایج جستجوی هشتگها پیدا نخواهد شد. تنها بوقهای عمومی را میتوان با جستجوی هشتگ پیدا کرد.",
|
"compose_form.hashtag_warning": "از آنجا که این پست فهرستنشده است، در نتایج جستجوی هشتگها پیدا نخواهد شد. تنها بوقهای عمومی را میتوان با جستجوی هشتگ پیدا کرد.",
|
||||||
"compose_form.lock_disclaimer": "حساب شما {locked} نیست. هر کسی میتواند پیگیر شما شود و نوشتههای ویژهٔ پیگیران شما را ببیند.",
|
"compose_form.lock_disclaimer": "حساب شما {locked} نیست. هر کسی میتواند پیگیر شما شود و پستهای ویژهٔ پیگیران شما را ببیند.",
|
||||||
"compose_form.lock_disclaimer.lock": "قفل",
|
"compose_form.lock_disclaimer.lock": "قفل",
|
||||||
"compose_form.markdown.marked": "Post markdown enabled",
|
"compose_form.markdown.marked": "Post markdown enabled",
|
||||||
"compose_form.markdown.unmarked": "Post markdown disabled",
|
"compose_form.markdown.unmarked": "Post markdown disabled",
|
||||||
|
@ -278,8 +288,8 @@
|
||||||
"compose_form.poll.remove_option": "حذف این گزینه",
|
"compose_form.poll.remove_option": "حذف این گزینه",
|
||||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||||
"compose_form.poll_placeholder": "Add a poll topic...",
|
"compose_form.poll_placeholder": "موضوع نظرسنجی را اضافه کن…",
|
||||||
"compose_form.publish": "بوق",
|
"compose_form.publish": "پست",
|
||||||
"compose_form.publish_loud": "{publish}!",
|
"compose_form.publish_loud": "{publish}!",
|
||||||
"compose_form.save_changes": "Save changes",
|
"compose_form.save_changes": "Save changes",
|
||||||
"compose_form.schedule": "Schedule",
|
"compose_form.schedule": "Schedule",
|
||||||
|
@ -295,8 +305,8 @@
|
||||||
"confirmations.admin.deactivate_user.heading": "Deactivate @{acct}",
|
"confirmations.admin.deactivate_user.heading": "Deactivate @{acct}",
|
||||||
"confirmations.admin.deactivate_user.message": "You are about to deactivate @{acct}. Deactivating a user is a reversible action.",
|
"confirmations.admin.deactivate_user.message": "You are about to deactivate @{acct}. Deactivating a user is a reversible action.",
|
||||||
"confirmations.admin.delete_local_user.checkbox": "I understand that I am about to delete a local user.",
|
"confirmations.admin.delete_local_user.checkbox": "I understand that I am about to delete a local user.",
|
||||||
"confirmations.admin.delete_status.confirm": "Delete post",
|
"confirmations.admin.delete_status.confirm": "حذف پست",
|
||||||
"confirmations.admin.delete_status.heading": "Delete post",
|
"confirmations.admin.delete_status.heading": "حذف کردن پست",
|
||||||
"confirmations.admin.delete_status.message": "You are about to delete a post by @{acct}. This action cannot be undone.",
|
"confirmations.admin.delete_status.message": "You are about to delete a post by @{acct}. This action cannot be undone.",
|
||||||
"confirmations.admin.delete_user.confirm": "Delete @{name}",
|
"confirmations.admin.delete_user.confirm": "Delete @{name}",
|
||||||
"confirmations.admin.delete_user.heading": "Delete @{acct}",
|
"confirmations.admin.delete_user.heading": "Delete @{acct}",
|
||||||
|
@ -331,7 +341,7 @@
|
||||||
"confirmations.mute.message": "آیا واقعاً میخواهید {name} را بیصدا کنید؟",
|
"confirmations.mute.message": "آیا واقعاً میخواهید {name} را بیصدا کنید؟",
|
||||||
"confirmations.redraft.confirm": "پاککردن و بازنویسی",
|
"confirmations.redraft.confirm": "پاککردن و بازنویسی",
|
||||||
"confirmations.redraft.heading": "Delete & redraft",
|
"confirmations.redraft.heading": "Delete & redraft",
|
||||||
"confirmations.redraft.message": "آیا واقعاً میخواهید این نوشته را پاک کنید و آن را از نو بنویسید؟ با این کار بازبوقها و پسندیدهشدنهای آن از دست میرود و پاسخها به آن بیمرجع میشود.",
|
"confirmations.redraft.message": "آیا واقعاً میخواهید این نوشته را پاک کنید و آن را از نو بنویسید؟ با این کار بازپستها و پسندیدهشدنهای آن از دست میرود و پاسخها به آن بیمرجع میشود.",
|
||||||
"confirmations.register.needs_approval": "Your account will be manually approved by an admin. Please be patient while we review your details.",
|
"confirmations.register.needs_approval": "Your account will be manually approved by an admin. Please be patient while we review your details.",
|
||||||
"confirmations.register.needs_approval.header": "Approval needed",
|
"confirmations.register.needs_approval.header": "Approval needed",
|
||||||
"confirmations.register.needs_confirmation": "Please check your inbox at {email} for confirmation instructions. You will need to verify your email address to continue.",
|
"confirmations.register.needs_confirmation": "Please check your inbox at {email} for confirmation instructions. You will need to verify your email address to continue.",
|
||||||
|
@ -513,7 +523,7 @@
|
||||||
"getting_started.open_source_notice": "ماستدون یک نرمافزار آزاد است. میتوانید در ساخت آن مشارکت کنید یا مشکلاتش را در {code_link} (v{code_version}) گزارش دهید.",
|
"getting_started.open_source_notice": "ماستدون یک نرمافزار آزاد است. میتوانید در ساخت آن مشارکت کنید یا مشکلاتش را در {code_link} (v{code_version}) گزارش دهید.",
|
||||||
"header.login.label": "Log in",
|
"header.login.label": "Log in",
|
||||||
"header.register.label": "Register",
|
"header.register.label": "Register",
|
||||||
"home.column_settings.show_reblogs": "نمایش بازبوقها",
|
"home.column_settings.show_reblogs": "نمایش بازپستها",
|
||||||
"home.column_settings.show_replies": "نمایش پاسخها",
|
"home.column_settings.show_replies": "نمایش پاسخها",
|
||||||
"icon_button.icons": "Icons",
|
"icon_button.icons": "Icons",
|
||||||
"icon_button.label": "Select icon",
|
"icon_button.label": "Select icon",
|
||||||
|
@ -678,7 +688,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "نظرسنجیای که در آن رأی دادید به پایان رسیده است",
|
"notification.poll": "نظرسنجیای که در آن رأی دادید به پایان رسیده است",
|
||||||
|
@ -687,7 +696,7 @@
|
||||||
"notification.update": "{name} edited a post you interacted with",
|
"notification.update": "{name} edited a post you interacted with",
|
||||||
"notification.user_approved": "Welcome to {instance}!",
|
"notification.user_approved": "Welcome to {instance}!",
|
||||||
"notifications.filter.all": "همه",
|
"notifications.filter.all": "همه",
|
||||||
"notifications.filter.boosts": "بازبوقها",
|
"notifications.filter.boosts": "بازپستها",
|
||||||
"notifications.filter.emoji_reacts": "Emoji reacts",
|
"notifications.filter.emoji_reacts": "Emoji reacts",
|
||||||
"notifications.filter.favourites": "پسندیدهها",
|
"notifications.filter.favourites": "پسندیدهها",
|
||||||
"notifications.filter.follows": "پیگیریها",
|
"notifications.filter.follows": "پیگیریها",
|
||||||
|
@ -708,12 +717,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1023,9 +1026,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "خانه",
|
"tabs_bar.home": "خانه",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "اعلانها",
|
"tabs_bar.notifications": "اعلانها",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Estetyt käyttäjät",
|
"column.blocks": "Estetyt käyttäjät",
|
||||||
"column.community": "Paikallinen aikajana",
|
|
||||||
"column.direct": "Viestit",
|
"column.direct": "Viestit",
|
||||||
"column.domain_blocks": "Piilotetut verkkotunnukset",
|
"column.domain_blocks": "Piilotetut verkkotunnukset",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -151,7 +150,7 @@
|
||||||
"emoji_button.search_results": "Hakutulokset",
|
"emoji_button.search_results": "Hakutulokset",
|
||||||
"emoji_button.symbols": "Symbolit",
|
"emoji_button.symbols": "Symbolit",
|
||||||
"emoji_button.travel": "Matkailu",
|
"emoji_button.travel": "Matkailu",
|
||||||
"empty_column.account_timeline": "Ei ole 'toots' täällä!",
|
"empty_column.account_timeline": "Ei ole 'posts' täällä!",
|
||||||
"empty_column.account_unavailable": "Profiilia ei löydy",
|
"empty_column.account_unavailable": "Profiilia ei löydy",
|
||||||
"empty_column.blocks": "Et ole vielä estänyt yhtään käyttäjää.",
|
"empty_column.blocks": "Et ole vielä estänyt yhtään käyttäjää.",
|
||||||
"empty_column.community": "Paikallinen aikajana on tyhjä. Homma lähtee käyntiin, kun kirjoitat jotain julkista!",
|
"empty_column.community": "Paikallinen aikajana on tyhjä. Homma lähtee käyntiin, kun kirjoitat jotain julkista!",
|
||||||
|
@ -267,7 +266,6 @@
|
||||||
"notifications.filter.polls": "Kyselyn tulokset",
|
"notifications.filter.polls": "Kyselyn tulokset",
|
||||||
"notifications.group": "{count} ilmoitusta",
|
"notifications.group": "{count} ilmoitusta",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -383,9 +381,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Koti",
|
"tabs_bar.home": "Koti",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Ilmoitukset",
|
"tabs_bar.notifications": "Ilmoitukset",
|
||||||
"tabs_bar.search": "Hae",
|
"tabs_bar.search": "Hae",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -38,6 +38,8 @@
|
||||||
"account.mute": "Masquer @{name}",
|
"account.mute": "Masquer @{name}",
|
||||||
"account.muted": "Mise en silencieux",
|
"account.muted": "Mise en silencieux",
|
||||||
"account.never_active": "Jamais",
|
"account.never_active": "Jamais",
|
||||||
|
"account.npub": "Copier le npub de l'utilisateur",
|
||||||
|
"account.patron": "Patron",
|
||||||
"account.posts": "Pouets",
|
"account.posts": "Pouets",
|
||||||
"account.posts_with_replies": "Pouets et réponses",
|
"account.posts_with_replies": "Pouets et réponses",
|
||||||
"account.profile": "Profil",
|
"account.profile": "Profil",
|
||||||
|
@ -72,6 +74,7 @@
|
||||||
"account_moderation_modal.fields.badges": "Badges personnalisés",
|
"account_moderation_modal.fields.badges": "Badges personnalisés",
|
||||||
"account_moderation_modal.fields.deactivate": "Désactiver le compte",
|
"account_moderation_modal.fields.deactivate": "Désactiver le compte",
|
||||||
"account_moderation_modal.fields.delete": "Delete account",
|
"account_moderation_modal.fields.delete": "Delete account",
|
||||||
|
"account_moderation_modal.fields.revoke_name": "Retirer le nom",
|
||||||
"account_moderation_modal.fields.suggested": "Personnes suggérées",
|
"account_moderation_modal.fields.suggested": "Personnes suggérées",
|
||||||
"account_moderation_modal.fields.verified": "Compte vérifié",
|
"account_moderation_modal.fields.verified": "Compte vérifié",
|
||||||
"account_moderation_modal.info.id": "ID : {id}",
|
"account_moderation_modal.info.id": "ID : {id}",
|
||||||
|
@ -79,6 +82,7 @@
|
||||||
"account_moderation_modal.roles.moderator": "Modérateur⋅ice",
|
"account_moderation_modal.roles.moderator": "Modérateur⋅ice",
|
||||||
"account_moderation_modal.roles.user": "User",
|
"account_moderation_modal.roles.user": "User",
|
||||||
"account_moderation_modal.title": "Modérer @{acct}",
|
"account_moderation_modal.title": "Modérer @{acct}",
|
||||||
|
"account_note.header": "Note",
|
||||||
"account_note.placeholder": "Pas de commentaire",
|
"account_note.placeholder": "Pas de commentaire",
|
||||||
"account_search.placeholder": "Rechercher un compte",
|
"account_search.placeholder": "Rechercher un compte",
|
||||||
"admin.announcements.action": "Créer une annonce",
|
"admin.announcements.action": "Créer une annonce",
|
||||||
|
@ -103,6 +107,16 @@
|
||||||
"admin.dashcounters.user_count_label": "comptes au total",
|
"admin.dashcounters.user_count_label": "comptes au total",
|
||||||
"admin.dashwidgets.email_list_header": "Email list",
|
"admin.dashwidgets.email_list_header": "Email list",
|
||||||
"admin.dashwidgets.software_header": "Software",
|
"admin.dashwidgets.software_header": "Software",
|
||||||
|
"admin.domains.action": "Créer un domaine",
|
||||||
|
"admin.domains.delete": "Effacer",
|
||||||
|
"admin.domains.edit": "Editer",
|
||||||
|
"admin.domains.name": "Domaine :",
|
||||||
|
"admin.domains.private": "Privé",
|
||||||
|
"admin.domains.public": "Public",
|
||||||
|
"admin.domains.resolve.fail_label": "Non résolu",
|
||||||
|
"admin.domains.resolve.last_checked": "Dernière vérification : {date}",
|
||||||
|
"admin.domains.resolve.pending_label": "Vérification de la solution en cours",
|
||||||
|
"admin.domains.resolve.success_label": "Résolu correctement",
|
||||||
"admin.edit_announcement.created": "Annonce créée",
|
"admin.edit_announcement.created": "Annonce créée",
|
||||||
"admin.edit_announcement.deleted": "Annonce supprimée",
|
"admin.edit_announcement.deleted": "Annonce supprimée",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "Si cette case est cochée, seules les dates de la plage horaire seront affichées.",
|
"admin.edit_announcement.fields.all_day_hint": "Si cette case est cochée, seules les dates de la plage horaire seront affichées.",
|
||||||
|
@ -115,14 +129,42 @@
|
||||||
"admin.edit_announcement.fields.start_time_placeholder": "L'annonce commence le :",
|
"admin.edit_announcement.fields.start_time_placeholder": "L'annonce commence le :",
|
||||||
"admin.edit_announcement.save": "Sauvegarder",
|
"admin.edit_announcement.save": "Sauvegarder",
|
||||||
"admin.edit_announcement.updated": "Annonce éditée",
|
"admin.edit_announcement.updated": "Annonce éditée",
|
||||||
|
"admin.edit_domain.created": "Domaine créé",
|
||||||
|
"admin.edit_domain.deleted": "Domaine supprimé",
|
||||||
|
"admin.edit_domain.fields.all_day_hint": "Si cette case est cochée, tout le monde peut enregistrer un nom d'utilisateur avec ce domaine",
|
||||||
|
"admin.edit_domain.fields.domain_label": "Domaine",
|
||||||
|
"admin.edit_domain.fields.domain_placeholder": "Nom du domaine d'identité",
|
||||||
|
"admin.edit_domain.fields.public_label": "Public",
|
||||||
|
"admin.edit_domain.save": "Enregistrer",
|
||||||
|
"admin.edit_domain.updated": "Domaine édité",
|
||||||
|
"admin.edit_rule.created": "Règle créée",
|
||||||
|
"admin.edit_rule.deleted": "Règle supprimée",
|
||||||
|
"admin.edit_rule.fields.priority_label": "Priorité de la règle",
|
||||||
|
"admin.edit_rule.fields.priority_placeholder": "Priorité d'affichage de la règle d'instance",
|
||||||
|
"admin.edit_rule.fields.text_label": "Texte de la règle",
|
||||||
|
"admin.edit_rule.fields.text_placeholder": "Texte de la règle d'instance",
|
||||||
|
"admin.edit_rule.save": "Enregistrer",
|
||||||
|
"admin.edit_rule.updated": "Règle éditée",
|
||||||
"admin.latest_accounts_panel.more": "Cliquez pour voir {count, plural, one {# account} other {# accounts}}",
|
"admin.latest_accounts_panel.more": "Cliquez pour voir {count, plural, one {# account} other {# accounts}}",
|
||||||
"admin.latest_accounts_panel.title": "Derniers comptes",
|
"admin.latest_accounts_panel.title": "Derniers comptes",
|
||||||
"admin.moderation_log.empty_message": "Vous n'avez pas encore effectué d'acte de modération. Quand vous le ferez, un historique sera montrée ici.",
|
"admin.moderation_log.empty_message": "Vous n'avez pas encore effectué d'acte de modération. Quand vous le ferez, un historique sera montrée ici.",
|
||||||
|
"admin.relays.add.fail": "Échec du suivi de l'instance relais",
|
||||||
|
"admin.relays.add.success": "Relais d'instance suivi",
|
||||||
|
"admin.relays.deleted": "Relais non suivi",
|
||||||
|
"admin.relays.followed_back": "Suivre en retour",
|
||||||
|
"admin.relays.new.follow": "Suivre",
|
||||||
|
"admin.relays.new.url_placeholder": "URL du relais d'instance",
|
||||||
|
"admin.relays.unfollow": "Ne plus suivre",
|
||||||
|
"admin.relays.url": "URL de l'instance :",
|
||||||
"admin.reports.actions.close": "Fermer",
|
"admin.reports.actions.close": "Fermer",
|
||||||
"admin.reports.actions.view_status": "View post",
|
"admin.reports.actions.view_status": "View post",
|
||||||
"admin.reports.empty_message": "Il n'y a pas de rapport ouvert. Si un profil est signalé, il se présentera ici.",
|
"admin.reports.empty_message": "Il n'y a pas de rapport ouvert. Si un profil est signalé, il se présentera ici.",
|
||||||
"admin.reports.report_closed_message": "Le signalement de @{name} a été fermé",
|
"admin.reports.report_closed_message": "Le signalement de @{name} a été fermé",
|
||||||
"admin.reports.report_title": "Report on {acct}",
|
"admin.reports.report_title": "Report on {acct}",
|
||||||
|
"admin.rule.priority": "priorité :",
|
||||||
|
"admin.rules.action": "Créer une règle",
|
||||||
|
"admin.rules.delete": "Supprimer",
|
||||||
|
"admin.rules.edit": "Modifier",
|
||||||
"admin.software.backend": "Backend",
|
"admin.software.backend": "Backend",
|
||||||
"admin.software.frontend": "Frontend",
|
"admin.software.frontend": "Frontend",
|
||||||
"admin.statuses.actions.delete_status": "Delete post",
|
"admin.statuses.actions.delete_status": "Delete post",
|
||||||
|
@ -142,6 +184,7 @@
|
||||||
"admin.users.actions.promote_to_moderator_message": "@{acct} a été promu⋅e au statut de modérateur⋅ice",
|
"admin.users.actions.promote_to_moderator_message": "@{acct} a été promu⋅e au statut de modérateur⋅ice",
|
||||||
"admin.users.badges_saved_message": "Badges personnalisés mis à jour.",
|
"admin.users.badges_saved_message": "Badges personnalisés mis à jour.",
|
||||||
"admin.users.remove_donor_message": "Le statut de donateur de @{acct} a été supprimé",
|
"admin.users.remove_donor_message": "Le statut de donateur de @{acct} a été supprimé",
|
||||||
|
"admin.users.revoked_name_message": "Nom retiré.",
|
||||||
"admin.users.set_donor_message": "Le statut de donateur a été octroyé à @{acct}",
|
"admin.users.set_donor_message": "Le statut de donateur a été octroyé à @{acct}",
|
||||||
"admin.users.user_deactivated_message": "@{acct} a été désactivé⋅e",
|
"admin.users.user_deactivated_message": "@{acct} a été désactivé⋅e",
|
||||||
"admin.users.user_deleted_message": "@{acct} a été supprimé⋅e",
|
"admin.users.user_deleted_message": "@{acct} a été supprimé⋅e",
|
||||||
|
@ -160,6 +203,8 @@
|
||||||
"alert.unexpected.links.support": "Support",
|
"alert.unexpected.links.support": "Support",
|
||||||
"alert.unexpected.message": "Une erreur inattendue s’est produite.",
|
"alert.unexpected.message": "Une erreur inattendue s’est produite.",
|
||||||
"alert.unexpected.return_home": "Return Home",
|
"alert.unexpected.return_home": "Return Home",
|
||||||
|
"alert.unexpected.submit_feedback": "Soumettre une suggestion",
|
||||||
|
"alert.unexpected.thanks": "Merci pour votre suggestion !",
|
||||||
"aliases.account.add": "Créer un alias",
|
"aliases.account.add": "Créer un alias",
|
||||||
"aliases.account_label": "Ancien compte :",
|
"aliases.account_label": "Ancien compte :",
|
||||||
"aliases.aliases_list_delete": "Délier l'alias",
|
"aliases.aliases_list_delete": "Délier l'alias",
|
||||||
|
@ -184,14 +229,29 @@
|
||||||
"auth.logged_out": "Session déconnectée.",
|
"auth.logged_out": "Session déconnectée.",
|
||||||
"authorize.success": "Approuvé",
|
"authorize.success": "Approuvé",
|
||||||
"backups.actions.create": "Créer une sauvegarde",
|
"backups.actions.create": "Créer une sauvegarde",
|
||||||
|
"backups.download": "Télécharger",
|
||||||
"backups.empty_message": "Pas de sauvegarde trouvée. {action}",
|
"backups.empty_message": "Pas de sauvegarde trouvée. {action}",
|
||||||
"backups.empty_message.action": "Créer maintenant ?",
|
"backups.empty_message.action": "Créer maintenant ?",
|
||||||
"backups.pending": "En attente",
|
"backups.pending": "En attente",
|
||||||
"badge_input.placeholder": "Enter a badge…",
|
"badge_input.placeholder": "Enter a badge…",
|
||||||
"birthday_panel.title": "Anniversaires",
|
"birthday_panel.title": "Anniversaires",
|
||||||
"birthdays_modal.empty": "Aucun de vos amis n'a son anniversaire aujourd'hui.",
|
"birthdays_modal.empty": "Aucun de vos amis n'a son anniversaire aujourd'hui.",
|
||||||
|
"bookmark_folders.add.fail": "Échec de la création d'un dossier de favoris",
|
||||||
|
"bookmark_folders.add.success": "Le dossier Favoris a été créé avec succès",
|
||||||
|
"bookmark_folders.all_bookmarks": "Tous les favoris",
|
||||||
|
"bookmark_folders.edit.fail": "Échec de la modification du dossier de favoris",
|
||||||
|
"bookmark_folders.edit.success": "Dossier Favoris édité avec succès",
|
||||||
|
"bookmark_folders.new.create_title": "Ajouter un dossier",
|
||||||
|
"bookmark_folders.new.title_placeholder": "Nouveau nom de dossier",
|
||||||
|
"bookmarks.delete_folder": "Supprimer le dossier",
|
||||||
|
"bookmarks.delete_folder.fail": "Échec de la suppression du dossier",
|
||||||
|
"bookmarks.delete_folder.success": "Dossier supprimé",
|
||||||
|
"bookmarks.edit_folder": "Modifier le dossier",
|
||||||
"boost_modal.combo": "Vous pouvez appuyer sur {combo} pour passer ceci, la prochaine fois",
|
"boost_modal.combo": "Vous pouvez appuyer sur {combo} pour passer ceci, la prochaine fois",
|
||||||
"boost_modal.title": "Republier ?",
|
"boost_modal.title": "Republier ?",
|
||||||
|
"bundle_column_error.body": "Un problème s'est produit lors du chargement de cette page.",
|
||||||
|
"bundle_column_error.retry": "Réessayer",
|
||||||
|
"bundle_column_error.title": "Erreur de réseau",
|
||||||
"card.back.label": "Retour",
|
"card.back.label": "Retour",
|
||||||
"chat.actions.send": "Envoyer",
|
"chat.actions.send": "Envoyer",
|
||||||
"chat.failed_to_send": "L'envoi du message a échoué.",
|
"chat.failed_to_send": "L'envoi du message a échoué.",
|
||||||
|
@ -213,6 +273,7 @@
|
||||||
"chat_list_item.blocked_you": "Cette personne vous bloque",
|
"chat_list_item.blocked_you": "Cette personne vous bloque",
|
||||||
"chat_list_item.blocking": "Vous avez bloqué cette personne",
|
"chat_list_item.blocking": "Vous avez bloqué cette personne",
|
||||||
"chat_message_list.blocked": "Vous bloquez cette personne",
|
"chat_message_list.blocked": "Vous bloquez cette personne",
|
||||||
|
"chat_message_list.blocked_by": "Vous êtes bloqué par",
|
||||||
"chat_message_list.network_failure.action": "Essayer à nouveau",
|
"chat_message_list.network_failure.action": "Essayer à nouveau",
|
||||||
"chat_message_list.network_failure.subtitle": "Une erreur de réseau s'est produite.",
|
"chat_message_list.network_failure.subtitle": "Une erreur de réseau s'est produite.",
|
||||||
"chat_message_list.network_failure.title": "Oups !",
|
"chat_message_list.network_failure.title": "Oups !",
|
||||||
|
@ -224,6 +285,9 @@
|
||||||
"chat_message_list_intro.leave_chat.confirm": "Quitter la conversation",
|
"chat_message_list_intro.leave_chat.confirm": "Quitter la conversation",
|
||||||
"chat_message_list_intro.leave_chat.heading": "Quitter la conversation",
|
"chat_message_list_intro.leave_chat.heading": "Quitter la conversation",
|
||||||
"chat_message_list_intro.leave_chat.message": "Êtes-vous sûr⋅e de quitter cette conversation ? Les messages seront supprimés pour vous et cette discussion sera supprimée de votre boîte de réception.",
|
"chat_message_list_intro.leave_chat.message": "Êtes-vous sûr⋅e de quitter cette conversation ? Les messages seront supprimés pour vous et cette discussion sera supprimée de votre boîte de réception.",
|
||||||
|
"chat_pane.blankslate.action": "Envoyer un message à quelqu'un",
|
||||||
|
"chat_pane.blankslate.body": "Chercher quelqu'un avec qui discuter.",
|
||||||
|
"chat_pane.blankslate.title": "Aucun message pour le moment",
|
||||||
"chat_search.blankslate.body": "Chercher quelqu'un avec qui discuter.",
|
"chat_search.blankslate.body": "Chercher quelqu'un avec qui discuter.",
|
||||||
"chat_search.blankslate.title": "Commencer une discussion",
|
"chat_search.blankslate.title": "Commencer une discussion",
|
||||||
"chat_search.empty_results_blankslate.body": "Essayez de chercher un autre nom.",
|
"chat_search.empty_results_blankslate.body": "Essayez de chercher un autre nom.",
|
||||||
|
@ -255,9 +319,10 @@
|
||||||
"chat_window.auto_delete_label": "Supprimer automatiquement après {day, plural, one {# jour} other {# jours}}",
|
"chat_window.auto_delete_label": "Supprimer automatiquement après {day, plural, one {# jour} other {# jours}}",
|
||||||
"chat_window.auto_delete_tooltip": "Les messages de discussion sont paramétrer pour suppression automatique au bout de {day, plural, one {# jour} other {# jours}} après envoi.",
|
"chat_window.auto_delete_tooltip": "Les messages de discussion sont paramétrer pour suppression automatique au bout de {day, plural, one {# jour} other {# jours}} après envoi.",
|
||||||
"chats.actions.copy": "Copier",
|
"chats.actions.copy": "Copier",
|
||||||
"chats.actions.delete": "Delete message",
|
"chats.actions.delete": "Supprimer pour les deux",
|
||||||
|
"chats.actions.delete_for_me": "Supprimer pour moi",
|
||||||
"chats.actions.more": "Plus",
|
"chats.actions.more": "Plus",
|
||||||
"chats.actions.report": "Report user",
|
"chats.actions.report": "Signaler",
|
||||||
"chats.dividers.today": "Aujourd'hui",
|
"chats.dividers.today": "Aujourd'hui",
|
||||||
"chats.main.blankslate.new_chat": "Envoyer à message à quelqu'un",
|
"chats.main.blankslate.new_chat": "Envoyer à message à quelqu'un",
|
||||||
"chats.main.blankslate.subtitle": "Chercher quelqu'un à qui parler",
|
"chats.main.blankslate.subtitle": "Chercher quelqu'un à qui parler",
|
||||||
|
@ -268,11 +333,19 @@
|
||||||
"column.admin.announcements": "Annonces",
|
"column.admin.announcements": "Annonces",
|
||||||
"column.admin.awaiting_approval": "En attente d'approbation",
|
"column.admin.awaiting_approval": "En attente d'approbation",
|
||||||
"column.admin.create_announcement": "Créer une annonce",
|
"column.admin.create_announcement": "Créer une annonce",
|
||||||
|
"column.admin.create_domain": "Créer un domaine",
|
||||||
|
"column.admin.create_rule": "Créer une règle",
|
||||||
"column.admin.dashboard": "Dashboard",
|
"column.admin.dashboard": "Dashboard",
|
||||||
|
"column.admin.domains": "Domaines",
|
||||||
"column.admin.edit_announcement": "Éditer une annonce",
|
"column.admin.edit_announcement": "Éditer une annonce",
|
||||||
|
"column.admin.edit_domain": "Modifier le domaine",
|
||||||
|
"column.admin.edit_rule": "Modifier une règle",
|
||||||
"column.admin.moderation_log": "Historique de modération",
|
"column.admin.moderation_log": "Historique de modération",
|
||||||
|
"column.admin.nostr_relays": "Relais",
|
||||||
|
"column.admin.relays": "Relais d'instance",
|
||||||
"column.admin.reports": "Reports",
|
"column.admin.reports": "Reports",
|
||||||
"column.admin.reports.menu.moderation_log": "Historique de modération",
|
"column.admin.reports.menu.moderation_log": "Historique de modération",
|
||||||
|
"column.admin.rules": "Règles d'instance",
|
||||||
"column.admin.users": "Utilisateurs",
|
"column.admin.users": "Utilisateurs",
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.create_error": "Erreur à la création de l'alias",
|
"column.aliases.create_error": "Erreur à la création de l'alias",
|
||||||
|
@ -286,7 +359,6 @@
|
||||||
"column.blocks": "Comptes bloqués",
|
"column.blocks": "Comptes bloqués",
|
||||||
"column.bookmarks": "Marque-pages",
|
"column.bookmarks": "Marque-pages",
|
||||||
"column.chats": "Discussions",
|
"column.chats": "Discussions",
|
||||||
"column.community": "Fil public local",
|
|
||||||
"column.crypto_donate": "Donner en cryptomonnaies",
|
"column.crypto_donate": "Donner en cryptomonnaies",
|
||||||
"column.developers": "Développeurs",
|
"column.developers": "Développeurs",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -312,7 +384,7 @@
|
||||||
"column.filters.delete_error": "Erreur en supprimant le filtre",
|
"column.filters.delete_error": "Erreur en supprimant le filtre",
|
||||||
"column.filters.drop_header": "Supprimer au lieu de cacher",
|
"column.filters.drop_header": "Supprimer au lieu de cacher",
|
||||||
"column.filters.drop_hint": "Les publication filtrées disparaîtront de façon irréversible et ce même si le filtre est supprimé ultérieurement",
|
"column.filters.drop_hint": "Les publication filtrées disparaîtront de façon irréversible et ce même si le filtre est supprimé ultérieurement",
|
||||||
"column.filters.edit": "Éditer",
|
"column.filters.edit": "Modifier le filtre",
|
||||||
"column.filters.expiration.1800": "30 minutes",
|
"column.filters.expiration.1800": "30 minutes",
|
||||||
"column.filters.expiration.21600": "6 heures",
|
"column.filters.expiration.21600": "6 heures",
|
||||||
"column.filters.expiration.3600": "1 heure",
|
"column.filters.expiration.3600": "1 heure",
|
||||||
|
@ -354,15 +426,17 @@
|
||||||
"column.notifications": "Notifications",
|
"column.notifications": "Notifications",
|
||||||
"column.pins": "Publications épinglées",
|
"column.pins": "Publications épinglées",
|
||||||
"column.preferences": "Préférences",
|
"column.preferences": "Préférences",
|
||||||
"column.public": "Fil public global",
|
"column.public": "Fil d'actualité global",
|
||||||
"column.quotes": "Citations",
|
"column.quotes": "Citations",
|
||||||
"column.reactions": "Réactions",
|
"column.reactions": "Réactions",
|
||||||
"column.reblogs": "Partages",
|
"column.reblogs": "Partages",
|
||||||
|
"column.registration": "S'inscrire",
|
||||||
"column.scheduled_statuses": "Publications programmées",
|
"column.scheduled_statuses": "Publications programmées",
|
||||||
"column.search": "Rechercher",
|
"column.search": "Découvrir",
|
||||||
"column.settings_store": "Magasin de paramètres",
|
"column.settings_store": "Magasin de paramètres",
|
||||||
"column.soapbox_config": "Configuration de Soapbox",
|
"column.soapbox_config": "Configuration de Soapbox",
|
||||||
"column.test": "Fil de test",
|
"column.test": "Fil de test",
|
||||||
|
"column.zaps": "Zaps",
|
||||||
"column_forbidden.body": "Vous n'avez pas la permission d'accéder à cette page.",
|
"column_forbidden.body": "Vous n'avez pas la permission d'accéder à cette page.",
|
||||||
"column_forbidden.title": "Accès interdit",
|
"column_forbidden.title": "Accès interdit",
|
||||||
"common.cancel": "Annuler",
|
"common.cancel": "Annuler",
|
||||||
|
@ -370,6 +444,7 @@
|
||||||
"compose.character_counter.title": "{chars} sur {maxChars} {maxChars, plural, one {caractère} other {caractères}} {maxChars, plural, one {utilisé} other {utilisés}}",
|
"compose.character_counter.title": "{chars} sur {maxChars} {maxChars, plural, one {caractère} other {caractères}} {maxChars, plural, one {utilisé} other {utilisés}}",
|
||||||
"compose.edit_success": "Votre publication a été modifiée",
|
"compose.edit_success": "Votre publication a été modifiée",
|
||||||
"compose.invalid_schedule": "Vous devez programmer votre publication avec un délai de 5 minutes au minimum",
|
"compose.invalid_schedule": "Vous devez programmer votre publication avec un délai de 5 minutes au minimum",
|
||||||
|
"compose.reply_group_indicator.message": "Publier sur {groupLink}",
|
||||||
"compose.submit_success": "Votre publication a été envoyée !",
|
"compose.submit_success": "Votre publication a été envoyée !",
|
||||||
"compose_event.create": "Créer",
|
"compose_event.create": "Créer",
|
||||||
"compose_event.edit_success": "Votre évènement a été édité",
|
"compose_event.edit_success": "Votre évènement a été édité",
|
||||||
|
@ -413,7 +488,7 @@
|
||||||
"compose_form.poll.remove_option": "Supprimer ce choix",
|
"compose_form.poll.remove_option": "Supprimer ce choix",
|
||||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||||
"compose_form.poll_placeholder": "Ajouter un sujet de sondage...",
|
"compose_form.poll_placeholder": "Ajouter un sujet de sondage…",
|
||||||
"compose_form.publish": "Pouet",
|
"compose_form.publish": "Pouet",
|
||||||
"compose_form.publish_loud": "{publish} !",
|
"compose_form.publish_loud": "{publish} !",
|
||||||
"compose_form.save_changes": "Sauvegarder les changements",
|
"compose_form.save_changes": "Sauvegarder les changements",
|
||||||
|
@ -433,7 +508,13 @@
|
||||||
"confirmations.admin.delete_announcement.confirm": "Supprimer",
|
"confirmations.admin.delete_announcement.confirm": "Supprimer",
|
||||||
"confirmations.admin.delete_announcement.heading": "Supprimer l'annonce",
|
"confirmations.admin.delete_announcement.heading": "Supprimer l'annonce",
|
||||||
"confirmations.admin.delete_announcement.message": "Souhaitez-vous vraiment supprimer l'annonce ?",
|
"confirmations.admin.delete_announcement.message": "Souhaitez-vous vraiment supprimer l'annonce ?",
|
||||||
|
"confirmations.admin.delete_domain.confirm": "Supprimer",
|
||||||
|
"confirmations.admin.delete_domain.heading": "Supprimer le domaine",
|
||||||
|
"confirmations.admin.delete_domain.message": "Êtes-vous sûr de vouloir supprimer le domaine ?",
|
||||||
"confirmations.admin.delete_local_user.checkbox": "Je comprends que je vais supprimer un utilisateur local.",
|
"confirmations.admin.delete_local_user.checkbox": "Je comprends que je vais supprimer un utilisateur local.",
|
||||||
|
"confirmations.admin.delete_rule.confirm": "Supprimer",
|
||||||
|
"confirmations.admin.delete_rule.heading": "Supprimer la règle",
|
||||||
|
"confirmations.admin.delete_rule.message": "Êtes-vous sûr de vouloir supprimer la règle ?",
|
||||||
"confirmations.admin.delete_status.confirm": "Delete post",
|
"confirmations.admin.delete_status.confirm": "Delete post",
|
||||||
"confirmations.admin.delete_status.heading": "Delete post",
|
"confirmations.admin.delete_status.heading": "Delete post",
|
||||||
"confirmations.admin.delete_status.message": "Vous allez supprimer une publication de @{acct}. Cette action est irréversible",
|
"confirmations.admin.delete_status.message": "Vous allez supprimer une publication de @{acct}. Cette action est irréversible",
|
||||||
|
@ -467,6 +548,9 @@
|
||||||
"confirmations.delete.confirm": "Supprimer",
|
"confirmations.delete.confirm": "Supprimer",
|
||||||
"confirmations.delete.heading": "Delete post",
|
"confirmations.delete.heading": "Delete post",
|
||||||
"confirmations.delete.message": "Confirmez-vous la suppression de ce pouet ?",
|
"confirmations.delete.message": "Confirmez-vous la suppression de ce pouet ?",
|
||||||
|
"confirmations.delete_bookmark_folder.confirm": "Supprimer le dossier",
|
||||||
|
"confirmations.delete_bookmark_folder.heading": "Supprimer le dossier \"{name}\" ?",
|
||||||
|
"confirmations.delete_bookmark_folder.message": "Êtes-vous sûr de vouloir supprimer le dossier ? Les favoris seront toujours stockés.",
|
||||||
"confirmations.delete_event.confirm": "Supprimer",
|
"confirmations.delete_event.confirm": "Supprimer",
|
||||||
"confirmations.delete_event.heading": "Supprimer l'évènement",
|
"confirmations.delete_event.heading": "Supprimer l'évènement",
|
||||||
"confirmations.delete_event.message": "Êtes-vous sûr⋅e de vouloir supprimer cet évènement ?",
|
"confirmations.delete_event.message": "Êtes-vous sûr⋅e de vouloir supprimer cet évènement ?",
|
||||||
|
@ -512,6 +596,7 @@
|
||||||
"confirmations.scheduled_status_delete.message": "Annuler cette publication programmée ?",
|
"confirmations.scheduled_status_delete.message": "Annuler cette publication programmée ?",
|
||||||
"confirmations.unfollow.confirm": "Ne plus suivre",
|
"confirmations.unfollow.confirm": "Ne plus suivre",
|
||||||
"copy.success": "Copié dans le presse-papier !",
|
"copy.success": "Copié dans le presse-papier !",
|
||||||
|
"crypto.lightning": "Lightning",
|
||||||
"crypto_donate.explanation_box.message": "{siteTitle} accepte les dons en cryptomonnaies. Vous pouvez envoyer un don à l'une des adresses ci-dessous. Merci de votre soutien !",
|
"crypto_donate.explanation_box.message": "{siteTitle} accepte les dons en cryptomonnaies. Vous pouvez envoyer un don à l'une des adresses ci-dessous. Merci de votre soutien !",
|
||||||
"crypto_donate.explanation_box.title": "Envoyer des dons en cryptomonnaie",
|
"crypto_donate.explanation_box.title": "Envoyer des dons en cryptomonnaie",
|
||||||
"crypto_donate_panel.actions.view": "Cliquer pour voir {count, plural, one {# le portefeuille} other {# les portefeuilles}}",
|
"crypto_donate_panel.actions.view": "Cliquer pour voir {count, plural, one {# le portefeuille} other {# les portefeuilles}}",
|
||||||
|
@ -543,10 +628,14 @@
|
||||||
"developers.settings_store.advanced": "Paramètres avancés",
|
"developers.settings_store.advanced": "Paramètres avancés",
|
||||||
"developers.settings_store.hint": "Il est possible d'éditer vos paramètres de compte utilisateur ici. FAÎTES ATTENTION ! Editer cette section peut rendre votre compte inutilisable et vous ne pourrez le récupérer qu'à travers l'API.",
|
"developers.settings_store.hint": "Il est possible d'éditer vos paramètres de compte utilisateur ici. FAÎTES ATTENTION ! Editer cette section peut rendre votre compte inutilisable et vous ne pourrez le récupérer qu'à travers l'API.",
|
||||||
"direct.search_placeholder": "Send a message to…",
|
"direct.search_placeholder": "Send a message to…",
|
||||||
|
"directory.display_filter": "Afficher le filtre",
|
||||||
"directory.federated": "Depuis le Fédivers connu",
|
"directory.federated": "Depuis le Fédivers connu",
|
||||||
|
"directory.fediverse_filter": "Filtre Fediverse",
|
||||||
"directory.local": "Depuis {domain} seulement",
|
"directory.local": "Depuis {domain} seulement",
|
||||||
"directory.new_arrivals": "Nouveaux profils",
|
"directory.new_arrivals": "Nouveaux profils",
|
||||||
"directory.recently_active": "Récemment actif",
|
"directory.recently_active": "Récemment actif",
|
||||||
|
"edit_bookmark_folder_modal.confirm": "Enregistrer",
|
||||||
|
"edit_bookmark_folder_modal.header_title": "Modifier le dossier",
|
||||||
"edit_email.header": "Changer le courriel",
|
"edit_email.header": "Changer le courriel",
|
||||||
"edit_email.placeholder": "me@example.com",
|
"edit_email.placeholder": "me@example.com",
|
||||||
"edit_federation.followers_only": "Cacher les publications excepté aux abonnés",
|
"edit_federation.followers_only": "Cacher les publications excepté aux abonnés",
|
||||||
|
@ -556,6 +645,11 @@
|
||||||
"edit_federation.save": "Sauvegarder",
|
"edit_federation.save": "Sauvegarder",
|
||||||
"edit_federation.success": "La fédération de {host} a été mise à jour",
|
"edit_federation.success": "La fédération de {host} a été mise à jour",
|
||||||
"edit_federation.unlisted": "Forcer les publications en non listées",
|
"edit_federation.unlisted": "Forcer les publications en non listées",
|
||||||
|
"edit_identity.names_title": "Noms",
|
||||||
|
"edit_identity.pending_names_title": "Noms demandés",
|
||||||
|
"edit_identity.reason_placeholder": "Pourquoi voulez-vous faire partie de la communauté {siteTitle} ?",
|
||||||
|
"edit_identity.request": "Demande",
|
||||||
|
"edit_identity.requested": "Nom demandé",
|
||||||
"edit_password.header": "Changer de mot de passe",
|
"edit_password.header": "Changer de mot de passe",
|
||||||
"edit_profile.error": "La mise à jour du profil a échoué",
|
"edit_profile.error": "La mise à jour du profil a échoué",
|
||||||
"edit_profile.fields.accepts_email_list_label": "S'inscrire à la lettre d'information",
|
"edit_profile.fields.accepts_email_list_label": "S'inscrire à la lettre d'information",
|
||||||
|
@ -571,9 +665,14 @@
|
||||||
"edit_profile.fields.location_label": "Lieu",
|
"edit_profile.fields.location_label": "Lieu",
|
||||||
"edit_profile.fields.location_placeholder": "Lieu",
|
"edit_profile.fields.location_placeholder": "Lieu",
|
||||||
"edit_profile.fields.locked_label": "Lock account",
|
"edit_profile.fields.locked_label": "Lock account",
|
||||||
|
"edit_profile.fields.lud16_label": "Adresse Lightning",
|
||||||
|
"edit_profile.fields.lud16_placeholder": "utilisateur@exemple.com",
|
||||||
"edit_profile.fields.meta_fields.content_placeholder": "Content",
|
"edit_profile.fields.meta_fields.content_placeholder": "Content",
|
||||||
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
||||||
"edit_profile.fields.meta_fields_label": "Champs du profil",
|
"edit_profile.fields.meta_fields_label": "Champs du profil",
|
||||||
|
"edit_profile.fields.nip05_label": "Nom d'utilisateur",
|
||||||
|
"edit_profile.fields.nip05_placeholder": "utilisateur@domaine",
|
||||||
|
"edit_profile.fields.nip05_unverified": "Le nom n'a pas pu être vérifié et ne sera pas utilisé.",
|
||||||
"edit_profile.fields.stranger_notifications_label": "Bloquer les notifications des personnes inconnues",
|
"edit_profile.fields.stranger_notifications_label": "Bloquer les notifications des personnes inconnues",
|
||||||
"edit_profile.fields.website_label": "Website",
|
"edit_profile.fields.website_label": "Website",
|
||||||
"edit_profile.fields.website_placeholder": "Afficher un lien",
|
"edit_profile.fields.website_placeholder": "Afficher un lien",
|
||||||
|
@ -618,10 +717,14 @@
|
||||||
"empty_column.account_timeline": "Aucun pouet ici !",
|
"empty_column.account_timeline": "Aucun pouet ici !",
|
||||||
"empty_column.account_unavailable": "Profil non disponible",
|
"empty_column.account_unavailable": "Profil non disponible",
|
||||||
"empty_column.admin.announcements": "Il n'y a aucune annonce pour le moment.",
|
"empty_column.admin.announcements": "Il n'y a aucune annonce pour le moment.",
|
||||||
|
"empty_column.admin.domains": "Il n'y a pas encore de domaines.",
|
||||||
|
"empty_column.admin.relays": "Aucun relais n'a encore été suivi.",
|
||||||
|
"empty_column.admin.rules": "Il n'y a pas encore de règles d'instance.",
|
||||||
"empty_column.aliases": "You haven't created any account alias yet.",
|
"empty_column.aliases": "You haven't created any account alias yet.",
|
||||||
"empty_column.aliases.suggestions": "There are no account suggestions available for the provided term.",
|
"empty_column.aliases.suggestions": "There are no account suggestions available for the provided term.",
|
||||||
"empty_column.blocks": "Vous n’avez bloqué aucun·e utilisateur·rice pour le moment.",
|
"empty_column.blocks": "Vous n’avez bloqué aucun·e utilisateur·rice pour le moment.",
|
||||||
"empty_column.bookmarks": "You don't have any bookmarks yet. When you add one, it will show up here.",
|
"empty_column.bookmarks": "You don't have any bookmarks yet. When you add one, it will show up here.",
|
||||||
|
"empty_column.bookmarks.folder": "Vous n'avez pas encore de signets dans ce dossier. Lorsque vous en ajouterez un, il apparaîtra ici.",
|
||||||
"empty_column.community": "Le fil public local est vide. Écrivez donc quelque chose pour le remplir !",
|
"empty_column.community": "Le fil public local est vide. Écrivez donc quelque chose pour le remplir !",
|
||||||
"empty_column.direct": "Vous n’avez pas encore de messages directs. Lorsque vous en enverrez ou recevrez un, il s’affichera ici.",
|
"empty_column.direct": "Vous n’avez pas encore de messages directs. Lorsque vous en enverrez ou recevrez un, il s’affichera ici.",
|
||||||
"empty_column.dislikes": "Personne n'a détesté cette publication pour l'instant. Quand quelqu'un le fera cela se verra ici.",
|
"empty_column.dislikes": "Personne n'a détesté cette publication pour l'instant. Quand quelqu'un le fera cela se verra ici.",
|
||||||
|
@ -633,6 +736,10 @@
|
||||||
"empty_column.filters": "You haven't created any muted words yet.",
|
"empty_column.filters": "You haven't created any muted words yet.",
|
||||||
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
||||||
"empty_column.follow_requests": "Vous n’avez pas encore de demande de suivi. Lorsque vous en recevrez une, elle apparaîtra ici.",
|
"empty_column.follow_requests": "Vous n’avez pas encore de demande de suivi. Lorsque vous en recevrez une, elle apparaîtra ici.",
|
||||||
|
"empty_column.followed_tags": "Vous n'avez encore suivi aucun hashtag.",
|
||||||
|
"empty_column.group": "Il n'y a pas encore de messages dans ce groupe.",
|
||||||
|
"empty_column.group_blocks": "Le groupe n'a encore banni d'utilisateur.",
|
||||||
|
"empty_column.group_membership_requests": "Il n'y a pas de demande d'adhésion en cours pour ce groupe.",
|
||||||
"empty_column.hashtag": "Il n’y a encore aucun contenu associé à ce hashtag.",
|
"empty_column.hashtag": "Il n’y a encore aucun contenu associé à ce hashtag.",
|
||||||
"empty_column.home": "Vous ne suivez personne. Visitez {public} ou utilisez la recherche pour trouver d’autres personnes à suivre.",
|
"empty_column.home": "Vous ne suivez personne. Visitez {public} ou utilisez la recherche pour trouver d’autres personnes à suivre.",
|
||||||
"empty_column.home.local_tab": "the {site_title} tab",
|
"empty_column.home.local_tab": "the {site_title} tab",
|
||||||
|
@ -655,9 +762,11 @@
|
||||||
"event.copy": "Copier le lien de l'évènement",
|
"event.copy": "Copier le lien de l'évènement",
|
||||||
"event.date": "Date",
|
"event.date": "Date",
|
||||||
"event.description": "Description",
|
"event.description": "Description",
|
||||||
|
"event.discussion": "Discussion",
|
||||||
"event.discussion.empty": "Personne n'a commenté cet évènement pour l'instant. Quand quelqu'un le fera, cela apparaîtra ici.",
|
"event.discussion.empty": "Personne n'a commenté cet évènement pour l'instant. Quand quelqu'un le fera, cela apparaîtra ici.",
|
||||||
"event.export_ics": "Exporter vers votre calendrier",
|
"event.export_ics": "Exporter vers votre calendrier",
|
||||||
"event.external": "Voir les évènements sur {domain}",
|
"event.external": "Voir les évènements sur {domain}",
|
||||||
|
"event.information": "Information",
|
||||||
"event.join_state.accept": "Participer",
|
"event.join_state.accept": "Participer",
|
||||||
"event.join_state.empty": "Participer",
|
"event.join_state.empty": "Participer",
|
||||||
"event.join_state.pending": "En attente",
|
"event.join_state.pending": "En attente",
|
||||||
|
@ -666,7 +775,10 @@
|
||||||
"event.manage": "Gérer",
|
"event.manage": "Gérer",
|
||||||
"event.organized_by": "Organisé par {name}",
|
"event.organized_by": "Organisé par {name}",
|
||||||
"event.participants": "{count} {rawCount, plural, one {person} other {people}} participent",
|
"event.participants": "{count} {rawCount, plural, one {person} other {people}} participent",
|
||||||
|
"event.quote": "Citer l'événement",
|
||||||
|
"event.reblog": "Reposter l'événement",
|
||||||
"event.show_on_map": "Montrer sur la carte",
|
"event.show_on_map": "Montrer sur la carte",
|
||||||
|
"event.unreblog": "Annuler la re-publication",
|
||||||
"event.website": "Liens externes",
|
"event.website": "Liens externes",
|
||||||
"event_map.navigate": "Naviguer",
|
"event_map.navigate": "Naviguer",
|
||||||
"events.create_event": "Créer un évènement",
|
"events.create_event": "Créer un évènement",
|
||||||
|
@ -704,19 +816,90 @@
|
||||||
"filters.added": "Filter added.",
|
"filters.added": "Filter added.",
|
||||||
"filters.context_header": "Filter contexts",
|
"filters.context_header": "Filter contexts",
|
||||||
"filters.context_hint": "One or multiple contexts where the filter should apply",
|
"filters.context_hint": "One or multiple contexts where the filter should apply",
|
||||||
|
"filters.create_filter": "Créer un filtre",
|
||||||
"filters.filters_list_context_label": "Contexte du filtre :",
|
"filters.filters_list_context_label": "Contexte du filtre :",
|
||||||
"filters.filters_list_drop": "Drop",
|
"filters.filters_list_drop": "Drop",
|
||||||
|
"filters.filters_list_expired": "Expiré",
|
||||||
"filters.filters_list_hide": "Hide",
|
"filters.filters_list_hide": "Hide",
|
||||||
|
"filters.filters_list_hide_completely": "Cacher le contenu",
|
||||||
|
"filters.filters_list_phrases_label": "Mots clés ou phrases :",
|
||||||
|
"filters.filters_list_warn": "Afficher un avertissement",
|
||||||
"filters.removed": "Filter deleted.",
|
"filters.removed": "Filter deleted.",
|
||||||
|
"follow_recommendations.heading": "Profils suggérés",
|
||||||
"follow_request.authorize": "Accepter",
|
"follow_request.authorize": "Accepter",
|
||||||
"follow_request.reject": "Rejeter",
|
"follow_request.reject": "Rejeter",
|
||||||
"gdpr.accept": "Accept",
|
"gdpr.accept": "Accept",
|
||||||
"gdpr.learn_more": "Learn more",
|
"gdpr.learn_more": "Learn more",
|
||||||
"gdpr.message": "{siteTitle} uses session cookies, which are essential to the website's functioning.",
|
"gdpr.message": "{siteTitle} uses session cookies, which are essential to the website's functioning.",
|
||||||
"gdpr.title": "{siteTitle} uses cookies",
|
"gdpr.title": "{siteTitle} uses cookies",
|
||||||
|
"generic.saved": "Sauvegardé",
|
||||||
"getting_started.open_source_notice": "{code_name} est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {code_link} (v{code_version}) sur GitLab.",
|
"getting_started.open_source_notice": "{code_name} est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {code_link} (v{code_version}) sur GitLab.",
|
||||||
"header.login.label": "Log in",
|
"group.banned.message": "Vous êtes banni du {group}",
|
||||||
"header.register.label": "Register",
|
"group.cancel_request": "Annuler la demande",
|
||||||
|
"group.delete.success": "Groupe supprimé avec succès",
|
||||||
|
"group.deleted.message": "Ce groupe a été supprimé.",
|
||||||
|
"group.demote.user.success": "@{name} est maintenant membre",
|
||||||
|
"group.group_mod_authorize.fail": "Échec de l'approbation de @{name}",
|
||||||
|
"group.group_mod_block": "Banni du groupe",
|
||||||
|
"group.group_mod_block.success": "@{name} est banni",
|
||||||
|
"group.group_mod_demote": "Enlever {role} le rôle",
|
||||||
|
"group.group_mod_kick": "Expulser @{name} du groupe",
|
||||||
|
"group.group_mod_kick.success": "A expulsé @{name} du groupe",
|
||||||
|
"group.group_mod_promote_mod": "Attribuer le rôle {role}",
|
||||||
|
"group.group_mod_reject.fail": "Échec du rejet de @{name}",
|
||||||
|
"group.group_mod_unblock": "Déban",
|
||||||
|
"group.group_mod_unblock.success": "Déban @{name} du groupe",
|
||||||
|
"group.header.alt": "En-tête de groupe",
|
||||||
|
"group.join.private": "Demande d'accès",
|
||||||
|
"group.join.public": "Rejoindre le groupe",
|
||||||
|
"group.join.request_success": "Demande envoyée au propriétaire du groupe",
|
||||||
|
"group.join.success": "Groupe rejoint avec succès !",
|
||||||
|
"group.leave": "Quitter le groupe",
|
||||||
|
"group.leave.label": "Quitter",
|
||||||
|
"group.leave.success": "A quitté le groupe",
|
||||||
|
"group.manage": "Gérer le groupe",
|
||||||
|
"group.member.admin.limit.summary": "Vous pouvez attribuer jusqu'à {count, pluriel, un {admin} d'autres {admins}} au groupe pour le moment.",
|
||||||
|
"group.member.admin.limit.title": "Limite d'administrateur atteinte",
|
||||||
|
"group.mute.label": "Muet",
|
||||||
|
"group.mute.long_label": "Groupe muet",
|
||||||
|
"group.mute.success": "Mettre le groupe en sourdine",
|
||||||
|
"group.popover.action": "Voir le groupe",
|
||||||
|
"group.popover.summary": "Vous devez être membre du groupe pour pouvoir répondre à ce statut.",
|
||||||
|
"group.popover.title": "Adhésion obligatoire",
|
||||||
|
"group.privacy.locked": "Privé",
|
||||||
|
"group.privacy.locked.full": "Groupe privé",
|
||||||
|
"group.privacy.locked.info": "A découvrir. Les utilisateurs peuvent participer après que leur demande a été approuvée.",
|
||||||
|
"group.privacy.public": "Public",
|
||||||
|
"group.privacy.public.full": "Groupe Public",
|
||||||
|
"group.privacy.public.info": "À découvrir. Tout le monde peut y participer.",
|
||||||
|
"group.private.message": "Le contenu n'est visible que par les membres du groupe",
|
||||||
|
"group.promote.admin.confirmation.message": "Êtes-vous sûr de vouloir attribuer le rôle d'administrateur à @{name} ?",
|
||||||
|
"group.promote.admin.confirmation.title": "Attribuer un rôle d'administrateur",
|
||||||
|
"group.promote.admin.success": "@{name} est maintenant administrateur",
|
||||||
|
"group.report.label": "Signaler",
|
||||||
|
"group.role.admin": "Administrateur",
|
||||||
|
"group.role.owner": "Propriétaire",
|
||||||
|
"group.share.label": "Partager",
|
||||||
|
"group.tabs.all": "Tous",
|
||||||
|
"group.tabs.media": "Media",
|
||||||
|
"group.tabs.members": "Membres",
|
||||||
|
"group.tabs.tags": "Thèmes",
|
||||||
|
"group.tags.hidden.success": "Sujet marqué comme masqué",
|
||||||
|
"groups.discover.suggested.show_more": "Afficher plus",
|
||||||
|
"groups.discover.suggested.title": "Suggéré pour vous",
|
||||||
|
"groups.discover.tags.empty": "Impossible d'extraire les sujets les plus populaires pour le moment. Veuillez revenir plus tard.",
|
||||||
|
"groups.discover.tags.show_more": "Afficher plus",
|
||||||
|
"groups.discover.tags.title": "Parcourir les sujets",
|
||||||
|
"groups.discovery.tags.no_of_groups": "Nombre de groupes",
|
||||||
|
"groups.empty.subtitle": "Commencez à découvrir des groupes à rejoindre ou créez le vôtre.",
|
||||||
|
"groups.empty.title": "Pas encore de groupes",
|
||||||
|
"groups.popular.label": "Groupes suggérés",
|
||||||
|
"groups.search.placeholder": "Rechercher dans mes groupes",
|
||||||
|
"groups.suggested.label": "Groupes suggérés",
|
||||||
|
"groups.tags.title": "Parcourir les sujets",
|
||||||
|
"hashtag.follow": "Suivre le hashtag",
|
||||||
|
"header.login.label": "Connexion",
|
||||||
|
"header.register.label": "Inscription",
|
||||||
"home.column_settings.show_reblogs": "Afficher les partages",
|
"home.column_settings.show_reblogs": "Afficher les partages",
|
||||||
"home.column_settings.show_replies": "Afficher les réponses",
|
"home.column_settings.show_replies": "Afficher les réponses",
|
||||||
"icon_button.icons": "Icons",
|
"icon_button.icons": "Icons",
|
||||||
|
@ -891,7 +1074,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {autre} other {autres}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.pleroma:event_reminder": "Un évènement auquel vous participez commence bientôt",
|
"notification.pleroma:event_reminder": "Un évènement auquel vous participez commence bientôt",
|
||||||
|
@ -924,12 +1106,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "C'est vous-même ! Les autres personnes peuvent vous suivre depuis d'autres serveurs en utilisant votre adresse complète contenant un @.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "Nous sommes vraiment heureux de vous accueillir dans notre communauté ! Utilisez le bouton ci-dessous pour commencer.",
|
"onboarding.finished.message": "Nous sommes vraiment heureux de vous accueillir dans notre communauté ! Utilisez le bouton ci-dessous pour commencer.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1254,9 +1430,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Accueil",
|
"tabs_bar.home": "Accueil",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blocked users",
|
"column.blocks": "Blocked users",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Local timeline",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"account.mention": "Mencionar",
|
"account.mention": "Mencionar",
|
||||||
"account.mute": "Acalar @{name}",
|
"account.mute": "Acalar @{name}",
|
||||||
"account.posts": "Posts",
|
"account.posts": "Posts",
|
||||||
"account.posts_with_replies": "Toots e respostas",
|
"account.posts_with_replies": "Posts e respostas",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
"account.report": "Informar sobre @{name}",
|
"account.report": "Informar sobre @{name}",
|
||||||
"account.requested": "Agardando aceptación. Pulse para cancelar a solicitude de seguimento",
|
"account.requested": "Agardando aceptación. Pulse para cancelar a solicitude de seguimento",
|
||||||
|
@ -68,7 +68,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Usuarias bloqueadas",
|
"column.blocks": "Usuarias bloqueadas",
|
||||||
"column.community": "Liña temporal local",
|
|
||||||
"column.direct": "Mensaxes directas",
|
"column.direct": "Mensaxes directas",
|
||||||
"column.domain_blocks": "Dominios agochados",
|
"column.domain_blocks": "Dominios agochados",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -86,7 +85,7 @@
|
||||||
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "Este toot enviarase só as usuarias mencionadas. Porén, a súa proveedora de internet e calquera das instancias receptoras poderían examinar esta mensaxe.",
|
"compose_form.direct_message_warning": "Este toot enviarase só as usuarias mencionadas. Porén, a súa proveedora de internet e calquera das instancias receptoras poderían examinar esta mensaxe.",
|
||||||
"compose_form.hashtag_warning": "Esta mensaxe non será listada baixo ningunha etiqueta xa que está marcada como non listada. Só os toots públicos poden buscarse por etiquetas.",
|
"compose_form.hashtag_warning": "Esta mensaxe non será listada baixo ningunha etiqueta xa que está marcada como non listada. Só os posts públicos poden buscarse por etiquetas.",
|
||||||
"compose_form.lock_disclaimer": "A súa conta non está {locked}. Calquera pode seguila para ver as súas mensaxes só-para-seguidoras.",
|
"compose_form.lock_disclaimer": "A súa conta non está {locked}. Calquera pode seguila para ver as súas mensaxes só-para-seguidoras.",
|
||||||
"compose_form.lock_disclaimer.lock": "bloqueado",
|
"compose_form.lock_disclaimer.lock": "bloqueado",
|
||||||
"compose_form.message": "Message",
|
"compose_form.message": "Message",
|
||||||
|
@ -154,13 +153,13 @@
|
||||||
"emoji_button.search_results": "Resultados da busca",
|
"emoji_button.search_results": "Resultados da busca",
|
||||||
"emoji_button.symbols": "Símbolos",
|
"emoji_button.symbols": "Símbolos",
|
||||||
"emoji_button.travel": "Viaxes e Lugares",
|
"emoji_button.travel": "Viaxes e Lugares",
|
||||||
"empty_column.account_timeline": "Sen toots por aquí!",
|
"empty_column.account_timeline": "Sen posts por aquí!",
|
||||||
"empty_column.account_unavailable": "Perfil non dispoñible",
|
"empty_column.account_unavailable": "Perfil non dispoñible",
|
||||||
"empty_column.blocks": "Non bloqueou ningunha usuaria polo de agora.",
|
"empty_column.blocks": "Non bloqueou ningunha usuaria polo de agora.",
|
||||||
"empty_column.community": "A liña temporal local está baldeira. Escriba algo de xeito público para que rule!",
|
"empty_column.community": "A liña temporal local está baldeira. Escriba algo de xeito público para que rule!",
|
||||||
"empty_column.direct": "Aínda non ten mensaxes directas. Cando envíe ou reciba unha, aparecerá aquí.",
|
"empty_column.direct": "Aínda non ten mensaxes directas. Cando envíe ou reciba unha, aparecerá aquí.",
|
||||||
"empty_column.domain_blocks": "Aínda non ocultou ningún dominio.",
|
"empty_column.domain_blocks": "Aínda non ocultou ningún dominio.",
|
||||||
"empty_column.favourited_statuses": "Aínda non ten toots favoritos. Cando favoreza algún, aparecerá aquí.",
|
"empty_column.favourited_statuses": "Aínda non ten posts favoritos. Cando favoreza algún, aparecerá aquí.",
|
||||||
"empty_column.favourites": "Ninguén favoreceu este toot polo momento. Cando o faga alguén, aparecerán aquí.",
|
"empty_column.favourites": "Ninguén favoreceu este toot polo momento. Cando o faga alguén, aparecerán aquí.",
|
||||||
"empty_column.follow_requests": "Non ten peticións de seguimento. Cando reciba unha, mostrarase aquí.",
|
"empty_column.follow_requests": "Non ten peticións de seguimento. Cando reciba unha, mostrarase aquí.",
|
||||||
"empty_column.hashtag": "Aínda non hai nada con esta etiqueta.",
|
"empty_column.hashtag": "Aínda non hai nada con esta etiqueta.",
|
||||||
|
@ -200,7 +199,7 @@
|
||||||
"keyboard_shortcuts.my_profile": "abrir o seu perfil",
|
"keyboard_shortcuts.my_profile": "abrir o seu perfil",
|
||||||
"keyboard_shortcuts.notifications": "abrir columna de notificacións",
|
"keyboard_shortcuts.notifications": "abrir columna de notificacións",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "abrir lista de toots fixados",
|
"keyboard_shortcuts.pinned": "abrir lista de posts fixados",
|
||||||
"keyboard_shortcuts.profile": "abrir perfil da autora",
|
"keyboard_shortcuts.profile": "abrir perfil da autora",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "para responder",
|
"keyboard_shortcuts.reply": "para responder",
|
||||||
|
@ -263,7 +262,6 @@
|
||||||
"notification.follow": "{name} está a seguila",
|
"notification.follow": "{name} está a seguila",
|
||||||
"notification.mention": "{name} mencionoute",
|
"notification.mention": "{name} mencionoute",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "Unha sondaxe na que votou xa rematou",
|
"notification.poll": "Unha sondaxe na que votou xa rematou",
|
||||||
"notification.reblog": "{name} promoveu o seu estado",
|
"notification.reblog": "{name} promoveu o seu estado",
|
||||||
"notifications.filter.all": "Todo",
|
"notifications.filter.all": "Todo",
|
||||||
|
@ -274,7 +272,6 @@
|
||||||
"notifications.filter.polls": "Resultados da sondaxe",
|
"notifications.filter.polls": "Resultados da sondaxe",
|
||||||
"notifications.group": "{count} notificacións",
|
"notifications.group": "{count} notificacións",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -368,7 +365,7 @@
|
||||||
"status.mute_conversation": "Acalar conversa",
|
"status.mute_conversation": "Acalar conversa",
|
||||||
"status.open": "Expandir este estado",
|
"status.open": "Expandir este estado",
|
||||||
"status.pin": "Fixar no perfil",
|
"status.pin": "Fixar no perfil",
|
||||||
"status.pinned": "Toot fixado",
|
"status.pinned": "Post fixado",
|
||||||
"status.read_more": "Lea máis",
|
"status.read_more": "Lea máis",
|
||||||
"status.reblog": "Promover",
|
"status.reblog": "Promover",
|
||||||
"status.reblog_private": "Promover a audiencia orixinal",
|
"status.reblog_private": "Promover a audiencia orixinal",
|
||||||
|
@ -391,9 +388,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Inicio",
|
"tabs_bar.home": "Inicio",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Notificacións",
|
"tabs_bar.notifications": "Notificacións",
|
||||||
"tabs_bar.search": "Buscar",
|
"tabs_bar.search": "Buscar",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -275,7 +275,6 @@
|
||||||
"column.blocks": "חסימות",
|
"column.blocks": "חסימות",
|
||||||
"column.bookmarks": "סימניות",
|
"column.bookmarks": "סימניות",
|
||||||
"column.chats": "צ'אטים",
|
"column.chats": "צ'אטים",
|
||||||
"column.community": "ציר זמן מקומי",
|
|
||||||
"column.crypto_donate": "תרום קריפטו",
|
"column.crypto_donate": "תרום קריפטו",
|
||||||
"column.developers": "מפתחים",
|
"column.developers": "מפתחים",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -918,7 +917,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} הועבר אל {targetName}",
|
"notification.move": "{name} הועבר אל {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count, plural, one {# אחר} other {# אחרים}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} שלח לך הודעה",
|
"notification.pleroma:chat_mention": "{name} שלח לך הודעה",
|
||||||
"notification.pleroma:emoji_reaction": "{name} הגיב לפוסט שלך",
|
"notification.pleroma:emoji_reaction": "{name} הגיב לפוסט שלך",
|
||||||
"notification.poll": "סקר שהצבעת בו הסתיים",
|
"notification.poll": "סקר שהצבעת בו הסתיים",
|
||||||
|
@ -948,12 +946,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1264,9 +1256,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "הכל",
|
"tabs_bar.all": "הכל",
|
||||||
"tabs_bar.dashboard": "לוח מחוונים",
|
"tabs_bar.dashboard": "לוח מחוונים",
|
||||||
"tabs_bar.fediverse": "פדרציה",
|
|
||||||
"tabs_bar.home": "בית",
|
"tabs_bar.home": "בית",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "עוד",
|
"tabs_bar.more": "עוד",
|
||||||
"tabs_bar.notifications": "התראות",
|
"tabs_bar.notifications": "התראות",
|
||||||
"tabs_bar.profile": "פרופיל",
|
"tabs_bar.profile": "פרופיל",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blocked users",
|
"column.blocks": "Blocked users",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Local timeline",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -252,7 +251,7 @@
|
||||||
"compose.edit_success": "Your post was edited",
|
"compose.edit_success": "Your post was edited",
|
||||||
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "This toot will only be sent to all the mentioned users.",
|
"compose_form.direct_message_warning": "This post will only be sent to all the mentioned users.",
|
||||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
|
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
|
||||||
"compose_form.lock_disclaimer.lock": "locked",
|
"compose_form.lock_disclaimer.lock": "locked",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
1569
src/locales/hr.json
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Letiltott felhasználók",
|
"column.blocks": "Letiltott felhasználók",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Helyi idővonal",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "Egy szavazás, melyben részt vettél, véget ért",
|
"notification.poll": "Egy szavazás, melyben részt vettél, véget ért",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Saját",
|
"tabs_bar.home": "Saját",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Értesítések",
|
"tabs_bar.notifications": "Értesítések",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"account.mention": "Նշել",
|
"account.mention": "Նշել",
|
||||||
"account.mute": "Լռեցնել @{name}֊ին",
|
"account.mute": "Լռեցնել @{name}֊ին",
|
||||||
"account.posts": "Գրառումներ",
|
"account.posts": "Գրառումներ",
|
||||||
"account.posts_with_replies": "Toots with replies",
|
"account.posts_with_replies": "Posts with replies",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
"account.report": "Բողոքել @{name}֊ից",
|
"account.report": "Բողոքել @{name}֊ից",
|
||||||
"account.requested": "Հաստատման կարիք ունի։ Սեղմիր՝ հետեւելու հայցը չեղարկելու համար։",
|
"account.requested": "Հաստատման կարիք ունի։ Սեղմիր՝ հետեւելու հայցը չեղարկելու համար։",
|
||||||
|
@ -59,7 +59,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Արգելափակված օգտատերեր",
|
"column.blocks": "Արգելափակված օգտատերեր",
|
||||||
"column.community": "Տեղական հոսք",
|
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
"column.filters.delete": "Delete",
|
"column.filters.delete": "Delete",
|
||||||
"column.filters.notifications": "Notifications",
|
"column.filters.notifications": "Notifications",
|
||||||
|
@ -73,7 +72,7 @@
|
||||||
"column.notifications": "Ծանուցումներ",
|
"column.notifications": "Ծանուցումներ",
|
||||||
"column.public": "Դաշնային հոսք",
|
"column.public": "Դաշնային հոսք",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "This toot will only be visible to all the mentioned users.",
|
"compose_form.direct_message_warning": "This post will only be visible to all the mentioned users.",
|
||||||
"compose_form.hashtag_warning": "Այս թութը չի հաշվառվի որեւէ պիտակի տակ, քանզի այն ծածուկ է։ Միայն հրապարակային թթերը հնարավոր է որոնել պիտակներով։",
|
"compose_form.hashtag_warning": "Այս թութը չի հաշվառվի որեւէ պիտակի տակ, քանզի այն ծածուկ է։ Միայն հրապարակային թթերը հնարավոր է որոնել պիտակներով։",
|
||||||
"compose_form.lock_disclaimer": "Քո հաշիվը {locked} չէ։ Յուրաքանչյուր ոք կարող է հետեւել քեզ եւ տեսնել միայն հետեւողների համար նախատեսված գրառումները։",
|
"compose_form.lock_disclaimer": "Քո հաշիվը {locked} չէ։ Յուրաքանչյուր ոք կարող է հետեւել քեզ եւ տեսնել միայն հետեւողների համար նախատեսված գրառումները։",
|
||||||
"compose_form.lock_disclaimer.lock": "փակ",
|
"compose_form.lock_disclaimer.lock": "փակ",
|
||||||
|
@ -226,7 +225,6 @@
|
||||||
"notifications.filter.favourites": "Favorites",
|
"notifications.filter.favourites": "Favorites",
|
||||||
"notifications.group": "{count} notifications",
|
"notifications.group": "{count} notifications",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -319,9 +317,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Հիմնական",
|
"tabs_bar.home": "Հիմնական",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Ծանուցումներ",
|
"tabs_bar.notifications": "Ծանուցումներ",
|
||||||
"tabs_bar.search": "Փնտրել",
|
"tabs_bar.search": "Փնտրել",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -297,7 +297,6 @@
|
||||||
"column.blocks": "Blokir",
|
"column.blocks": "Blokir",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Obrolan",
|
"column.chats": "Obrolan",
|
||||||
"column.community": "Linimasa Lokal",
|
|
||||||
"column.crypto_donate": "Donasi Cryptocurrency",
|
"column.crypto_donate": "Donasi Cryptocurrency",
|
||||||
"column.developers": "Pengembang",
|
"column.developers": "Pengembang",
|
||||||
"column.developers.service_worker": "Pekerja Layanan",
|
"column.developers.service_worker": "Pekerja Layanan",
|
||||||
|
@ -410,7 +409,7 @@
|
||||||
"compose_event.upload_banner": "Unggah spanduk acara",
|
"compose_event.upload_banner": "Unggah spanduk acara",
|
||||||
"compose_form.direct_message_warning": "This toot will only be visible to all the mentioned users.",
|
"compose_form.direct_message_warning": "This toot will only be visible to all the mentioned users.",
|
||||||
"compose_form.event_placeholder": "Posting ke acara ini",
|
"compose_form.event_placeholder": "Posting ke acara ini",
|
||||||
"compose_form.hashtag_warning": "Toot ini tidak akan ada dalam daftar tagar manapun karena telah di set sebagai tidak terdaftar. Hanya postingan publik yang bisa dicari dengan tagar.",
|
"compose_form.hashtag_warning": "Post ini tidak akan ada dalam daftar tagar manapun karena telah di set sebagai tidak terdaftar. Hanya postingan publik yang bisa dicari dengan tagar.",
|
||||||
"compose_form.lock_disclaimer": "Akun anda tidak {locked}. Semua orang dapat mengikuti anda untuk melihat postingan khusus untuk pengikut anda.",
|
"compose_form.lock_disclaimer": "Akun anda tidak {locked}. Semua orang dapat mengikuti anda untuk melihat postingan khusus untuk pengikut anda.",
|
||||||
"compose_form.lock_disclaimer.lock": "terkunci",
|
"compose_form.lock_disclaimer.lock": "terkunci",
|
||||||
"compose_form.markdown.marked": "Markdown postingan diaktifkan",
|
"compose_form.markdown.marked": "Markdown postingan diaktifkan",
|
||||||
|
@ -1069,7 +1068,6 @@
|
||||||
"notification.mentioned": "{name} menyebutmu",
|
"notification.mentioned": "{name} menyebutmu",
|
||||||
"notification.move": "{name} pindah ke {targetName}",
|
"notification.move": "{name} pindah ke {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {hitung, jamak, satu {# lainnya} lainnya {# lainnya}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} mengirimimu pesan",
|
"notification.pleroma:chat_mention": "{name} mengirimimu pesan",
|
||||||
"notification.pleroma:emoji_reaction": "{name} bereaksi terhadap postingan Anda",
|
"notification.pleroma:emoji_reaction": "{name} bereaksi terhadap postingan Anda",
|
||||||
"notification.pleroma:event_reminder": "Acara yang Anda ikuti akan segera dimulai",
|
"notification.pleroma:event_reminder": "Acara yang Anda ikuti akan segera dimulai",
|
||||||
|
@ -1102,12 +1100,6 @@
|
||||||
"onboarding.display_name.title": "Pilihlah nama display",
|
"onboarding.display_name.title": "Pilihlah nama display",
|
||||||
"onboarding.done": "Selesai",
|
"onboarding.done": "Selesai",
|
||||||
"onboarding.error": "Terjadi kesalahan yang tidak terduga. Silakan coba lagi atau lewati langkah ini.",
|
"onboarding.error": "Terjadi kesalahan yang tidak terduga. Silakan coba lagi atau lewati langkah ini.",
|
||||||
"onboarding.fediverse.its_you": "Ini kamu! Orang lain dapat mengikuti Anda dari server lain dengan menggunakan @-handle lengkap Anda.",
|
|
||||||
"onboarding.fediverse.message": "Fediverse adalah jaringan sosial yang terdiri dari ribuan situs media sosial yang beragam dan dijalankan secara independen (alias \"server\"). Anda dapat mengikuti pengguna — dan menyukai, memposting ulang, dan membalas postingan — dari sebagian besar server Fediverse lainnya, karena mereka dapat berkomunikasi dengan {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "Saat menjelajahi timeline Anda, perhatikan nama pengguna lengkap setelah simbol @ kedua untuk mengetahui dari server mana postingan tersebut berasal.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} hanyalah salah satu bagian dari Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Karena didistribusikan dan siapa pun dapat menjalankan servernya sendiri, Fediverse tangguh dan terbuka. Jika Anda memilih untuk bergabung dengan server lain atau menyiapkan server Anda sendiri, Anda dapat berinteraksi dengan orang yang sama dan melanjutkan di grafik sosial yang sama.",
|
|
||||||
"onboarding.finished.message": "Kami sangat senang menyambut Anda di komunitas kami! Ketuk tombol di bawah untuk memulai.",
|
"onboarding.finished.message": "Kami sangat senang menyambut Anda di komunitas kami! Ketuk tombol di bawah untuk memulai.",
|
||||||
"onboarding.finished.title": "Orientasi selesai",
|
"onboarding.finished.title": "Orientasi selesai",
|
||||||
"onboarding.header.subtitle": "Ini akan ditampilkan di bagian atas profil Anda.",
|
"onboarding.header.subtitle": "Ini akan ditampilkan di bagian atas profil Anda.",
|
||||||
|
@ -1458,10 +1450,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Semua",
|
"tabs_bar.all": "Semua",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.groups": "Grup",
|
"tabs_bar.groups": "Grup",
|
||||||
"tabs_bar.home": "Beranda",
|
"tabs_bar.home": "Beranda",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "Lagi",
|
"tabs_bar.more": "Lagi",
|
||||||
"tabs_bar.notifications": "Notifikasi",
|
"tabs_bar.notifications": "Notifikasi",
|
||||||
"tabs_bar.profile": "Profil",
|
"tabs_bar.profile": "Profil",
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"account.muted": "Muted",
|
"account.muted": "Muted",
|
||||||
"account.never_active": "Never",
|
"account.never_active": "Never",
|
||||||
"account.posts": "Mesaji",
|
"account.posts": "Mesaji",
|
||||||
"account.posts_with_replies": "Toots with replies",
|
"account.posts_with_replies": "Posts with replies",
|
||||||
"account.profile": "Profile",
|
"account.profile": "Profile",
|
||||||
"account.profile_external": "View profile on {domain}",
|
"account.profile_external": "View profile on {domain}",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blokusita uzeri",
|
"column.blocks": "Blokusita uzeri",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Lokala tempolineo",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -252,7 +251,7 @@
|
||||||
"compose.edit_success": "Your post was edited",
|
"compose.edit_success": "Your post was edited",
|
||||||
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "This toot will only be visible to all the mentioned users.",
|
"compose_form.direct_message_warning": "This post will only be visible to all the mentioned users.",
|
||||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
|
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
|
||||||
"compose_form.lock_disclaimer.lock": "locked",
|
"compose_form.lock_disclaimer.lock": "locked",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Hemo",
|
"tabs_bar.home": "Hemo",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Savigi",
|
"tabs_bar.notifications": "Savigi",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Útilokaðir notendur",
|
"column.blocks": "Útilokaðir notendur",
|
||||||
"column.bookmarks": "Bókamerki",
|
"column.bookmarks": "Bókamerki",
|
||||||
"column.chats": "Spjöll",
|
"column.chats": "Spjöll",
|
||||||
"column.community": "Staðbundin tímalína",
|
|
||||||
"column.crypto_donate": "Gefa dulmálsgjaldmiðil",
|
"column.crypto_donate": "Gefa dulmálsgjaldmiðil",
|
||||||
"column.developers": "Forritarar",
|
"column.developers": "Forritarar",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Veldur birtingarnafn",
|
"onboarding.display_name.title": "Veldur birtingarnafn",
|
||||||
"onboarding.done": "Komið",
|
"onboarding.done": "Komið",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "Við erum mjög spennt að bjóða þig velkomin(n) í samfélagið okkar! Ýttu á hnappinn hér að neðan til að byrja.",
|
"onboarding.finished.message": "Við erum mjög spennt að bjóða þig velkomin(n) í samfélagið okkar! Ýttu á hnappinn hér að neðan til að byrja.",
|
||||||
"onboarding.finished.title": "Innganga búin",
|
"onboarding.finished.title": "Innganga búin",
|
||||||
"onboarding.header.subtitle": "Þetta mun birtast efst á notandasniði þínu.",
|
"onboarding.header.subtitle": "Þetta mun birtast efst á notandasniði þínu.",
|
||||||
|
@ -1015,9 +1007,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Allt",
|
"tabs_bar.all": "Allt",
|
||||||
"tabs_bar.dashboard": "Stjórnborð",
|
"tabs_bar.dashboard": "Stjórnborð",
|
||||||
"tabs_bar.fediverse": "Samtengdir Vefþjónar",
|
|
||||||
"tabs_bar.home": "Heima",
|
"tabs_bar.home": "Heima",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "Meira",
|
"tabs_bar.more": "Meira",
|
||||||
"tabs_bar.notifications": "Tilkynningar",
|
"tabs_bar.notifications": "Tilkynningar",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
"account.mute": "Silenzia @{name}",
|
"account.mute": "Silenzia @{name}",
|
||||||
"account.muted": "Silenziato",
|
"account.muted": "Silenziato",
|
||||||
"account.never_active": "Mai",
|
"account.never_active": "Mai",
|
||||||
|
"account.npub": "Copia NPUB del profilo",
|
||||||
"account.patron": "Sostienici",
|
"account.patron": "Sostienici",
|
||||||
"account.posts": "Pubblicazioni",
|
"account.posts": "Pubblicazioni",
|
||||||
"account.posts_with_replies": "Risposte",
|
"account.posts_with_replies": "Risposte",
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
"account_moderation_modal.fields.badges": "Etichette personalizzate",
|
"account_moderation_modal.fields.badges": "Etichette personalizzate",
|
||||||
"account_moderation_modal.fields.deactivate": "Disattiva profilo",
|
"account_moderation_modal.fields.deactivate": "Disattiva profilo",
|
||||||
"account_moderation_modal.fields.delete": "Elimina profilo",
|
"account_moderation_modal.fields.delete": "Elimina profilo",
|
||||||
|
"account_moderation_modal.fields.revoke_name": "Revoca nome",
|
||||||
"account_moderation_modal.fields.suggested": "Profilo suggerito",
|
"account_moderation_modal.fields.suggested": "Profilo suggerito",
|
||||||
"account_moderation_modal.fields.verified": "Profilo verificato",
|
"account_moderation_modal.fields.verified": "Profilo verificato",
|
||||||
"account_moderation_modal.info.id": "ID: {id}",
|
"account_moderation_modal.info.id": "ID: {id}",
|
||||||
|
@ -105,6 +107,16 @@
|
||||||
"admin.dashcounters.user_count_label": "persone totali",
|
"admin.dashcounters.user_count_label": "persone totali",
|
||||||
"admin.dashwidgets.email_list_header": "Email list",
|
"admin.dashwidgets.email_list_header": "Email list",
|
||||||
"admin.dashwidgets.software_header": "Software",
|
"admin.dashwidgets.software_header": "Software",
|
||||||
|
"admin.domains.action": "Crea dominio",
|
||||||
|
"admin.domains.delete": "Elimina",
|
||||||
|
"admin.domains.edit": "Modifica",
|
||||||
|
"admin.domains.name": "Dominio:",
|
||||||
|
"admin.domains.private": "Privato",
|
||||||
|
"admin.domains.public": "Pubblico",
|
||||||
|
"admin.domains.resolve.fail_label": "Indeterminato",
|
||||||
|
"admin.domains.resolve.last_checked": "Ultimo controllo: {date}",
|
||||||
|
"admin.domains.resolve.pending_label": "Controllo in corso",
|
||||||
|
"admin.domains.resolve.success_label": "Determinato correttamente",
|
||||||
"admin.edit_announcement.created": "Hai creato l'annuncio",
|
"admin.edit_announcement.created": "Hai creato l'annuncio",
|
||||||
"admin.edit_announcement.deleted": "Hai eliminato l'annuncio",
|
"admin.edit_announcement.deleted": "Hai eliminato l'annuncio",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "Mostra solamente le date del settore temporale selezionato",
|
"admin.edit_announcement.fields.all_day_hint": "Mostra solamente le date del settore temporale selezionato",
|
||||||
|
@ -117,6 +129,10 @@
|
||||||
"admin.edit_announcement.fields.start_time_placeholder": "L'annuncio inizia il:",
|
"admin.edit_announcement.fields.start_time_placeholder": "L'annuncio inizia il:",
|
||||||
"admin.edit_announcement.save": "Salva",
|
"admin.edit_announcement.save": "Salva",
|
||||||
"admin.edit_announcement.updated": "Hai modificato l'annuncio",
|
"admin.edit_announcement.updated": "Hai modificato l'annuncio",
|
||||||
|
"admin.edit_domain.created": "Dominio creato",
|
||||||
|
"admin.edit_domain.deleted": "Dominio eliminato",
|
||||||
|
"admin.edit_domain.fields.all_day_hint": "Seleziona per consentire a chiunque di iscriversi e ottenere un username su questo dominio",
|
||||||
|
"admin.edit_domain.fields.domain_label": "Dominio",
|
||||||
"admin.latest_accounts_panel.more": "Clicca per vedere {count, plural, one {# profilo} other {# profili}}",
|
"admin.latest_accounts_panel.more": "Clicca per vedere {count, plural, one {# profilo} other {# profili}}",
|
||||||
"admin.latest_accounts_panel.title": "Ultimi profili",
|
"admin.latest_accounts_panel.title": "Ultimi profili",
|
||||||
"admin.moderation_log.empty_message": "Non hai ancora moderato nessun profilo. In futuro, qui comparirà lo storico delle moderazioni.",
|
"admin.moderation_log.empty_message": "Non hai ancora moderato nessun profilo. In futuro, qui comparirà lo storico delle moderazioni.",
|
||||||
|
@ -310,7 +326,6 @@
|
||||||
"column.blocks": "Blocchi",
|
"column.blocks": "Blocchi",
|
||||||
"column.bookmarks": "Segnalibri",
|
"column.bookmarks": "Segnalibri",
|
||||||
"column.chats": "Chat",
|
"column.chats": "Chat",
|
||||||
"column.community": "Timeline locale",
|
|
||||||
"column.crypto_donate": "Donazioni in cripto valuta",
|
"column.crypto_donate": "Donazioni in cripto valuta",
|
||||||
"column.developers": "Sviluppatori",
|
"column.developers": "Sviluppatori",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -924,7 +939,7 @@
|
||||||
"keyboard_shortcuts.search": "per spostare il focus sulla ricerca",
|
"keyboard_shortcuts.search": "per spostare il focus sulla ricerca",
|
||||||
"keyboard_shortcuts.toggle_hidden": "per mostrare/nascondere il testo dei CW",
|
"keyboard_shortcuts.toggle_hidden": "per mostrare/nascondere il testo dei CW",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "mostrare/nascondere i media",
|
"keyboard_shortcuts.toggle_sensitivity": "mostrare/nascondere i media",
|
||||||
"keyboard_shortcuts.toot": "per iniziare a scrivere un toot completamente nuovo",
|
"keyboard_shortcuts.toot": "per iniziare a scrivere un post completamente nuovo",
|
||||||
"keyboard_shortcuts.unfocus": "per uscire dall'area di composizione o dalla ricerca",
|
"keyboard_shortcuts.unfocus": "per uscire dall'area di composizione o dalla ricerca",
|
||||||
"keyboard_shortcuts.up": "per spostarsi in alto nella lista",
|
"keyboard_shortcuts.up": "per spostarsi in alto nella lista",
|
||||||
"landing_page_modal.download": "Download",
|
"landing_page_modal.download": "Download",
|
||||||
|
@ -1103,7 +1118,6 @@
|
||||||
"notification.mentioned": "{name} ti ha menzionato",
|
"notification.mentioned": "{name} ti ha menzionato",
|
||||||
"notification.move": "{name} ha migrato su {targetName}",
|
"notification.move": "{name} ha migrato su {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count, plural, one {altro} other {altri}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} ti ha scritto in chat",
|
"notification.pleroma:chat_mention": "{name} ti ha scritto in chat",
|
||||||
"notification.pleroma:emoji_reaction": "{name} ha reagito alla pubblicazione",
|
"notification.pleroma:emoji_reaction": "{name} ha reagito alla pubblicazione",
|
||||||
"notification.pleroma:event_reminder": "Un evento a cui partecipi, inizierà presto",
|
"notification.pleroma:event_reminder": "Un evento a cui partecipi, inizierà presto",
|
||||||
|
@ -1136,12 +1150,6 @@
|
||||||
"onboarding.display_name.title": "Scegli un nome da visualizzare",
|
"onboarding.display_name.title": "Scegli un nome da visualizzare",
|
||||||
"onboarding.done": "Finito",
|
"onboarding.done": "Finito",
|
||||||
"onboarding.error": "Ooops! Un errore inaspettato! Per favore, riprova, oppure salta il passaggio.",
|
"onboarding.error": "Ooops! Un errore inaspettato! Per favore, riprova, oppure salta il passaggio.",
|
||||||
"onboarding.fediverse.its_you": "Ecco il tuo profilo! Le altre persone possono seguirti da altri siti tramite la username completa di dominio che vedi.",
|
|
||||||
"onboarding.fediverse.message": "Il «Fediverso» è un social network mondiale composto da migliaia di piccoli siti indipendenti come questo. Puoi seguire la maggior parte delle persone, aggiungere nuove pubblicazioni, rispondere a quelle altrui, ripubblicarle, reagire con i Like, esse comunicano tramite «{siteTitle}».",
|
|
||||||
"onboarding.fediverse.next": "Avanti",
|
|
||||||
"onboarding.fediverse.other_instances": "Quando esplori le tue «Timeline», fai sempre attenzione alla username altrui. La parte dietro la seconda @ indica il dominio (sito) di provenienza.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} è solo una delle istanze di tutto il fediverso",
|
|
||||||
"onboarding.fediverse.trailer": "Il «Fediverso» è distribuito, chiunque può avviare il proprio sito, per questo è Resiliente e Open. Se sceglierai cambiare sito, o di avviarne uno nuovo, potrai interagire con le stesse persone continuando il grafo sociale precedente.",
|
|
||||||
"onboarding.finished.message": "Siamo entusiasti di accoglierti nella nostra community! Inizia premendo il bottone sottostante.",
|
"onboarding.finished.message": "Siamo entusiasti di accoglierti nella nostra community! Inizia premendo il bottone sottostante.",
|
||||||
"onboarding.finished.title": "Eccoci finalmente insieme",
|
"onboarding.finished.title": "Eccoci finalmente insieme",
|
||||||
"onboarding.header.subtitle": "Verrà mostrata in cima al tuo profilo.",
|
"onboarding.header.subtitle": "Verrà mostrata in cima al tuo profilo.",
|
||||||
|
@ -1506,10 +1514,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Tutto",
|
"tabs_bar.all": "Tutto",
|
||||||
"tabs_bar.dashboard": "Cruscotto",
|
"tabs_bar.dashboard": "Cruscotto",
|
||||||
"tabs_bar.fediverse": "Timeline Federata",
|
|
||||||
"tabs_bar.groups": "Gruppi",
|
"tabs_bar.groups": "Gruppi",
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Timeline Locale",
|
|
||||||
"tabs_bar.more": "Altro",
|
"tabs_bar.more": "Altro",
|
||||||
"tabs_bar.notifications": "Notifiche",
|
"tabs_bar.notifications": "Notifiche",
|
||||||
"tabs_bar.profile": "Profilo",
|
"tabs_bar.profile": "Profilo",
|
||||||
|
|
|
@ -89,9 +89,9 @@
|
||||||
"admin.announcements.ends_at": "終了日時:",
|
"admin.announcements.ends_at": "終了日時:",
|
||||||
"admin.announcements.starts_at": "開始日時:",
|
"admin.announcements.starts_at": "開始日時:",
|
||||||
"admin.awaiting_approval.empty_message": "承認待ちの人はいません。誰かがアカウントを登録すると、ここでアカウントをレビューできます。",
|
"admin.awaiting_approval.empty_message": "承認待ちの人はいません。誰かがアカウントを登録すると、ここでアカウントをレビューできます。",
|
||||||
"admin.dashboard.registration_mode.approval_hint": "新規登録はできるものの、アカウントの有効化には管理者の承認が必要になります。",
|
"admin.dashboard.registration_mode.approval_hint": "誰でもアカウントを作成できますが、アカウントの有効化には管理者の承認が必要になります。",
|
||||||
"admin.dashboard.registration_mode.approval_label": "承認の要求",
|
"admin.dashboard.registration_mode.approval_label": "承認を必須にする",
|
||||||
"admin.dashboard.registration_mode.closed_hint": "誰も新規登録できません。誰かを招待することはできます。",
|
"admin.dashboard.registration_mode.closed_hint": "管理者による招待を受けたユーザー以外、このサーバーに参加できなくなります。",
|
||||||
"admin.dashboard.registration_mode.closed_label": "登録停止",
|
"admin.dashboard.registration_mode.closed_label": "登録停止",
|
||||||
"admin.dashboard.registration_mode.open_hint": "誰でも新規登録できます。",
|
"admin.dashboard.registration_mode.open_hint": "誰でも新規登録できます。",
|
||||||
"admin.dashboard.registration_mode.open_label": "登録開放",
|
"admin.dashboard.registration_mode.open_label": "登録開放",
|
||||||
|
@ -101,8 +101,11 @@
|
||||||
"admin.dashcounters.mau_label": "月間ユーザー数(MAU)",
|
"admin.dashcounters.mau_label": "月間ユーザー数(MAU)",
|
||||||
"admin.dashcounters.status_count_label": "投稿",
|
"admin.dashcounters.status_count_label": "投稿",
|
||||||
"admin.dashcounters.user_count_label": "総ユーザー数",
|
"admin.dashcounters.user_count_label": "総ユーザー数",
|
||||||
"admin.dashwidgets.email_list_header": "Eメールリスト",
|
"admin.dashwidgets.email_list_header": "メールアドレスのリスト",
|
||||||
"admin.dashwidgets.software_header": "ソフトウェア",
|
"admin.dashwidgets.software_header": "ソフトウェア",
|
||||||
|
"admin.domains.delete": "削除",
|
||||||
|
"admin.domains.edit": "編集",
|
||||||
|
"admin.domains.name": "ドメイン:",
|
||||||
"admin.edit_announcement.created": "アナウンスが作成されました",
|
"admin.edit_announcement.created": "アナウンスが作成されました",
|
||||||
"admin.edit_announcement.deleted": "アナウンスを削除しました",
|
"admin.edit_announcement.deleted": "アナウンスを削除しました",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "チェックすると、日付のみが表示されるようになります",
|
"admin.edit_announcement.fields.all_day_hint": "チェックすると、日付のみが表示されるようになります",
|
||||||
|
@ -147,7 +150,7 @@
|
||||||
"admin.users.user_unsuggested_message": "@{acct} はおすすめアカウントではなくなりました",
|
"admin.users.user_unsuggested_message": "@{acct} はおすすめアカウントではなくなりました",
|
||||||
"admin.users.user_unverified_message": "@{acct} が確認済みではなくなりました",
|
"admin.users.user_unverified_message": "@{acct} が確認済みではなくなりました",
|
||||||
"admin.users.user_verified_message": "@{acct} が確認済みになりました",
|
"admin.users.user_verified_message": "@{acct} が確認済みになりました",
|
||||||
"admin_nav.awaiting_approval": "Awaiting Approval",
|
"admin_nav.awaiting_approval": "承認待ち",
|
||||||
"admin_nav.dashboard": "ダッシュボード",
|
"admin_nav.dashboard": "ダッシュボード",
|
||||||
"admin_nav.reports": "通報",
|
"admin_nav.reports": "通報",
|
||||||
"alert.unexpected.body": "ご迷惑をおかけして申し訳ありません。この問題が継続する場合、その旨を我々のサポートチームにお問い合わせください。 {clearCookies} もお試しください(サイトからログアウトされます)。",
|
"alert.unexpected.body": "ご迷惑をおかけして申し訳ありません。この問題が継続する場合、その旨を我々のサポートチームにお問い合わせください。 {clearCookies} もお試しください(サイトからログアウトされます)。",
|
||||||
|
@ -279,16 +282,15 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.create_error": "エイリアスを作成中にエラーが発生しました",
|
"column.aliases.create_error": "エイリアスを作成中にエラーが発生しました",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.aliases.delete_error": "エイリアスを削除中にエラーが発生しました",
|
"column.aliases.delete_error": "エイリアスの削除中にエラーが発生しました",
|
||||||
"column.aliases.subheading_add_new": "新しいエイリアスを追加する",
|
"column.aliases.subheading_add_new": "新しいエイリアスを追加する",
|
||||||
"column.aliases.subheading_aliases": "現在のエイリアス",
|
"column.aliases.subheading_aliases": "現在のエイリアス",
|
||||||
"column.app_create": "アプリを作成する",
|
"column.app_create": "アプリを作成する",
|
||||||
"column.backups": "`Backups",
|
"column.backups": "バックアップ",
|
||||||
"column.birthdays": "誕生日",
|
"column.birthdays": "誕生日",
|
||||||
"column.blocks": "ブロックしたユーザー",
|
"column.blocks": "ブロックしたユーザー",
|
||||||
"column.bookmarks": "ブックマーク",
|
"column.bookmarks": "ブックマーク",
|
||||||
"column.chats": "チャット",
|
"column.chats": "チャット",
|
||||||
"column.community": "公開タイムライン",
|
|
||||||
"column.crypto_donate": "暗号通貨を寄付する",
|
"column.crypto_donate": "暗号通貨を寄付する",
|
||||||
"column.developers": "開発者",
|
"column.developers": "開発者",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -299,7 +301,7 @@
|
||||||
"column.event_map": "イベントの場所",
|
"column.event_map": "イベントの場所",
|
||||||
"column.event_participants": "イベントの参加者",
|
"column.event_participants": "イベントの参加者",
|
||||||
"column.events": "イベント",
|
"column.events": "イベント",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "データのエクスポート",
|
||||||
"column.favourited_statuses": "お気に入りの投稿",
|
"column.favourited_statuses": "お気に入りの投稿",
|
||||||
"column.favourites": "お気に入り",
|
"column.favourites": "お気に入り",
|
||||||
"column.federation_restrictions": "連合の規制",
|
"column.federation_restrictions": "連合の規制",
|
||||||
|
@ -548,7 +550,7 @@
|
||||||
"directory.local": "{domain}のみ",
|
"directory.local": "{domain}のみ",
|
||||||
"directory.new_arrivals": "新着",
|
"directory.new_arrivals": "新着",
|
||||||
"directory.recently_active": "最近の活動",
|
"directory.recently_active": "最近の活動",
|
||||||
"edit_email.header": "Eメールを変更",
|
"edit_email.header": "メールアドレスを変更",
|
||||||
"edit_email.placeholder": "me@example.com",
|
"edit_email.placeholder": "me@example.com",
|
||||||
"edit_federation.force_nsfw": "強制的に添付ファイルをセンシティブ指定する",
|
"edit_federation.force_nsfw": "強制的に添付ファイルをセンシティブ指定する",
|
||||||
"edit_federation.save": "保存",
|
"edit_federation.save": "保存",
|
||||||
|
@ -872,13 +874,13 @@
|
||||||
"lists.subheading": "あなたのリスト",
|
"lists.subheading": "あなたのリスト",
|
||||||
"loading_indicator.label": "読み込み中…",
|
"loading_indicator.label": "読み込み中…",
|
||||||
"location_search.placeholder": "アドレスで検索",
|
"location_search.placeholder": "アドレスで検索",
|
||||||
"login.fields.email_label": "Eメールアドレス",
|
"login.fields.email_label": "メールアドレス",
|
||||||
"login.fields.instance_label": "インスタンス",
|
"login.fields.instance_label": "インスタンス",
|
||||||
"login.fields.instance_placeholder": "example.com",
|
"login.fields.instance_placeholder": "example.com",
|
||||||
"login.fields.otp_code_hint": "携帯電話のアプリから生成された二要素認証コードかリカバリコードを入力してください",
|
"login.fields.otp_code_hint": "携帯電話のアプリから生成された二要素認証コードかリカバリコードを入力してください",
|
||||||
"login.fields.otp_code_label": "二要素認証コード:",
|
"login.fields.otp_code_label": "二要素認証コード:",
|
||||||
"login.fields.password_placeholder": "パスワード",
|
"login.fields.password_placeholder": "パスワード",
|
||||||
"login.fields.username_label": "Eメールアドレスかユーザー名",
|
"login.fields.username_label": "メールアドレスかユーザー名",
|
||||||
"login.log_in": "ログイン",
|
"login.log_in": "ログイン",
|
||||||
"login.otp_log_in": "ワンタイムパスワードログイン",
|
"login.otp_log_in": "ワンタイムパスワードログイン",
|
||||||
"login.otp_log_in.fail": "コードが正しくありません、もう一度お試しください。",
|
"login.otp_log_in.fail": "コードが正しくありません、もう一度お試しください。",
|
||||||
|
@ -998,7 +1000,6 @@
|
||||||
"notification.mention": "{name}さんがあなたに返信しました",
|
"notification.mention": "{name}さんがあなたに返信しました",
|
||||||
"notification.mentioned": "{name} があなたをメンションしました",
|
"notification.mentioned": "{name} があなたをメンションしました",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name}さんがあなたにメッセージを送りました",
|
"notification.pleroma:chat_mention": "{name}さんがあなたにメッセージを送りました",
|
||||||
"notification.pleroma:emoji_reaction": "{name}さんがあなたの投稿に反応しました",
|
"notification.pleroma:emoji_reaction": "{name}さんがあなたの投稿に反応しました",
|
||||||
"notification.pleroma:participation_request": "{name} があなたのイベントに参加を申請しています",
|
"notification.pleroma:participation_request": "{name} があなたのイベントに参加を申請しています",
|
||||||
|
@ -1015,6 +1016,7 @@
|
||||||
"notifications.filter.polls": "アンケート結果",
|
"notifications.filter.polls": "アンケート結果",
|
||||||
"notifications.filter.statuses": "フォローしている人の更新",
|
"notifications.filter.statuses": "フォローしている人の更新",
|
||||||
"notifications.group": "{count} 件の通知",
|
"notifications.group": "{count} 件の通知",
|
||||||
|
"notifications.queue_label": "クリックして {count} 件の通知を表示",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"oauth_consumers.title": "他のサインイン手段",
|
"oauth_consumers.title": "他のサインイン手段",
|
||||||
"onboarding.avatar.title": "プロフィール画像を選択",
|
"onboarding.avatar.title": "プロフィール画像を選択",
|
||||||
|
@ -1026,11 +1028,6 @@
|
||||||
"onboarding.display_name.title": "表示名を選ぶ",
|
"onboarding.display_name.title": "表示名を選ぶ",
|
||||||
"onboarding.done": "完了",
|
"onboarding.done": "完了",
|
||||||
"onboarding.error": "エラーが発生しました。もう一度お試しいただくか、このステップはスキップしてください。",
|
"onboarding.error": "エラーが発生しました。もう一度お試しいただくか、このステップはスキップしてください。",
|
||||||
"onboarding.fediverse.message": "Fediverse は多様かつ独立に活動する多数のソーシャルメディアサイト(所謂サーバー)が織り成すソーシャルネットワークです。あなたは他の Fediverse サーバーのユーザーをフォローしたり、投稿をお気に入りにしたりリピートしたり返信したりできます。これは {siteTitle} が他のサーバーと交流できるからです。",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "あなたのタイムラインを閲覧するときは、どこから投稿されたかを示す 2つ目の @ 記号のあとに続く完全なユーザー名に注意を払ってください。",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} は Fediverse の一部です",
|
|
||||||
"onboarding.fediverse.trailer": "Fediverse は分散型ソーシャルネットワークであり各々が独立したサーバーを運用できるため頑強かつ開かれています。他のサーバーに参加するにせよ自分のサーバーを建てるにせよ、あなたは同じソーシャルグラフ上で同じ人物と交流を続けられます。",
|
|
||||||
"onboarding.finished.message": "私達のコミュニティに来てくださったことを歓迎します! 下のボタンを押して始めましょう。",
|
"onboarding.finished.message": "私達のコミュニティに来てくださったことを歓迎します! 下のボタンを押して始めましょう。",
|
||||||
"onboarding.finished.title": "オンボーディングが完了",
|
"onboarding.finished.title": "オンボーディングが完了",
|
||||||
"onboarding.header.subtitle": "この画像はあなたのプロフィールの最上部に表示されます。",
|
"onboarding.header.subtitle": "この画像はあなたのプロフィールの最上部に表示されます。",
|
||||||
|
@ -1069,23 +1066,24 @@
|
||||||
"preferences.fields.demo_hint": "デフォルトの Soapbox ロゴと配色を使用します。スクリーンショットの撮影に便利です。",
|
"preferences.fields.demo_hint": "デフォルトの Soapbox ロゴと配色を使用します。スクリーンショットの撮影に便利です。",
|
||||||
"preferences.fields.demo_label": "デモモード",
|
"preferences.fields.demo_label": "デモモード",
|
||||||
"preferences.fields.display_media.default": "センシティブ指定されたメディアを隠す",
|
"preferences.fields.display_media.default": "センシティブ指定されたメディアを隠す",
|
||||||
"preferences.fields.display_media.hide_all": "Always hide media",
|
"preferences.fields.display_media.hide_all": "常にメディアを非表示にする",
|
||||||
"preferences.fields.display_media.show_all": "Always show media",
|
"preferences.fields.display_media.show_all": "常にメディアを表示する",
|
||||||
"preferences.fields.expand_spoilers_label": "コンテンツ警告のついた投稿を常に開く",
|
"preferences.fields.expand_spoilers_label": "コンテンツ警告のついた投稿を常に開く",
|
||||||
"preferences.fields.language_label": "言語",
|
"preferences.fields.language_label": "言語",
|
||||||
"preferences.fields.media_display_label": "センシティブな内容",
|
"preferences.fields.media_display_label": "センシティブな内容",
|
||||||
"preferences.fields.missing_description_modal_label": "メディアに説明を与えないまま投稿しようとしたときに確認ダイアログを表示する",
|
"preferences.fields.missing_description_modal_label": "メディアに説明を与えないまま投稿しようとしたときに確認ダイアログを表示する",
|
||||||
"preferences.fields.privacy_label": "Default post privacy",
|
"preferences.fields.preserve_spoilers_label": "返信時に元投稿の閲覧注意を引き継ぐ",
|
||||||
|
"preferences.fields.privacy_label": "デフォルトの公開範囲",
|
||||||
"preferences.fields.reduce_motion_label": "アニメーションの動きを削減する",
|
"preferences.fields.reduce_motion_label": "アニメーションの動きを削減する",
|
||||||
"preferences.fields.system_font_label": "システムのデフォルトフォントを使用する",
|
"preferences.fields.system_font_label": "システムのデフォルトフォントを使用する",
|
||||||
"preferences.fields.theme": "Theme",
|
"preferences.fields.theme": "テーマ",
|
||||||
"preferences.fields.underline_links_label": "常に投稿のリンクに下線を引く",
|
"preferences.fields.underline_links_label": "常に投稿のリンクに下線を引く",
|
||||||
"preferences.fields.unfollow_modal_label": "誰かのフォローを解除する前に確認ダイアログを表示する",
|
"preferences.fields.unfollow_modal_label": "誰かのフォローを解除する前に確認ダイアログを表示する",
|
||||||
"preferences.notifications.advanced": "すべての通知カテゴリを表示する",
|
"preferences.notifications.advanced": "すべての通知カテゴリを表示する",
|
||||||
"preferences.options.content_type_markdown": "Markdown",
|
"preferences.options.content_type_markdown": "Markdown",
|
||||||
"preferences.options.content_type_plaintext": "プレーンテキスト",
|
"preferences.options.content_type_plaintext": "プレーンテキスト",
|
||||||
"preferences.options.privacy_followers_only": "フォロワー限定",
|
"preferences.options.privacy_followers_only": "フォロワー限定",
|
||||||
"preferences.options.privacy_public": "Public",
|
"preferences.options.privacy_public": "公開",
|
||||||
"privacy.change": "公開範囲を変更",
|
"privacy.change": "公開範囲を変更",
|
||||||
"privacy.direct.long": "メンションしたユーザーだけに公開",
|
"privacy.direct.long": "メンションしたユーザーだけに公開",
|
||||||
"privacy.direct.short": "ダイレクト",
|
"privacy.direct.short": "ダイレクト",
|
||||||
|
@ -1167,7 +1165,7 @@
|
||||||
"report.target": "{target}さんを通報する",
|
"report.target": "{target}さんを通報する",
|
||||||
"reset_password.fail": "トークンが失効しています、もう一度お試しください。",
|
"reset_password.fail": "トークンが失効しています、もう一度お試しください。",
|
||||||
"reset_password.header": "新パスワードを設定",
|
"reset_password.header": "新パスワードを設定",
|
||||||
"reset_password.password.label": "Password",
|
"reset_password.password.label": "パスワード",
|
||||||
"reset_password.password.placeholder": "プレースホルダー",
|
"reset_password.password.placeholder": "プレースホルダー",
|
||||||
"save": "保存",
|
"save": "保存",
|
||||||
"schedule.post_time": "投票日付・時刻",
|
"schedule.post_time": "投票日付・時刻",
|
||||||
|
@ -1187,9 +1185,9 @@
|
||||||
"security.fields.email.label": "Email address",
|
"security.fields.email.label": "Email address",
|
||||||
"security.fields.new_password.label": "新しいパスワード",
|
"security.fields.new_password.label": "新しいパスワード",
|
||||||
"security.fields.old_password.label": "現在のパスワード",
|
"security.fields.old_password.label": "現在のパスワード",
|
||||||
"security.fields.password.label": "Password",
|
"security.fields.password.label": "パスワード",
|
||||||
"security.fields.password_confirmation.label": "新しいパスワード(もう一度)",
|
"security.fields.password_confirmation.label": "新しいパスワード(再入力)",
|
||||||
"security.headers.delete": "Delete Account",
|
"security.headers.delete": "アカウントの削除",
|
||||||
"security.headers.tokens": "セッション",
|
"security.headers.tokens": "セッション",
|
||||||
"security.qr.fail": "セットアップキーを取得できませんでした",
|
"security.qr.fail": "セットアップキーを取得できませんでした",
|
||||||
"security.submit": "変更を保存する",
|
"security.submit": "変更を保存する",
|
||||||
|
@ -1208,21 +1206,21 @@
|
||||||
"settings.configure_mfa": "二要素認証を設定する",
|
"settings.configure_mfa": "二要素認証を設定する",
|
||||||
"settings.delete_account": "Delete Account",
|
"settings.delete_account": "Delete Account",
|
||||||
"settings.edit_profile": "プロフィールを編集する",
|
"settings.edit_profile": "プロフィールを編集する",
|
||||||
"settings.messages.label": "誰かがあなたと新しくチャットすることを許可する",
|
"settings.messages.label": "他のユーザーがあなたと新しいチャットを開始することを許可する",
|
||||||
"settings.mutes": "ミュート",
|
"settings.mutes": "ミュート",
|
||||||
"settings.other": "Other options",
|
"settings.other": "その他の操作",
|
||||||
"settings.preferences": "個人設定",
|
"settings.preferences": "個人設定",
|
||||||
"settings.privacy": "プライバシー",
|
"settings.privacy": "プライバシー",
|
||||||
"settings.profile": "プロフィール",
|
"settings.profile": "プロフィール",
|
||||||
"settings.save.success": "個人設定を保存しました!",
|
"settings.save.success": "個人設定を保存しました!",
|
||||||
"settings.security": "セキュリティ",
|
"settings.security": "セキュリティ",
|
||||||
"settings.sessions": "アクティブな設定",
|
"settings.sessions": "アクティブなセッション",
|
||||||
"settings.settings": "設定",
|
"settings.settings": "設定",
|
||||||
"shared.tos": "利用規約",
|
"shared.tos": "利用規約",
|
||||||
"signup_panel.subtitle": "登録してお話しましょう。",
|
"signup_panel.subtitle": "登録してお話しましょう。",
|
||||||
"signup_panel.title": "{site_title}は初めてですか?",
|
"signup_panel.title": "{site_title}は初めてですか?",
|
||||||
"site_preview.preview": "プレビュー",
|
"site_preview.preview": "プレビュー",
|
||||||
"soapbox_config.authenticated_profile_hint": "ユーザーのプロフィール上でリプライやメディアを見るために、閲覧者に認証を強制する。",
|
"soapbox_config.authenticated_profile_hint": "ログインしているユーザーにのみ、ユーザーのプロフィールページで返信やメディアの表示を許可します。",
|
||||||
"soapbox_config.authenticated_profile_label": "プロフィールの閲覧に認証を求める",
|
"soapbox_config.authenticated_profile_label": "プロフィールの閲覧に認証を求める",
|
||||||
"soapbox_config.copyright_footer.meta_fields.label_placeholder": "著作権表示のフッター",
|
"soapbox_config.copyright_footer.meta_fields.label_placeholder": "著作権表示のフッター",
|
||||||
"soapbox_config.crypto_address.meta_fields.address_placeholder": "Address",
|
"soapbox_config.crypto_address.meta_fields.address_placeholder": "Address",
|
||||||
|
@ -1234,8 +1232,9 @@
|
||||||
"soapbox_config.feed_injection_label": "フィードの挿入",
|
"soapbox_config.feed_injection_label": "フィードの挿入",
|
||||||
"soapbox_config.fields.crypto_addresses_label": "暗号通貨のアドレス",
|
"soapbox_config.fields.crypto_addresses_label": "暗号通貨のアドレス",
|
||||||
"soapbox_config.fields.edit_theme_label": "テーマを編集する",
|
"soapbox_config.fields.edit_theme_label": "テーマを編集する",
|
||||||
"soapbox_config.fields.logo_label": "Logo",
|
"soapbox_config.fields.logo_label": "ロゴ",
|
||||||
"soapbox_config.fields.theme_label": "Default theme",
|
"soapbox_config.fields.theme_label": "Default theme",
|
||||||
|
"soapbox_config.greentext_label": "greentextのサポートを有効にする",
|
||||||
"soapbox_config.headings.advanced": "上級者向け設定",
|
"soapbox_config.headings.advanced": "上級者向け設定",
|
||||||
"soapbox_config.headings.cryptocurrency": "暗号通貨",
|
"soapbox_config.headings.cryptocurrency": "暗号通貨",
|
||||||
"soapbox_config.headings.events": "イベント",
|
"soapbox_config.headings.events": "イベント",
|
||||||
|
@ -1252,15 +1251,16 @@
|
||||||
"soapbox_config.promo_panel.meta_fields.icon_placeholder": "Icon",
|
"soapbox_config.promo_panel.meta_fields.icon_placeholder": "Icon",
|
||||||
"soapbox_config.promo_panel.meta_fields.label_placeholder": "Label",
|
"soapbox_config.promo_panel.meta_fields.label_placeholder": "Label",
|
||||||
"soapbox_config.promo_panel.meta_fields.url_placeholder": "URL",
|
"soapbox_config.promo_panel.meta_fields.url_placeholder": "URL",
|
||||||
"soapbox_config.raw_json_hint": "設定を直接編集します。JSON ファイルに直接もたらされた変更は上記のフィールドの内容を上書きします。「保存」を押すと変更が適用します。",
|
"soapbox_config.raw_json_hint": "設定を直接編集します。JSON ファイルに記載された内容は上記のフィールドの内容を上書きします。\"保存\"を押すと変更が適用されます。",
|
||||||
"soapbox_config.raw_json_label": "上級者向け: 生の JSON データを編集する",
|
"soapbox_config.raw_json_label": "上級者向け: 生の JSON データを編集する",
|
||||||
"soapbox_config.redirect_root_no_login_hint": "ユーザーがログインしていないときのリダイレクト先ホームページのパスです。",
|
"soapbox_config.redirect_root_no_login_hint": "未ログインユーザーがアクセスしてきた際に表示するホームページのリダイレクト先パスを設定します。",
|
||||||
"soapbox_config.redirect_root_no_login_label": "リダイレクト先ホームページ",
|
"soapbox_config.redirect_root_no_login_label": "リダイレクト先ホームページ",
|
||||||
"soapbox_config.save": "保存",
|
"soapbox_config.save": "保存",
|
||||||
"soapbox_config.saved": "Soapbox 設定を保存しました!",
|
"soapbox_config.saved": "Soapbox 設定を保存しました!",
|
||||||
"soapbox_config.sentry_dsn_label": "Sentry DSN",
|
"soapbox_config.sentry_dsn_label": "Sentry DSN",
|
||||||
"soapbox_config.tile_server_attribution_label": "マップタイルの属性",
|
"soapbox_config.tile_server_attribution_label": "マップタイルの属性",
|
||||||
"soapbox_config.tile_server_label": "マップタイルのサーバー",
|
"soapbox_config.tile_server_label": "マップタイルのサーバー",
|
||||||
|
"soapbox_config.verified_can_edit_name_label": "認証済みユーザーが自分の表示名を変更することを許可する。",
|
||||||
"status.admin_account": "@{name} のモデレーション画面を開く",
|
"status.admin_account": "@{name} のモデレーション画面を開く",
|
||||||
"status.admin_status": "この投稿をモデレーション画面で開く",
|
"status.admin_status": "この投稿をモデレーション画面で開く",
|
||||||
"status.bookmark": "ブックマーク",
|
"status.bookmark": "ブックマーク",
|
||||||
|
@ -1321,6 +1321,7 @@
|
||||||
"status.unbookmarked": "ブックマークを解除しました。",
|
"status.unbookmarked": "ブックマークを解除しました。",
|
||||||
"status.unmute_conversation": "会話のミュートを解除",
|
"status.unmute_conversation": "会話のミュートを解除",
|
||||||
"status.unpin": "プロフィールへの固定を解除",
|
"status.unpin": "プロフィールへの固定を解除",
|
||||||
|
"status_list.queue_label": "クリックして {count} 件の新着投稿を表示",
|
||||||
"statuses.quote_tombstone": "投稿は利用できません。",
|
"statuses.quote_tombstone": "投稿は利用できません。",
|
||||||
"statuses.tombstone": "一つかそれ以上の投稿が利用できません。",
|
"statuses.tombstone": "一つかそれ以上の投稿が利用できません。",
|
||||||
"streamfield.add": "Add",
|
"streamfield.add": "Add",
|
||||||
|
@ -1336,10 +1337,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "すべて",
|
"tabs_bar.all": "すべて",
|
||||||
"tabs_bar.dashboard": "ダッシュボード",
|
"tabs_bar.dashboard": "ダッシュボード",
|
||||||
"tabs_bar.fediverse": "フェディバース",
|
|
||||||
"tabs_bar.groups": "グループ",
|
"tabs_bar.groups": "グループ",
|
||||||
"tabs_bar.home": "ホーム",
|
"tabs_bar.home": "ホーム",
|
||||||
"tabs_bar.local": "ローカル",
|
|
||||||
"tabs_bar.more": "その他",
|
"tabs_bar.more": "その他",
|
||||||
"tabs_bar.notifications": "通知",
|
"tabs_bar.notifications": "通知",
|
||||||
"tabs_bar.profile": "プロフィール",
|
"tabs_bar.profile": "プロフィール",
|
||||||
|
|
|
@ -64,7 +64,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "დაბლოკილი მომხმარებლები",
|
"column.blocks": "დაბლოკილი მომხმარებლები",
|
||||||
"column.community": "ლოკალური თაიმლაინი",
|
|
||||||
"column.direct": "პირდაპირი წერილები",
|
"column.direct": "პირდაპირი წერილები",
|
||||||
"column.domain_blocks": "დამალული დომენები",
|
"column.domain_blocks": "დამალული დომენები",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -238,12 +237,10 @@
|
||||||
"notification.follow": "{name} გამოგყვათ",
|
"notification.follow": "{name} გამოგყვათ",
|
||||||
"notification.mention": "{name}-მა გასახელათ",
|
"notification.mention": "{name}-მა გასახელათ",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.reblog": "{name}-მა დაბუსტა თქვენი სტატუსი",
|
"notification.reblog": "{name}-მა დაბუსტა თქვენი სტატუსი",
|
||||||
"notifications.filter.favourites": "Favorites",
|
"notifications.filter.favourites": "Favorites",
|
||||||
"notifications.group": "{count} შეტყობინება",
|
"notifications.group": "{count} შეტყობინება",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -349,9 +346,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "სახლი",
|
"tabs_bar.home": "სახლი",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "შეტყობინებები",
|
"tabs_bar.notifications": "შეტყობინებები",
|
||||||
"tabs_bar.search": "ძებნა",
|
"tabs_bar.search": "ძებნა",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Бұғатталғандар",
|
"column.blocks": "Бұғатталғандар",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Жергілікті желі",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "Бұл сауалнаманың мерзімі аяқталыпты",
|
"notification.poll": "Бұл сауалнаманың мерзімі аяқталыпты",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Басты бет",
|
"tabs_bar.home": "Басты бет",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Ескертпелер",
|
"tabs_bar.notifications": "Ескертпелер",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "차단 중인 사용자",
|
"column.blocks": "차단 중인 사용자",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "로컬 타임라인",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "당신이 참여 한 투표가 종료되었습니다",
|
"notification.poll": "당신이 참여 한 투표가 종료되었습니다",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "홈",
|
"tabs_bar.home": "홈",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "알림",
|
"tabs_bar.notifications": "알림",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blocked users",
|
"column.blocks": "Blocked users",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Local timeline",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Bloķētie lietotāji",
|
"column.blocks": "Bloķētie lietotāji",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Lokālā laika līnija",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Блокирани корисници",
|
"column.blocks": "Блокирани корисници",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Local timeline",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Дома",
|
"tabs_bar.home": "Дома",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blocked users",
|
"column.blocks": "Blocked users",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Local timeline",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -252,7 +251,7 @@
|
||||||
"compose.edit_success": "Your post was edited",
|
"compose.edit_success": "Your post was edited",
|
||||||
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "This toot will only be sent to all the mentioned users.",
|
"compose_form.direct_message_warning": "This post will only be sent to all the mentioned users.",
|
||||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
|
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
|
||||||
"compose_form.lock_disclaimer.lock": "locked",
|
"compose_form.lock_disclaimer.lock": "locked",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"account.mention": "Vermeld",
|
"account.mention": "Vermeld",
|
||||||
"account.mute": "Negeer @{name}",
|
"account.mute": "Negeer @{name}",
|
||||||
"account.posts": "Posts",
|
"account.posts": "Posts",
|
||||||
"account.posts_with_replies": "Toots en reacties",
|
"account.posts_with_replies": "Posts en reacties",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
"account.report": "Rapporteer @{name}",
|
"account.report": "Rapporteer @{name}",
|
||||||
"account.requested": "Wacht op goedkeuring. Klik om het volgverzoek te annuleren",
|
"account.requested": "Wacht op goedkeuring. Klik om het volgverzoek te annuleren",
|
||||||
|
@ -66,7 +66,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Geblokkeerde gebruikers",
|
"column.blocks": "Geblokkeerde gebruikers",
|
||||||
"column.community": "Lokale tijdlijn",
|
|
||||||
"column.direct": "Directe berichten",
|
"column.direct": "Directe berichten",
|
||||||
"column.domain_blocks": "Genegeerde servers",
|
"column.domain_blocks": "Genegeerde servers",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -82,9 +81,9 @@
|
||||||
"column.notifications": "Meldingen",
|
"column.notifications": "Meldingen",
|
||||||
"column.public": "Globale tijdlijn",
|
"column.public": "Globale tijdlijn",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "Deze toot wordt alleen naar vermelde gebruikers verstuurd. Echter, de beheerders en moderatoren van jouw en de ontvangende server(s) kunnen dit bericht mogelijk wel bekijken.",
|
"compose_form.direct_message_warning": "Deze post wordt alleen naar vermelde gebruikers verstuurd. Echter, de beheerders en moderatoren van jouw en de ontvangende server(s) kunnen dit bericht mogelijk wel bekijken.",
|
||||||
"compose_form.hashtag_warning": "Deze toot valt niet onder een hashtag te bekijken, omdat deze niet op openbare tijdlijnen wordt getoond. Alleen openbare toots kunnen via hashtags gevonden worden.",
|
"compose_form.hashtag_warning": "Deze post valt niet onder een hashtag te bekijken, omdat deze niet op openbare tijdlijnen wordt getoond. Alleen openbare posts kunnen via hashtags gevonden worden.",
|
||||||
"compose_form.lock_disclaimer": "Jouw account is niet {locked}. Iedereen kan jou volgen en kan de toots zien die je alleen aan jouw volgers hebt gericht.",
|
"compose_form.lock_disclaimer": "Jouw account is niet {locked}. Iedereen kan jou volgen en kan de posts zien die je alleen aan jouw volgers hebt gericht.",
|
||||||
"compose_form.lock_disclaimer.lock": "besloten",
|
"compose_form.lock_disclaimer.lock": "besloten",
|
||||||
"compose_form.message": "Message",
|
"compose_form.message": "Message",
|
||||||
"compose_form.placeholder": "Wat wil je kwijt?",
|
"compose_form.placeholder": "Wat wil je kwijt?",
|
||||||
|
@ -110,19 +109,19 @@
|
||||||
"confirmations.block.message": "Weet je het zeker dat je {name} wilt blokkeren?",
|
"confirmations.block.message": "Weet je het zeker dat je {name} wilt blokkeren?",
|
||||||
"confirmations.delete.confirm": "Verwijderen",
|
"confirmations.delete.confirm": "Verwijderen",
|
||||||
"confirmations.delete.heading": "Delete post",
|
"confirmations.delete.heading": "Delete post",
|
||||||
"confirmations.delete.message": "Weet je het zeker dat je deze toot wilt verwijderen?",
|
"confirmations.delete.message": "Weet je het zeker dat je deze post wilt verwijderen?",
|
||||||
"confirmations.delete_list.confirm": "Verwijderen",
|
"confirmations.delete_list.confirm": "Verwijderen",
|
||||||
"confirmations.delete_list.heading": "Delete list",
|
"confirmations.delete_list.heading": "Delete list",
|
||||||
"confirmations.delete_list.message": "Weet je zeker dat je deze lijst definitief wilt verwijderen?",
|
"confirmations.delete_list.message": "Weet je zeker dat je deze lijst definitief wilt verwijderen?",
|
||||||
"confirmations.domain_block.confirm": "Verberg alles van deze server",
|
"confirmations.domain_block.confirm": "Verberg alles van deze server",
|
||||||
"confirmations.domain_block.heading": "Block {domain}",
|
"confirmations.domain_block.heading": "Block {domain}",
|
||||||
"confirmations.domain_block.message": "Weet je het echt heel erg zeker dat je alles van {domain} wilt negeren? In de meeste gevallen is het blokkeren of negeren van een paar specifieke personen voldoende en beter. Je zult geen toots van deze server op openbare tijdlijnen zien of in jouw meldingen. Jouw volgers van deze server worden verwijderd.",
|
"confirmations.domain_block.message": "Weet je het echt heel erg zeker dat je alles van {domain} wilt negeren? In de meeste gevallen is het blokkeren of negeren van een paar specifieke personen voldoende en beter. Je zult geen posts van deze server op openbare tijdlijnen zien of in jouw meldingen. Jouw volgers van deze server worden verwijderd.",
|
||||||
"confirmations.mute.confirm": "Negeren",
|
"confirmations.mute.confirm": "Negeren",
|
||||||
"confirmations.mute.message": "Weet je het zeker dat je {name} wilt negeren?",
|
"confirmations.mute.message": "Weet je het zeker dat je {name} wilt negeren?",
|
||||||
"confirmations.redraft.confirm": "Verwijderen en herschrijven",
|
"confirmations.redraft.confirm": "Verwijderen en herschrijven",
|
||||||
"confirmations.redraft.message": "Weet je zeker dat je deze toot wilt verwijderen en herschrijven? Je verliest wel de boosts en favorieten, en reacties op de originele toot zitten niet meer aan de nieuwe toot vast.",
|
"confirmations.redraft.message": "Weet je zeker dat je deze post wilt verwijderen en herschrijven? Je verliest wel de boosts en favorieten, en reacties op de originele post zitten niet meer aan de nieuwe post vast.",
|
||||||
"confirmations.reply.confirm": "Reageren",
|
"confirmations.reply.confirm": "Reageren",
|
||||||
"confirmations.reply.message": "Door nu te reageren overschrijf je de toot die je op dit moment aan het schrijven bent. Weet je zeker dat je verder wil gaan?",
|
"confirmations.reply.message": "Door nu te reageren overschrijf je de post die je op dit moment aan het schrijven bent. Weet je zeker dat je verder wil gaan?",
|
||||||
"confirmations.unfollow.confirm": "Ontvolgen",
|
"confirmations.unfollow.confirm": "Ontvolgen",
|
||||||
"datepicker.day": "Day",
|
"datepicker.day": "Day",
|
||||||
"developers.navigation.intentional_error_label": "Trigger an error",
|
"developers.navigation.intentional_error_label": "Trigger an error",
|
||||||
|
@ -135,7 +134,7 @@
|
||||||
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
"edit_profile.fields.meta_fields.label_placeholder": "Label",
|
||||||
"edit_profile.fields.website_label": "Website",
|
"edit_profile.fields.website_label": "Website",
|
||||||
"edit_profile.success": "Profile saved!",
|
"edit_profile.success": "Profile saved!",
|
||||||
"embed.instructions": "Embed deze toot op jouw website, door de onderstaande code te kopiëren.",
|
"embed.instructions": "Embed deze post op jouw website, door de onderstaande code te kopiëren.",
|
||||||
"emoji_button.activity": "Activiteiten",
|
"emoji_button.activity": "Activiteiten",
|
||||||
"emoji_button.custom": "Lokale emoji’s",
|
"emoji_button.custom": "Lokale emoji’s",
|
||||||
"emoji_button.flags": "Vlaggen",
|
"emoji_button.flags": "Vlaggen",
|
||||||
|
@ -150,23 +149,23 @@
|
||||||
"emoji_button.search_results": "Zoekresultaten",
|
"emoji_button.search_results": "Zoekresultaten",
|
||||||
"emoji_button.symbols": "Symbolen",
|
"emoji_button.symbols": "Symbolen",
|
||||||
"emoji_button.travel": "Reizen en plekken",
|
"emoji_button.travel": "Reizen en plekken",
|
||||||
"empty_column.account_timeline": "Hier zijn geen toots!",
|
"empty_column.account_timeline": "Hier zijn geen posts!",
|
||||||
"empty_column.account_unavailable": "Profiel is niet beschikbaar",
|
"empty_column.account_unavailable": "Profiel is niet beschikbaar",
|
||||||
"empty_column.blocks": "Jij hebt nog geen enkele gebruiker geblokkeerd.",
|
"empty_column.blocks": "Jij hebt nog geen enkele gebruiker geblokkeerd.",
|
||||||
"empty_column.community": "De lokale tijdlijn is nog leeg. Toot iets in het openbaar om de bal aan het rollen te krijgen!",
|
"empty_column.community": "De lokale tijdlijn is nog leeg. Post iets in het openbaar om de bal aan het rollen te krijgen!",
|
||||||
"empty_column.direct": "Je hebt nog geen directe berichten. Wanneer je er een verzend of ontvangt, zijn deze hier te zien.",
|
"empty_column.direct": "Je hebt nog geen directe berichten. Wanneer je er een verzend of ontvangt, zijn deze hier te zien.",
|
||||||
"empty_column.domain_blocks": "Er zijn nog geen genegeerde servers.",
|
"empty_column.domain_blocks": "Er zijn nog geen genegeerde servers.",
|
||||||
"empty_column.favourited_statuses": "Jij hebt nog geen favoriete toots. Wanneer je er een aan jouw favorieten toevoegt, valt deze hier te zien.",
|
"empty_column.favourited_statuses": "Jij hebt nog geen favoriete posts. Wanneer je er een aan jouw favorieten toevoegt, valt deze hier te zien.",
|
||||||
"empty_column.favourites": "Niemand heeft deze toot nog aan hun favorieten toegevoegd. Wanneer iemand dit doet, valt dat hier te zien.",
|
"empty_column.favourites": "Niemand heeft deze post nog aan hun favorieten toegevoegd. Wanneer iemand dit doet, valt dat hier te zien.",
|
||||||
"empty_column.follow_requests": "Jij hebt nog enkel volgverzoek ontvangen. Wanneer je er eentje ontvangt, valt dat hier te zien.",
|
"empty_column.follow_requests": "Jij hebt nog enkel volgverzoek ontvangen. Wanneer je er eentje ontvangt, valt dat hier te zien.",
|
||||||
"empty_column.hashtag": "Er is nog niks te vinden onder deze hashtag.",
|
"empty_column.hashtag": "Er is nog niks te vinden onder deze hashtag.",
|
||||||
"empty_column.home": "Jij volgt nog niemand. Bezoek {public} of gebruik het zoekvenster om andere mensen te ontmoeten.",
|
"empty_column.home": "Jij volgt nog niemand. Bezoek {public} of gebruik het zoekvenster om andere mensen te ontmoeten.",
|
||||||
"empty_column.home.local_tab": "the {site_title} tab",
|
"empty_column.home.local_tab": "the {site_title} tab",
|
||||||
"empty_column.list": "Er is nog niks in deze lijst. Wanneer lijstleden nieuwe toots publiceren, zijn deze hier te zien.",
|
"empty_column.list": "Er is nog niks in deze lijst. Wanneer lijstleden nieuwe posts publiceren, zijn deze hier te zien.",
|
||||||
"empty_column.lists": "Jij hebt nog enkele lijst. Wanneer je er eentje hebt aangemaakt, valt deze hier te zien.",
|
"empty_column.lists": "Jij hebt nog enkele lijst. Wanneer je er eentje hebt aangemaakt, valt deze hier te zien.",
|
||||||
"empty_column.mutes": "Jij hebt nog geen gebruikers genegeerd.",
|
"empty_column.mutes": "Jij hebt nog geen gebruikers genegeerd.",
|
||||||
"empty_column.notifications": "Je hebt nog geen meldingen. Begin met iemand een gesprek.",
|
"empty_column.notifications": "Je hebt nog geen meldingen. Begin met iemand een gesprek.",
|
||||||
"empty_column.public": "Er is hier helemaal niks! Toot iets in het openbaar of volg mensen van andere servers om het te vullen",
|
"empty_column.public": "Er is hier helemaal niks! Post iets in het openbaar of volg mensen van andere servers om het te vullen",
|
||||||
"export_data.actions.export": "Export",
|
"export_data.actions.export": "Export",
|
||||||
"follow_request.authorize": "Goedkeuren",
|
"follow_request.authorize": "Goedkeuren",
|
||||||
"follow_request.reject": "Afkeuren",
|
"follow_request.reject": "Afkeuren",
|
||||||
|
@ -182,9 +181,9 @@
|
||||||
"keyboard_shortcuts.back": "om terug te gaan",
|
"keyboard_shortcuts.back": "om terug te gaan",
|
||||||
"keyboard_shortcuts.blocked": "om de door jou geblokkeerde gebruikers te tonen",
|
"keyboard_shortcuts.blocked": "om de door jou geblokkeerde gebruikers te tonen",
|
||||||
"keyboard_shortcuts.boost": "om te reposten",
|
"keyboard_shortcuts.boost": "om te reposten",
|
||||||
"keyboard_shortcuts.compose": "om het tekstvak voor toots te focussen",
|
"keyboard_shortcuts.compose": "om het tekstvak voor posts te focussen",
|
||||||
"keyboard_shortcuts.down": "om naar beneden door de lijst te bewegen",
|
"keyboard_shortcuts.down": "om naar beneden door de lijst te bewegen",
|
||||||
"keyboard_shortcuts.enter": "om toot volledig te tonen",
|
"keyboard_shortcuts.enter": "om post volledig te tonen",
|
||||||
"keyboard_shortcuts.favourite": "om aan jouw favorieten toe te voegen",
|
"keyboard_shortcuts.favourite": "om aan jouw favorieten toe te voegen",
|
||||||
"keyboard_shortcuts.favourites": "om jouw lijst met favorieten te tonen",
|
"keyboard_shortcuts.favourites": "om jouw lijst met favorieten te tonen",
|
||||||
"keyboard_shortcuts.heading": "Sneltoetsen",
|
"keyboard_shortcuts.heading": "Sneltoetsen",
|
||||||
|
@ -196,7 +195,7 @@
|
||||||
"keyboard_shortcuts.my_profile": "om jouw profiel te tonen",
|
"keyboard_shortcuts.my_profile": "om jouw profiel te tonen",
|
||||||
"keyboard_shortcuts.notifications": "om jouw meldingen te tonen",
|
"keyboard_shortcuts.notifications": "om jouw meldingen te tonen",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "om jouw vastgezette toots te tonen",
|
"keyboard_shortcuts.pinned": "om jouw vastgezette posts te tonen",
|
||||||
"keyboard_shortcuts.profile": "om het gebruikersprofiel te openen",
|
"keyboard_shortcuts.profile": "om het gebruikersprofiel te openen",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "om te reageren",
|
"keyboard_shortcuts.reply": "om te reageren",
|
||||||
|
@ -204,7 +203,7 @@
|
||||||
"keyboard_shortcuts.search": "om het zoekvak te focussen",
|
"keyboard_shortcuts.search": "om het zoekvak te focussen",
|
||||||
"keyboard_shortcuts.toggle_hidden": "om tekst achter een waarschuwing (CW) te tonen/verbergen",
|
"keyboard_shortcuts.toggle_hidden": "om tekst achter een waarschuwing (CW) te tonen/verbergen",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "om media te tonen/verbergen",
|
"keyboard_shortcuts.toggle_sensitivity": "om media te tonen/verbergen",
|
||||||
"keyboard_shortcuts.toot": "om een nieuwe toot te starten",
|
"keyboard_shortcuts.toot": "om een nieuwe post te starten",
|
||||||
"keyboard_shortcuts.unfocus": "om het tekst- en zoekvak te ontfocussen",
|
"keyboard_shortcuts.unfocus": "om het tekst- en zoekvak te ontfocussen",
|
||||||
"keyboard_shortcuts.up": "om omhoog te bewegen in de lijst",
|
"keyboard_shortcuts.up": "om omhoog te bewegen in de lijst",
|
||||||
"landing_page_modal.download": "Download",
|
"landing_page_modal.download": "Download",
|
||||||
|
@ -246,7 +245,7 @@
|
||||||
"navigation.notifications": "Notifications",
|
"navigation.notifications": "Notifications",
|
||||||
"navigation_bar.account_aliases": "Account aliases",
|
"navigation_bar.account_aliases": "Account aliases",
|
||||||
"navigation_bar.blocks": "Geblokkeerde gebruikers",
|
"navigation_bar.blocks": "Geblokkeerde gebruikers",
|
||||||
"navigation_bar.compose": "Nieuw toot schrijven",
|
"navigation_bar.compose": "Nieuw post schrijven",
|
||||||
"navigation_bar.domain_blocks": "Genegeerde servers",
|
"navigation_bar.domain_blocks": "Genegeerde servers",
|
||||||
"navigation_bar.favourites": "Favorieten",
|
"navigation_bar.favourites": "Favorieten",
|
||||||
"navigation_bar.filters": "Filters",
|
"navigation_bar.filters": "Filters",
|
||||||
|
@ -255,12 +254,12 @@
|
||||||
"navigation_bar.logout": "Uitloggen",
|
"navigation_bar.logout": "Uitloggen",
|
||||||
"navigation_bar.mutes": "Genegeerde gebruikers",
|
"navigation_bar.mutes": "Genegeerde gebruikers",
|
||||||
"navigation_bar.preferences": "Instellingen",
|
"navigation_bar.preferences": "Instellingen",
|
||||||
"notification.favourite": "{name} voegde jouw toot als favoriet toe",
|
"notification.favourite": "{name} voegde jouw post als favoriet toe",
|
||||||
"notification.follow": "{name} volgt jou nu",
|
"notification.follow": "{name} volgt jou nu",
|
||||||
"notification.mention": "{name} vermeldde jou",
|
"notification.mention": "{name} vermeldde jou",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.poll": "Een poll waaraan jij hebt meegedaan is beëindigd",
|
"notification.poll": "Een poll waaraan jij hebt meegedaan is beëindigd",
|
||||||
"notification.reblog": "{name} repostte jouw toot",
|
"notification.reblog": "{name} repostte jouw post",
|
||||||
"notifications.filter.all": "Alles",
|
"notifications.filter.all": "Alles",
|
||||||
"notifications.filter.favourites": "Favorieten",
|
"notifications.filter.favourites": "Favorieten",
|
||||||
"notifications.filter.follows": "Die jij volgt",
|
"notifications.filter.follows": "Die jij volgt",
|
||||||
|
@ -268,7 +267,6 @@
|
||||||
"notifications.filter.polls": "Pollresultaten",
|
"notifications.filter.polls": "Pollresultaten",
|
||||||
"notifications.group": "{count} meldingen",
|
"notifications.group": "{count} meldingen",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -289,7 +287,7 @@
|
||||||
"preferences.fields.theme": "Theme",
|
"preferences.fields.theme": "Theme",
|
||||||
"preferences.options.content_type_markdown": "Markdown",
|
"preferences.options.content_type_markdown": "Markdown",
|
||||||
"preferences.options.privacy_public": "Public",
|
"preferences.options.privacy_public": "Public",
|
||||||
"privacy.change": "Zichtbaarheid toot aanpassen",
|
"privacy.change": "Zichtbaarheid post aanpassen",
|
||||||
"privacy.direct.long": "Alleen aan vermelde gebruikers tonen",
|
"privacy.direct.long": "Alleen aan vermelde gebruikers tonen",
|
||||||
"privacy.private.long": "Alleen aan volgers tonen",
|
"privacy.private.long": "Alleen aan volgers tonen",
|
||||||
"privacy.private.short": "Alleen volgers",
|
"privacy.private.short": "Alleen volgers",
|
||||||
|
@ -342,14 +340,14 @@
|
||||||
"soapbox_config.promo_panel.meta_fields.label_placeholder": "Label",
|
"soapbox_config.promo_panel.meta_fields.label_placeholder": "Label",
|
||||||
"soapbox_config.promo_panel.meta_fields.url_placeholder": "URL",
|
"soapbox_config.promo_panel.meta_fields.url_placeholder": "URL",
|
||||||
"status.admin_account": "Moderatie-omgeving van @{name} openen",
|
"status.admin_account": "Moderatie-omgeving van @{name} openen",
|
||||||
"status.admin_status": "Deze toot in de moderatie-omgeving openen",
|
"status.admin_status": "Deze post in de moderatie-omgeving openen",
|
||||||
"status.cancel_reblog_private": "Niet langer reposten",
|
"status.cancel_reblog_private": "Niet langer reposten",
|
||||||
"status.cannot_reblog": "Deze toot kan niet gerepost worden",
|
"status.cannot_reblog": "Deze post kan niet gerepost worden",
|
||||||
"status.chat": "Chat with @{name}",
|
"status.chat": "Chat with @{name}",
|
||||||
"status.copy": "Link naar toot kopiëren",
|
"status.copy": "Link naar post kopiëren",
|
||||||
"status.delete": "Verwijderen",
|
"status.delete": "Verwijderen",
|
||||||
"status.detailed_status": "Uitgebreide gespreksweergave",
|
"status.detailed_status": "Uitgebreide gespreksweergave",
|
||||||
"status.direct": "Directe toot @{name}",
|
"status.direct": "Directe post @{name}",
|
||||||
"status.embed": "Insluiten",
|
"status.embed": "Insluiten",
|
||||||
"status.external": "View post on {domain}",
|
"status.external": "View post on {domain}",
|
||||||
"status.favourite": "Favoriet",
|
"status.favourite": "Favoriet",
|
||||||
|
@ -358,13 +356,13 @@
|
||||||
"status.mention": "Vermeld @{name}",
|
"status.mention": "Vermeld @{name}",
|
||||||
"status.more": "Meer",
|
"status.more": "Meer",
|
||||||
"status.mute_conversation": "Negeer gesprek",
|
"status.mute_conversation": "Negeer gesprek",
|
||||||
"status.open": "Toot volledig tonen",
|
"status.open": "Post volledig tonen",
|
||||||
"status.pin": "Aan profielpagina vastmaken",
|
"status.pin": "Aan profielpagina vastmaken",
|
||||||
"status.pinned": "Vastgemaakte toot",
|
"status.pinned": "Vastgemaakte post",
|
||||||
"status.read_more": "Meer lezen",
|
"status.read_more": "Meer lezen",
|
||||||
"status.reblog_private": "Repost naar oorspronkelijke ontvangers",
|
"status.reblog_private": "Repost naar oorspronkelijke ontvangers",
|
||||||
"status.reblogged_by": "{name} repostte",
|
"status.reblogged_by": "{name} repostte",
|
||||||
"status.reblogs.empty": "Niemand heeft deze toot nog gerepost. Wanneer iemand dit doet, valt dat hier te zien.",
|
"status.reblogs.empty": "Niemand heeft deze post nog gerepost. Wanneer iemand dit doet, valt dat hier te zien.",
|
||||||
"status.redraft": "Verwijderen en herschrijven",
|
"status.redraft": "Verwijderen en herschrijven",
|
||||||
"status.reply": "Reageren",
|
"status.reply": "Reageren",
|
||||||
"status.report": "Rapporteer @{name}",
|
"status.report": "Rapporteer @{name}",
|
||||||
|
@ -382,9 +380,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Start",
|
"tabs_bar.home": "Start",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Meldingen",
|
"tabs_bar.notifications": "Meldingen",
|
||||||
"tabs_bar.search": "Zoeken",
|
"tabs_bar.search": "Zoeken",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blokka brukare",
|
"column.blocks": "Blokka brukare",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Lokal samtid",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Heim",
|
"tabs_bar.home": "Heim",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
"birthday_panel.title": "Bursdager",
|
"birthday_panel.title": "Bursdager",
|
||||||
"birthdays_modal.empty": "Ingen av vennene dine har bursdag i dag.",
|
"birthdays_modal.empty": "Ingen av vennene dine har bursdag i dag.",
|
||||||
"boost_modal.combo": "Du kan trykke på {combo} for å hoppe over dette neste gang",
|
"boost_modal.combo": "Du kan trykke på {combo} for å hoppe over dette neste gang",
|
||||||
"boost_modal.title": "Repostere?",
|
"boost_modal.title": "Post igjen?",
|
||||||
"card.back.label": "Tilbake",
|
"card.back.label": "Tilbake",
|
||||||
"chat.actions.send": "Send",
|
"chat.actions.send": "Send",
|
||||||
"chat.failed_to_send": "Meldingen kunne ikke sendes.",
|
"chat.failed_to_send": "Meldingen kunne ikke sendes.",
|
||||||
|
@ -285,7 +285,6 @@
|
||||||
"column.blocks": "Blokkerte brukere",
|
"column.blocks": "Blokkerte brukere",
|
||||||
"column.bookmarks": "Bokmerker",
|
"column.bookmarks": "Bokmerker",
|
||||||
"column.chats": "Sludringer",
|
"column.chats": "Sludringer",
|
||||||
"column.community": "Lokal tidslinje",
|
|
||||||
"column.crypto_donate": "Doner kryptovaluta",
|
"column.crypto_donate": "Doner kryptovaluta",
|
||||||
"column.developers": "Utviklere",
|
"column.developers": "Utviklere",
|
||||||
"column.developers.service_worker": "Servicearbeider",
|
"column.developers.service_worker": "Servicearbeider",
|
||||||
|
@ -1002,7 +1001,6 @@
|
||||||
"notification.mentioned": "{name} nevnte deg",
|
"notification.mentioned": "{name} nevnte deg",
|
||||||
"notification.move": "{name} flyttet til {targetName}",
|
"notification.move": "{name} flyttet til {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sendte deg en melding",
|
"notification.pleroma:chat_mention": "{name} sendte deg en melding",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reagerte på innlegget ditt",
|
"notification.pleroma:emoji_reaction": "{name} reagerte på innlegget ditt",
|
||||||
"notification.pleroma:event_reminder": "Et arrangement du deltar på starter snart",
|
"notification.pleroma:event_reminder": "Et arrangement du deltar på starter snart",
|
||||||
|
@ -1035,12 +1033,6 @@
|
||||||
"onboarding.display_name.title": "Velg et visningsnavn",
|
"onboarding.display_name.title": "Velg et visningsnavn",
|
||||||
"onboarding.done": "Ferdig",
|
"onboarding.done": "Ferdig",
|
||||||
"onboarding.error": "Det oppstod en uventet feil. Prøv på nytt, eller hopp over dette trinnet.",
|
"onboarding.error": "Det oppstod en uventet feil. Prøv på nytt, eller hopp over dette trinnet.",
|
||||||
"onboarding.fediverse.its_you": "Dette er deg! Andre personer kan følge deg fra andre servere ved å bruke hele @-navnet ditt.",
|
|
||||||
"onboarding.fediverse.message": "Fødiverset er et sosialt nettverk som består av tusenvis av forskjellige og uavhengig drevne sosiale medier (aka 'servere'). Du kan følge brukere – og like, reposte og svare på innlegg – fra de fleste andre Fødivers-servere, fordi de kan kommunisere med {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "Når du surfer på tidslinjen din, vær oppmerksom på hele brukernavnet etter det andre @ -symbolet for å vite hvilken server et innlegg er fra.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} er bare en del av Fødiverset",
|
|
||||||
"onboarding.fediverse.trailer": "Fordi den distribueres og alle kan kjøre sin egen server, er Fødiverset motstandsdyktig og åpen. Hvis du velger å bli med på en annen server eller sette opp din egen, kan du samhandle med de samme personene og fortsette på den samme sosiale grafen.",
|
|
||||||
"onboarding.finished.message": "Vi er veldig glade for å ønske deg velkommen til fellesskapet vårt! Trykk på knappen nedenfor for å komme i gang.",
|
"onboarding.finished.message": "Vi er veldig glade for å ønske deg velkommen til fellesskapet vårt! Trykk på knappen nedenfor for å komme i gang.",
|
||||||
"onboarding.finished.title": "Ferdig",
|
"onboarding.finished.title": "Ferdig",
|
||||||
"onboarding.header.subtitle": "Dette vil vises øverst på profilen din.",
|
"onboarding.header.subtitle": "Dette vil vises øverst på profilen din.",
|
||||||
|
@ -1378,10 +1370,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Alle",
|
"tabs_bar.all": "Alle",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.groups": "Grupper",
|
"tabs_bar.groups": "Grupper",
|
||||||
"tabs_bar.home": "Hjem",
|
"tabs_bar.home": "Hjem",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "Mer",
|
"tabs_bar.more": "Mer",
|
||||||
"tabs_bar.notifications": "Varslinger",
|
"tabs_bar.notifications": "Varslinger",
|
||||||
"tabs_bar.profile": "Profil",
|
"tabs_bar.profile": "Profil",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Personas blocadas",
|
"column.blocks": "Personas blocadas",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Flux public local",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "Avètz participat a un sondatge que ven de s’acabar",
|
"notification.poll": "Avètz participat a un sondatge que ven de s’acabar",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Acuèlh",
|
"tabs_bar.home": "Acuèlh",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notificacions",
|
"tabs_bar.notifications": "Notificacions",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -105,6 +105,16 @@
|
||||||
"admin.dashcounters.user_count_label": "użytkownicy łącznie",
|
"admin.dashcounters.user_count_label": "użytkownicy łącznie",
|
||||||
"admin.dashwidgets.email_list_header": "Lista adresów e-mail",
|
"admin.dashwidgets.email_list_header": "Lista adresów e-mail",
|
||||||
"admin.dashwidgets.software_header": "Oprogramowanie",
|
"admin.dashwidgets.software_header": "Oprogramowanie",
|
||||||
|
"admin.domains.action": "Utwórz domenę",
|
||||||
|
"admin.domains.delete": "Usuń",
|
||||||
|
"admin.domains.edit": "Edytuj",
|
||||||
|
"admin.domains.name": "Domena:",
|
||||||
|
"admin.domains.private": "Prywatna",
|
||||||
|
"admin.domains.public": "Publiczna",
|
||||||
|
"admin.domains.resolve.fail_label": "Nie rozwiązuje",
|
||||||
|
"admin.domains.resolve.last_checked": "Ostatnio sprawdzono: {data}",
|
||||||
|
"admin.domains.resolve.pending_label": "Czeka na sprawdzenie rozwiązywania",
|
||||||
|
"admin.domains.resolve.success_label": "Rozwiązuje prawidłowo",
|
||||||
"admin.edit_announcement.created": "Utworzono ogłoszenie",
|
"admin.edit_announcement.created": "Utworzono ogłoszenie",
|
||||||
"admin.edit_announcement.deleted": "Usunięto ogłoszenie",
|
"admin.edit_announcement.deleted": "Usunięto ogłoszenie",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "Jeżeli zaznaczone, ogłoszenie będzie wyświetlane tylko w dni z przedziału czasu",
|
"admin.edit_announcement.fields.all_day_hint": "Jeżeli zaznaczone, ogłoszenie będzie wyświetlane tylko w dni z przedziału czasu",
|
||||||
|
@ -117,6 +127,8 @@
|
||||||
"admin.edit_announcement.fields.start_time_placeholder": "Ogłoszenie rozpoczyna się:",
|
"admin.edit_announcement.fields.start_time_placeholder": "Ogłoszenie rozpoczyna się:",
|
||||||
"admin.edit_announcement.save": "Zapisz",
|
"admin.edit_announcement.save": "Zapisz",
|
||||||
"admin.edit_announcement.updated": "Edytowano ogłoszenie",
|
"admin.edit_announcement.updated": "Edytowano ogłoszenie",
|
||||||
|
"admin.edit_domain.created": "Utworzono domenę",
|
||||||
|
"admin.edit_domain.deleted": "Usunięto domenę",
|
||||||
"admin.latest_accounts_panel.more": "Naciśnij, aby zobaczyć {count, plural, one {# konto} few {# konta} many {# kont}}",
|
"admin.latest_accounts_panel.more": "Naciśnij, aby zobaczyć {count, plural, one {# konto} few {# konta} many {# kont}}",
|
||||||
"admin.latest_accounts_panel.title": "Najnowsze konta",
|
"admin.latest_accounts_panel.title": "Najnowsze konta",
|
||||||
"admin.moderation_log.empty_message": "Nie wykonałeś(-aś) jeszcze żadnych działań moderacyjnych. Kiedy jakieś zostaną wykonane, ich historia pojawi się tutaj.",
|
"admin.moderation_log.empty_message": "Nie wykonałeś(-aś) jeszcze żadnych działań moderacyjnych. Kiedy jakieś zostaną wykonane, ich historia pojawi się tutaj.",
|
||||||
|
@ -308,7 +320,6 @@
|
||||||
"column.blocks": "Zablokowani użytkownicy",
|
"column.blocks": "Zablokowani użytkownicy",
|
||||||
"column.bookmarks": "Zakładki",
|
"column.bookmarks": "Zakładki",
|
||||||
"column.chats": "Rozmowy",
|
"column.chats": "Rozmowy",
|
||||||
"column.community": "Lokalna oś czasu",
|
|
||||||
"column.crypto_donate": "Przekaż kryptowalutę",
|
"column.crypto_donate": "Przekaż kryptowalutę",
|
||||||
"column.developers": "Programiści",
|
"column.developers": "Programiści",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -654,6 +665,7 @@
|
||||||
"empty_column.aliases.suggestions": "Brak propozycji kont dla podanej frazy.",
|
"empty_column.aliases.suggestions": "Brak propozycji kont dla podanej frazy.",
|
||||||
"empty_column.blocks": "Nie zablokowałeś(-aś) jeszcze żadnego użytkownika.",
|
"empty_column.blocks": "Nie zablokowałeś(-aś) jeszcze żadnego użytkownika.",
|
||||||
"empty_column.bookmarks": "Nie masz jeszcze żadnej zakładki. Kiedy dodasz jakąś, pojawi się ona tutaj.",
|
"empty_column.bookmarks": "Nie masz jeszcze żadnej zakładki. Kiedy dodasz jakąś, pojawi się ona tutaj.",
|
||||||
|
"empty_column.bookmarks.folder": "Nie masz jeszcze żadnej zakładki w tym folderze. Kiedy dodasz jakąś, pojawi się ona tutaj.",
|
||||||
"empty_column.community": "Lokalna oś czasu jest pusta. Napisz coś publicznie, aby zagaić!",
|
"empty_column.community": "Lokalna oś czasu jest pusta. Napisz coś publicznie, aby zagaić!",
|
||||||
"empty_column.direct": "Nie masz żadnych wiadomości bezpośrednich. Kiedy dostaniesz lub wyślesz jakąś, pojawi się ona tutaj.",
|
"empty_column.direct": "Nie masz żadnych wiadomości bezpośrednich. Kiedy dostaniesz lub wyślesz jakąś, pojawi się ona tutaj.",
|
||||||
"empty_column.domain_blocks": "Brak ukrytych domen.",
|
"empty_column.domain_blocks": "Brak ukrytych domen.",
|
||||||
|
@ -859,7 +871,7 @@
|
||||||
"groups.search.placeholder": "Szukaj moich grup",
|
"groups.search.placeholder": "Szukaj moich grup",
|
||||||
"groups.suggested.label": "Proponowane grupy",
|
"groups.suggested.label": "Proponowane grupy",
|
||||||
"groups.tags.title": "Szukaj tematów",
|
"groups.tags.title": "Szukaj tematów",
|
||||||
"hashtag.follow": "Obserwuj hashtagi",
|
"hashtag.follow": "Obserwuj hashtag",
|
||||||
"header.login.label": "Zaloguj się",
|
"header.login.label": "Zaloguj się",
|
||||||
"header.register.label": "Rejestracja",
|
"header.register.label": "Rejestracja",
|
||||||
"home.column_settings.show_reblogs": "Pokazuj podbicia",
|
"home.column_settings.show_reblogs": "Pokazuj podbicia",
|
||||||
|
@ -1094,7 +1106,6 @@
|
||||||
"notification.mentioned": "{name} wspomniał(a) o tobie",
|
"notification.mentioned": "{name} wspomniał(a) o tobie",
|
||||||
"notification.move": "{name} przeniósł(-osła) się na {targetName}",
|
"notification.move": "{name} przeniósł(-osła) się na {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count} więcej",
|
|
||||||
"notification.pleroma:chat_mention": "{name} wysłał(a) Ci wiadomośść",
|
"notification.pleroma:chat_mention": "{name} wysłał(a) Ci wiadomośść",
|
||||||
"notification.pleroma:emoji_reaction": "{name} zareagował(a) na Twój wpis",
|
"notification.pleroma:emoji_reaction": "{name} zareagował(a) na Twój wpis",
|
||||||
"notification.pleroma:event_reminder": "Wydarzenie w którym bierzesz udział wkrótce się zaczyna",
|
"notification.pleroma:event_reminder": "Wydarzenie w którym bierzesz udział wkrótce się zaczyna",
|
||||||
|
@ -1127,12 +1138,6 @@
|
||||||
"onboarding.display_name.title": "Wybierz wyświetlaną nazwę",
|
"onboarding.display_name.title": "Wybierz wyświetlaną nazwę",
|
||||||
"onboarding.done": "Gotowe",
|
"onboarding.done": "Gotowe",
|
||||||
"onboarding.error": "Wystąpił nieoczekiwany błąd. Spróbuj ponownie lub pomiń ten krok.",
|
"onboarding.error": "Wystąpił nieoczekiwany błąd. Spróbuj ponownie lub pomiń ten krok.",
|
||||||
"onboarding.fediverse.its_you": "Oto Twoje konto! Inni ludzie mogą Cię obserwować z innych serwerów używając pełnej @nazwy.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Dalej",
|
|
||||||
"onboarding.fediverse.other_instances": "Kiedy przeglądasz oś czasum, zwróć uwagę na pełną nazwę użytkownika po znaku @, aby wiedzieć z którego serwera pochodzi wpis.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} to tylko jedna z części Fediwersum",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "Cieszymy się, że możemy powitać Cię w naszej społeczności! Naciśnij poniższy przycisk, aby rozpocząć.",
|
"onboarding.finished.message": "Cieszymy się, że możemy powitać Cię w naszej społeczności! Naciśnij poniższy przycisk, aby rozpocząć.",
|
||||||
"onboarding.finished.title": "Wprowadzenie ukończone",
|
"onboarding.finished.title": "Wprowadzenie ukończone",
|
||||||
"onboarding.header.subtitle": "Będzie widoczny w górnej części Twojego profilu",
|
"onboarding.header.subtitle": "Będzie widoczny w górnej części Twojego profilu",
|
||||||
|
@ -1483,10 +1488,8 @@
|
||||||
"sw.url": "Adres URL skryptu",
|
"sw.url": "Adres URL skryptu",
|
||||||
"tabs_bar.all": "Wszystkie",
|
"tabs_bar.all": "Wszystkie",
|
||||||
"tabs_bar.dashboard": "Panel administracyjny",
|
"tabs_bar.dashboard": "Panel administracyjny",
|
||||||
"tabs_bar.fediverse": "Fediwersum",
|
|
||||||
"tabs_bar.groups": "Grupy",
|
"tabs_bar.groups": "Grupy",
|
||||||
"tabs_bar.home": "Strona główna",
|
"tabs_bar.home": "Strona główna",
|
||||||
"tabs_bar.local": "Lokalna",
|
|
||||||
"tabs_bar.more": "Więcej",
|
"tabs_bar.more": "Więcej",
|
||||||
"tabs_bar.notifications": "Powiadomienia",
|
"tabs_bar.notifications": "Powiadomienia",
|
||||||
"tabs_bar.profile": "Profil",
|
"tabs_bar.profile": "Profil",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"account.follow": "Seguir",
|
"account.follow": "Seguir",
|
||||||
"account.followers": "Seguidores",
|
"account.followers": "Seguidores",
|
||||||
"account.followers.empty": "Ninguém segue esse usuário no momento.",
|
"account.followers.empty": "Ninguém segue esse usuário no momento.",
|
||||||
"account.follows": "Segue",
|
"account.follows": "Seguindo",
|
||||||
"account.follows.empty": "Esse usuário não segue ninguém no momento.",
|
"account.follows.empty": "Esse usuário não segue ninguém no momento.",
|
||||||
"account.follows_you": "Segue você",
|
"account.follows_you": "Segue você",
|
||||||
"account.header.alt": "Cabeçalho do perfil",
|
"account.header.alt": "Cabeçalho do perfil",
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
"admin.users.user_unsuggested_message": "@{acct} foi dessugerido",
|
"admin.users.user_unsuggested_message": "@{acct} foi dessugerido",
|
||||||
"admin.users.user_unverified_message": "@{acct} foi desverificado",
|
"admin.users.user_unverified_message": "@{acct} foi desverificado",
|
||||||
"admin.users.user_verified_message": "@{acct} foi verificado",
|
"admin.users.user_verified_message": "@{acct} foi verificado",
|
||||||
"admin_nav.awaiting_approval": "Aguardando Aprovação",
|
"admin_nav.awaiting_approval": "Fila",
|
||||||
"admin_nav.dashboard": "Painel de Controle",
|
"admin_nav.dashboard": "Painel de Controle",
|
||||||
"admin_nav.reports": "Relatórios",
|
"admin_nav.reports": "Relatórios",
|
||||||
"alert.unexpected.body": "Pedimos desculpas pela interrupção. Se o problema persistir, entre em contato com nossa equipe de suporte. Você também pode tentar {clearCookies} (isso irá desconectá-lo).",
|
"alert.unexpected.body": "Pedimos desculpas pela interrupção. Se o problema persistir, entre em contato com nossa equipe de suporte. Você também pode tentar {clearCookies} (isso irá desconectá-lo).",
|
||||||
|
@ -236,11 +236,11 @@
|
||||||
"badge_input.placeholder": "Insira uma insígnia…",
|
"badge_input.placeholder": "Insira uma insígnia…",
|
||||||
"birthday_panel.title": "Aniversários",
|
"birthday_panel.title": "Aniversários",
|
||||||
"birthdays_modal.empty": "Nenhum de seus amigos faz aniversário hoje.",
|
"birthdays_modal.empty": "Nenhum de seus amigos faz aniversário hoje.",
|
||||||
"bookmark_folders.add.fail": "Falha ao criar pasta de favoritos",
|
"bookmark_folders.add.fail": "Falha ao criar pasta de salvos",
|
||||||
"bookmark_folders.add.success": "Pasta de favoritos criada com sucesso",
|
"bookmark_folders.add.success": "Pasta de salvos criada com sucesso",
|
||||||
"bookmark_folders.all_bookmarks": "Todos os favoritos",
|
"bookmark_folders.all_bookmarks": "Todos os salvos",
|
||||||
"bookmark_folders.edit.fail": "Falha ao editar a pasta de favoritos",
|
"bookmark_folders.edit.fail": "Falha ao editar a pasta de salvos",
|
||||||
"bookmark_folders.edit.success": "Pasta de favoritos editada com sucesso",
|
"bookmark_folders.edit.success": "Pasta de salvos editada com sucesso",
|
||||||
"bookmark_folders.new.create_title": "Adicionar pasta",
|
"bookmark_folders.new.create_title": "Adicionar pasta",
|
||||||
"bookmark_folders.new.title_placeholder": "Novo título da pasta",
|
"bookmark_folders.new.title_placeholder": "Novo título da pasta",
|
||||||
"bookmarks.delete_folder": "Deletar pasta",
|
"bookmarks.delete_folder": "Deletar pasta",
|
||||||
|
@ -357,9 +357,8 @@
|
||||||
"column.backups": "Backups",
|
"column.backups": "Backups",
|
||||||
"column.birthdays": "Aniversários",
|
"column.birthdays": "Aniversários",
|
||||||
"column.blocks": "Usuários bloqueados",
|
"column.blocks": "Usuários bloqueados",
|
||||||
"column.bookmarks": "Favoritos",
|
"column.bookmarks": "Salvos",
|
||||||
"column.chats": "Conversas",
|
"column.chats": "Conversas",
|
||||||
"column.community": "Local",
|
|
||||||
"column.crypto_donate": "Doar Criptomoeda",
|
"column.crypto_donate": "Doar Criptomoeda",
|
||||||
"column.developers": "Desenvolvedores",
|
"column.developers": "Desenvolvedores",
|
||||||
"column.developers.service_worker": "Trabalhador de serviço",
|
"column.developers.service_worker": "Trabalhador de serviço",
|
||||||
|
@ -551,7 +550,7 @@
|
||||||
"confirmations.delete.message": "Você tem certeza de que quer deletar esta postagem?",
|
"confirmations.delete.message": "Você tem certeza de que quer deletar esta postagem?",
|
||||||
"confirmations.delete_bookmark_folder.confirm": "Deletar pasta",
|
"confirmations.delete_bookmark_folder.confirm": "Deletar pasta",
|
||||||
"confirmations.delete_bookmark_folder.heading": "Deletar \"{name}\" pasta?",
|
"confirmations.delete_bookmark_folder.heading": "Deletar \"{name}\" pasta?",
|
||||||
"confirmations.delete_bookmark_folder.message": "Tem certeza de que deseja deletar a pasta? Os favoritos ainda serão armazenados.",
|
"confirmations.delete_bookmark_folder.message": "Tem certeza de que deseja deletar a pasta? Os itens salvis ainda serão armazenados.",
|
||||||
"confirmations.delete_event.confirm": "Deletar",
|
"confirmations.delete_event.confirm": "Deletar",
|
||||||
"confirmations.delete_event.heading": "Deletar evento",
|
"confirmations.delete_event.heading": "Deletar evento",
|
||||||
"confirmations.delete_event.message": "Tem certeza de que deseja deletar este evento?",
|
"confirmations.delete_event.message": "Tem certeza de que deseja deletar este evento?",
|
||||||
|
@ -648,7 +647,7 @@
|
||||||
"edit_federation.unlisted": "Forçar posts não listados",
|
"edit_federation.unlisted": "Forçar posts não listados",
|
||||||
"edit_identity.names_title": "Nomes",
|
"edit_identity.names_title": "Nomes",
|
||||||
"edit_identity.pending_names_title": "Nomes solicitados",
|
"edit_identity.pending_names_title": "Nomes solicitados",
|
||||||
"edit_identity.reason_placeholder": "Por que você quer esse nome?",
|
"edit_identity.reason_placeholder": "Por que você quer fazer parte da comunidade {siteTitle}?",
|
||||||
"edit_identity.request": "Solicitar",
|
"edit_identity.request": "Solicitar",
|
||||||
"edit_identity.requested": "Nome solicitado",
|
"edit_identity.requested": "Nome solicitado",
|
||||||
"edit_password.header": "Alterar senha",
|
"edit_password.header": "Alterar senha",
|
||||||
|
@ -724,8 +723,8 @@
|
||||||
"empty_column.aliases": "Você ainda não criou nenhum alias de conta.",
|
"empty_column.aliases": "Você ainda não criou nenhum alias de conta.",
|
||||||
"empty_column.aliases.suggestions": "Não há sugestões de conta disponíveis para o termo fornecido.",
|
"empty_column.aliases.suggestions": "Não há sugestões de conta disponíveis para o termo fornecido.",
|
||||||
"empty_column.blocks": "Você ainda não bloqueou nenhum usuário.",
|
"empty_column.blocks": "Você ainda não bloqueou nenhum usuário.",
|
||||||
"empty_column.bookmarks": "Você ainda não tem nenhum bookmark. Quando você adicionar um, ele aparecerá aqui.",
|
"empty_column.bookmarks": "Você ainda não tem nenhum item salvo. Quando você adicionar um, ele aparecerá aqui.",
|
||||||
"empty_column.bookmarks.folder": "Você ainda não tem nenhum marcador nesta pasta. Quando você adicionar um, ele aparecerá aqui.",
|
"empty_column.bookmarks.folder": "Você ainda não tem nenhum item salvo nesta pasta. Quando você adicionar um, ele aparecerá aqui.",
|
||||||
"empty_column.community": "A timeline local está vazia. Escreva algo publicamente para começar!",
|
"empty_column.community": "A timeline local está vazia. Escreva algo publicamente para começar!",
|
||||||
"empty_column.direct": "Você não tem nenhuma mensagem direta ainda. Quando você enviar ou receber uma, as mensagens aparecerão por aqui.",
|
"empty_column.direct": "Você não tem nenhuma mensagem direta ainda. Quando você enviar ou receber uma, as mensagens aparecerão por aqui.",
|
||||||
"empty_column.dislikes": "Ninguém descurtiu esta publicação ainda. Quando alguém o fizer, aparecerá aqui.",
|
"empty_column.dislikes": "Ninguém descurtiu esta publicação ainda. Quando alguém o fizer, aparecerá aqui.",
|
||||||
|
@ -733,7 +732,7 @@
|
||||||
"empty_column.event_participant_requests": "Não há solicitações de participação em eventos pendentes.",
|
"empty_column.event_participant_requests": "Não há solicitações de participação em eventos pendentes.",
|
||||||
"empty_column.event_participants": "Ninguém entrou neste evento ainda. Quando alguém entrar, aparecerá aqui.",
|
"empty_column.event_participants": "Ninguém entrou neste evento ainda. Quando alguém entrar, aparecerá aqui.",
|
||||||
"empty_column.favourited_statuses": "Você ainda não tem nenhum post favorito. Quando você favoritar um postagem, ela aparecerá aqui.",
|
"empty_column.favourited_statuses": "Você ainda não tem nenhum post favorito. Quando você favoritar um postagem, ela aparecerá aqui.",
|
||||||
"empty_column.favourites": "Ninguém favoritou esse post até agora. Quando alguém favoritar, a pessoa aparecerá aqui.",
|
"empty_column.favourites": "Ninguém curtiu esse post até agora. Quando alguém curtir, a pessoa aparecerá aqui.",
|
||||||
"empty_column.filters": "Você ainda não criou nenhuma palavra silenciada.",
|
"empty_column.filters": "Você ainda não criou nenhuma palavra silenciada.",
|
||||||
"empty_column.follow_recommendations": "Parece que não foram geradas sugestões para você. Você pode tentar usar a busca para procurar pessoas que você pode conhecer ou explorar hashtags em alta.",
|
"empty_column.follow_recommendations": "Parece que não foram geradas sugestões para você. Você pode tentar usar a busca para procurar pessoas que você pode conhecer ou explorar hashtags em alta.",
|
||||||
"empty_column.follow_requests": "Você não tem nenhum pedido de seguir por agora. Quando você receber um, ele aparecerá aqui.",
|
"empty_column.follow_requests": "Você não tem nenhum pedido de seguir por agora. Quando você receber um, ele aparecerá aqui.",
|
||||||
|
@ -992,7 +991,7 @@
|
||||||
"keyboard_shortcuts.search": "para focar a pesquisa",
|
"keyboard_shortcuts.search": "para focar a pesquisa",
|
||||||
"keyboard_shortcuts.toggle_hidden": "mostrar/esconder o texto com aviso de conteúdo",
|
"keyboard_shortcuts.toggle_hidden": "mostrar/esconder o texto com aviso de conteúdo",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "mostrar/esconder mídia",
|
"keyboard_shortcuts.toggle_sensitivity": "mostrar/esconder mídia",
|
||||||
"keyboard_shortcuts.toot": "para compor um novo post",
|
"keyboard_shortcuts.toot": "para escrever um novo post",
|
||||||
"keyboard_shortcuts.unfocus": "para remover o foco da área de composição/pesquisa",
|
"keyboard_shortcuts.unfocus": "para remover o foco da área de composição/pesquisa",
|
||||||
"keyboard_shortcuts.up": "para mover para cima na lista",
|
"keyboard_shortcuts.up": "para mover para cima na lista",
|
||||||
"landing_page_modal.download": "Baixar",
|
"landing_page_modal.download": "Baixar",
|
||||||
|
@ -1111,8 +1110,8 @@
|
||||||
"navbar.login.password.label": "Senha",
|
"navbar.login.password.label": "Senha",
|
||||||
"navbar.login.username.placeholder": "E-mail ou nome de usuário",
|
"navbar.login.username.placeholder": "E-mail ou nome de usuário",
|
||||||
"navigation.chats": "Chats",
|
"navigation.chats": "Chats",
|
||||||
"navigation.compose": "Compor",
|
"navigation.compose": "Escrever",
|
||||||
"navigation.compose_group": "Compor para o Grupo",
|
"navigation.compose_group": "Escrever para o Grupo",
|
||||||
"navigation.dashboard": "Painel",
|
"navigation.dashboard": "Painel",
|
||||||
"navigation.developers": "Desenvolvedores",
|
"navigation.developers": "Desenvolvedores",
|
||||||
"navigation.direct_messages": "Mensagens",
|
"navigation.direct_messages": "Mensagens",
|
||||||
|
@ -1122,11 +1121,11 @@
|
||||||
"navigation_bar.account_aliases": "Apelidos de conta",
|
"navigation_bar.account_aliases": "Apelidos de conta",
|
||||||
"navigation_bar.account_migration": "Mover conta",
|
"navigation_bar.account_migration": "Mover conta",
|
||||||
"navigation_bar.blocks": "Usuários bloqueados",
|
"navigation_bar.blocks": "Usuários bloqueados",
|
||||||
"navigation_bar.compose": "Compor um novo post",
|
"navigation_bar.compose": "Escrever um novo post",
|
||||||
"navigation_bar.compose_direct": "Mensagem direta",
|
"navigation_bar.compose_direct": "Mensagem direta",
|
||||||
"navigation_bar.compose_edit": "Editar postagem",
|
"navigation_bar.compose_edit": "Editar postagem",
|
||||||
"navigation_bar.compose_event": "Gerenciar evento",
|
"navigation_bar.compose_event": "Gerenciar evento",
|
||||||
"navigation_bar.compose_group": "Compor para o grupo",
|
"navigation_bar.compose_group": "Escrever para o grupo",
|
||||||
"navigation_bar.compose_group_reply": "Responder ao post do grupo",
|
"navigation_bar.compose_group_reply": "Responder ao post do grupo",
|
||||||
"navigation_bar.compose_quote": "Citar postagem",
|
"navigation_bar.compose_quote": "Citar postagem",
|
||||||
"navigation_bar.compose_reply": "Responder postagem",
|
"navigation_bar.compose_reply": "Responder postagem",
|
||||||
|
@ -1162,14 +1161,17 @@
|
||||||
"nostr_relays.read_write": "Leitura e escrita",
|
"nostr_relays.read_write": "Leitura e escrita",
|
||||||
"nostr_relays.title": "Relays",
|
"nostr_relays.title": "Relays",
|
||||||
"nostr_relays.write_only": "Somente escrita",
|
"nostr_relays.write_only": "Somente escrita",
|
||||||
|
"nostr_signup.has_key": "Eu já tenho uma chave",
|
||||||
|
"nostr_signup.key-add.key_button": "Adicionar chave",
|
||||||
"nostr_signup.key-add.title": "Importar Chave",
|
"nostr_signup.key-add.title": "Importar Chave",
|
||||||
"nostr_signup.key.title": "Você precisa de uma chave para continuar",
|
"nostr_signup.key.title": "Você precisa de uma chave para continuar",
|
||||||
|
"nostr_signup.key_generate": "Gerar chave",
|
||||||
"nostr_signup.keygen.title": "Sua nova chave",
|
"nostr_signup.keygen.title": "Sua nova chave",
|
||||||
"nostr_signup.siwe.action": "Faça login com a extensão",
|
"nostr_signup.siwe.action": "Faça login com a extensão",
|
||||||
"nostr_signup.siwe.alt": "Faça login com a chave",
|
"nostr_signup.siwe.alt": "Faça login com a chave",
|
||||||
"nostr_signup.siwe.title": "Entrar",
|
"nostr_signup.siwe.title": "Entrar",
|
||||||
"notification.ditto:name_grant": "Você recebeu o nome {acct}",
|
"notification.ditto:name_grant": "Você recebeu o nome {acct}",
|
||||||
"notification.favourite": "{name} adicionou a sua postagem aos favoritos",
|
"notification.favourite": "{name} curtiu a sua postagem",
|
||||||
"notification.follow": "{name} te seguiu",
|
"notification.follow": "{name} te seguiu",
|
||||||
"notification.follow_request": "{name} solicitou para te seguir",
|
"notification.follow_request": "{name} solicitou para te seguir",
|
||||||
"notification.group_favourite": "{name} curtiu seu post no grupo",
|
"notification.group_favourite": "{name} curtiu seu post no grupo",
|
||||||
|
@ -1178,7 +1180,6 @@
|
||||||
"notification.mentioned": "{name} mencionou você",
|
"notification.mentioned": "{name} mencionou você",
|
||||||
"notification.move": "{name} mudou para {targetName}",
|
"notification.move": "{name} mudou para {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {outro} other {outros}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} te enviou uma mensagem",
|
"notification.pleroma:chat_mention": "{name} te enviou uma mensagem",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reagiu à sua postagem",
|
"notification.pleroma:emoji_reaction": "{name} reagiu à sua postagem",
|
||||||
"notification.pleroma:event_reminder": "Um evento em que você está participando começará em breve",
|
"notification.pleroma:event_reminder": "Um evento em que você está participando começará em breve",
|
||||||
|
@ -1213,12 +1214,6 @@
|
||||||
"onboarding.display_name.title": "Escolha um nome de exibição",
|
"onboarding.display_name.title": "Escolha um nome de exibição",
|
||||||
"onboarding.done": "Concluído",
|
"onboarding.done": "Concluído",
|
||||||
"onboarding.error": "Ocorreu um erro inesperado. Por favor, tente novamente ou pule esta etapa.",
|
"onboarding.error": "Ocorreu um erro inesperado. Por favor, tente novamente ou pule esta etapa.",
|
||||||
"onboarding.fediverse.its_you": "Este é você! Outras pessoas podem te seguir de outros servidores usando seu @-handle completo.",
|
|
||||||
"onboarding.fediverse.message": "O Fediverse é uma rede social composta por milhares de sites de mídia social diversos e independentes (também conhecidos como \"servidores\"). Você pode seguir usuários — e curtir, repostar e responder a postagens — de muitos outros servidores Fediverse, porque eles podem se comunicar com o {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Próximo",
|
|
||||||
"onboarding.fediverse.other_instances": "Ao navegar pela sua linha do tempo, preste atenção ao nome de usuário completo após o segundo símbolo @ para saber de qual servidor uma postagem é originária.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} é apenas uma parte do Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Como é distribuído e qualquer um pode executar seu próprio servidor, o Fediverse é resiliente e aberto. Se você optar por se juntar a outro servidor ou configurar o seu próprio, você pode interagir com as mesmas pessoas e continuar na mesma rede social.",
|
|
||||||
"onboarding.finished.message": "Estamos muito empolgados para te receber em nossa comunidade! Toque no botão abaixo para começar.",
|
"onboarding.finished.message": "Estamos muito empolgados para te receber em nossa comunidade! Toque no botão abaixo para começar.",
|
||||||
"onboarding.finished.title": "Onboarding completo",
|
"onboarding.finished.title": "Onboarding completo",
|
||||||
"onboarding.header.subtitle": "Isso será exibido no topo do seu perfil.",
|
"onboarding.header.subtitle": "Isso será exibido no topo do seu perfil.",
|
||||||
|
@ -1496,16 +1491,16 @@
|
||||||
"status.admin_status": "Abrir esse status na interface de moderação",
|
"status.admin_status": "Abrir esse status na interface de moderação",
|
||||||
"status.approval.pending": "Aguardando aprovação",
|
"status.approval.pending": "Aguardando aprovação",
|
||||||
"status.approval.rejected": "Rejeitado",
|
"status.approval.rejected": "Rejeitado",
|
||||||
"status.bookmark": "Favoritar",
|
"status.bookmark": "Salvar",
|
||||||
"status.bookmark.select_folder": "Selecionar pasta",
|
"status.bookmark.select_folder": "Selecionar pasta",
|
||||||
"status.bookmark_folder": "Definir pasta de favoritos",
|
"status.bookmark_folder": "Definir pasta de salvos",
|
||||||
"status.bookmark_folder_change": "Alterar pasta de favoritos",
|
"status.bookmark_folder_change": "Alterar pasta de salvos",
|
||||||
"status.bookmark_folder_changed": "Pasta alterada",
|
"status.bookmark_folder_changed": "Pasta alterada",
|
||||||
"status.bookmarked": "Favorito adicionado.",
|
"status.bookmarked": "Salvo.",
|
||||||
"status.cancel_reblog_private": "Cancelar compartilhamento",
|
"status.cancel_reblog_private": "Cancelar compartilhamento",
|
||||||
"status.cannot_reblog": "Esta postagem não pode ser compartilhada",
|
"status.cannot_reblog": "Esta postagem não pode ser compartilhada",
|
||||||
"status.chat": "Conversar com @{name}",
|
"status.chat": "Conversar com @{name}",
|
||||||
"status.copy": "Copiar o link para o status",
|
"status.copy": "Copiar o link da postagem",
|
||||||
"status.delete": "Excluir",
|
"status.delete": "Excluir",
|
||||||
"status.detailed_status": "Visão detalhada da conversa",
|
"status.detailed_status": "Visão detalhada da conversa",
|
||||||
"status.direct": "Enviar mensagem direta para @{name}",
|
"status.direct": "Enviar mensagem direta para @{name}",
|
||||||
|
@ -1515,7 +1510,7 @@
|
||||||
"status.edited": "Editado em {date}",
|
"status.edited": "Editado em {date}",
|
||||||
"status.embed": "Incorporar",
|
"status.embed": "Incorporar",
|
||||||
"status.external": "Ver postagem em {domain}",
|
"status.external": "Ver postagem em {domain}",
|
||||||
"status.favourite": "Adicionar aos favoritos",
|
"status.favourite": "Reagir",
|
||||||
"status.filtered": "Filtrado",
|
"status.filtered": "Filtrado",
|
||||||
"status.group": "Postado no {group}",
|
"status.group": "Postado no {group}",
|
||||||
"status.group_mod_delete": "Excluir post do grupo",
|
"status.group_mod_delete": "Excluir post do grupo",
|
||||||
|
@ -1565,8 +1560,8 @@
|
||||||
"status.title_direct": "Mensagem direta",
|
"status.title_direct": "Mensagem direta",
|
||||||
"status.translate": "Traduzir",
|
"status.translate": "Traduzir",
|
||||||
"status.translated_from_with": "Traduzido de {lang} usando {provider}",
|
"status.translated_from_with": "Traduzido de {lang} usando {provider}",
|
||||||
"status.unbookmark": "Remover favorito",
|
"status.unbookmark": "Remover dos salvos",
|
||||||
"status.unbookmarked": "Favorito removido.",
|
"status.unbookmarked": "Salvo removido.",
|
||||||
"status.unmute_conversation": "Desativar silêncio desta conversa",
|
"status.unmute_conversation": "Desativar silêncio desta conversa",
|
||||||
"status.unpin": "Desafixar do perfil",
|
"status.unpin": "Desafixar do perfil",
|
||||||
"status.unpin_to_group": "Desfixar do Grupo",
|
"status.unpin_to_group": "Desfixar do Grupo",
|
||||||
|
@ -1588,11 +1583,9 @@
|
||||||
"sw.url": "URL do script",
|
"sw.url": "URL do script",
|
||||||
"tabs_bar.all": "Todos",
|
"tabs_bar.all": "Todos",
|
||||||
"tabs_bar.dashboard": "Painel",
|
"tabs_bar.dashboard": "Painel",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.global": "Global",
|
"tabs_bar.global": "Global",
|
||||||
"tabs_bar.groups": "Grupos",
|
"tabs_bar.groups": "Grupos",
|
||||||
"tabs_bar.home": "Página inicial",
|
"tabs_bar.home": "Página inicial",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "Mais",
|
"tabs_bar.more": "Mais",
|
||||||
"tabs_bar.notifications": "Notificações",
|
"tabs_bar.notifications": "Notificações",
|
||||||
"tabs_bar.profile": "Perfil",
|
"tabs_bar.profile": "Perfil",
|
||||||
|
@ -1656,7 +1649,6 @@
|
||||||
"video.unmute": "Reativar som",
|
"video.unmute": "Reativar som",
|
||||||
"who_to_follow.title": "Quem seguir",
|
"who_to_follow.title": "Quem seguir",
|
||||||
"zap.button.text.raw": "Zap {amount} sats",
|
"zap.button.text.raw": "Zap {amount} sats",
|
||||||
"zap.button.text.rounded": "Zap {amount}K sats",
|
|
||||||
"zap.comment_input.placeholder": "Comentário opcional",
|
"zap.comment_input.placeholder": "Comentário opcional",
|
||||||
"zap.open_wallet": "Abrir Carteira",
|
"zap.open_wallet": "Abrir Carteira",
|
||||||
"zap.send_to": "Enviar zaps para {target}",
|
"zap.send_to": "Enviar zaps para {target}",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Utilizatori blocați",
|
"column.blocks": "Utilizatori blocați",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Fluxul Local",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Acasă",
|
"tabs_bar.home": "Acasă",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notificări",
|
"tabs_bar.notifications": "Notificări",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -288,7 +288,6 @@
|
||||||
"column.blocks": "Список блокировки",
|
"column.blocks": "Список блокировки",
|
||||||
"column.bookmarks": "Закладки",
|
"column.bookmarks": "Закладки",
|
||||||
"column.chats": "Чаты",
|
"column.chats": "Чаты",
|
||||||
"column.community": "Локальная лента",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -1058,7 +1057,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.pleroma:event_reminder": "Скоро начнется мероприятие, в котором вы участвуете",
|
"notification.pleroma:event_reminder": "Скоро начнется мероприятие, в котором вы участвуете",
|
||||||
|
@ -1091,12 +1089,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1444,10 +1436,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.groups": "Группы",
|
"tabs_bar.groups": "Группы",
|
||||||
"tabs_bar.home": "Главная",
|
"tabs_bar.home": "Главная",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Уведомления",
|
"tabs_bar.notifications": "Уведомления",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blokovaní užívatelia",
|
"column.blocks": "Blokovaní užívatelia",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Miestna časová os",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -253,7 +252,7 @@
|
||||||
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "Tento príspevok bude videný výhradne iba spomenutými užívateľmi. Ber ale na vedomie že správci tvojej a všetkých iných zahrnutých instancií majú možnosť skontrolovať túto správu.",
|
"compose_form.direct_message_warning": "Tento príspevok bude videný výhradne iba spomenutými užívateľmi. Ber ale na vedomie že správci tvojej a všetkých iných zahrnutých instancií majú možnosť skontrolovať túto správu.",
|
||||||
"compose_form.hashtag_warning": "Tento toot nebude zobrazený pod žiadným haštagom lebo nieje listovaný. Iba verejné tooty môžu byť nájdené podľa haštagu.",
|
"compose_form.hashtag_warning": "Tento post nebude zobrazený pod žiadným haštagom lebo nieje listovaný. Iba verejné tooty môžu byť nájdené podľa haštagu.",
|
||||||
"compose_form.lock_disclaimer": "Tvoj účet nie je {locked}. Ktokoľvek ťa môže nasledovať a vidieť tvoje správy pre sledujúcich.",
|
"compose_form.lock_disclaimer": "Tvoj účet nie je {locked}. Ktokoľvek ťa môže nasledovať a vidieť tvoje správy pre sledujúcich.",
|
||||||
"compose_form.lock_disclaimer.lock": "zamknutý",
|
"compose_form.lock_disclaimer.lock": "zamknutý",
|
||||||
"compose_form.markdown.marked": "Post markdown enabled",
|
"compose_form.markdown.marked": "Post markdown enabled",
|
||||||
|
@ -440,7 +439,7 @@
|
||||||
"empty_column.direct": "Ešte nemáš žiadne súkromné správy. Keď nejakú pošleš, alebo dostaneš, ukáže sa tu.",
|
"empty_column.direct": "Ešte nemáš žiadne súkromné správy. Keď nejakú pošleš, alebo dostaneš, ukáže sa tu.",
|
||||||
"empty_column.domain_blocks": "Žiadne domény ešte niesú skryté.",
|
"empty_column.domain_blocks": "Žiadne domény ešte niesú skryté.",
|
||||||
"empty_column.favourited_statuses": "Nemáš obľúbené ešte žiadne príspevky. Keď si nejaký obľúbiš, bude zobrazený práve tu.",
|
"empty_column.favourited_statuses": "Nemáš obľúbené ešte žiadne príspevky. Keď si nejaký obľúbiš, bude zobrazený práve tu.",
|
||||||
"empty_column.favourites": "Tento toot si ešte nikto neobľúbil. Ten kto si ho obľúbi, bude zobrazený tu.",
|
"empty_column.favourites": "Tento post si ešte nikto neobľúbil. Ten kto si ho obľúbi, bude zobrazený tu.",
|
||||||
"empty_column.filters": "You haven't created any muted words yet.",
|
"empty_column.filters": "You haven't created any muted words yet.",
|
||||||
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
||||||
"empty_column.follow_requests": "Ešte nemáš žiadne požiadavky o následovanie. Keď nejaké dostaneš, budú tu zobrazené.",
|
"empty_column.follow_requests": "Ešte nemáš žiadne požiadavky o následovanie. Keď nejaké dostaneš, budú tu zobrazené.",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "Anketa v ktorej si hlasoval/a sa skončila",
|
"notification.poll": "Anketa v ktorej si hlasoval/a sa skončila",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Domovská",
|
"tabs_bar.home": "Domovská",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Oboznámenia",
|
"tabs_bar.notifications": "Oboznámenia",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Blokirani uporabniki",
|
"column.blocks": "Blokirani uporabniki",
|
||||||
"column.community": "Lokalna časovnica",
|
|
||||||
"column.direct": "Neposredna sporočila",
|
"column.direct": "Neposredna sporočila",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
"column.filters.delete": "Delete",
|
"column.filters.delete": "Delete",
|
||||||
|
@ -258,7 +257,6 @@
|
||||||
"notification.follow": "{name} vam sledi",
|
"notification.follow": "{name} vam sledi",
|
||||||
"notification.mention": "{name} vas je omenil/a",
|
"notification.mention": "{name} vas je omenil/a",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "Glasovanje, v katerem ste sodelovali, se je končalo",
|
"notification.poll": "Glasovanje, v katerem ste sodelovali, se je končalo",
|
||||||
"notification.reblog": "{name} je spodbudil/a vaš status",
|
"notification.reblog": "{name} je spodbudil/a vaš status",
|
||||||
"notifications.filter.all": "Vse",
|
"notifications.filter.all": "Vse",
|
||||||
|
@ -269,7 +267,6 @@
|
||||||
"notifications.filter.polls": "Rezultati glasovanj",
|
"notifications.filter.polls": "Rezultati glasovanj",
|
||||||
"notifications.group": "{count} obvestil",
|
"notifications.group": "{count} obvestil",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -386,9 +383,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Domov",
|
"tabs_bar.home": "Domov",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Obvestila",
|
"tabs_bar.notifications": "Obvestila",
|
||||||
"tabs_bar.search": "Iskanje",
|
"tabs_bar.search": "Iskanje",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Përdorues të bllokuar",
|
"column.blocks": "Përdorues të bllokuar",
|
||||||
"column.community": "Rrjedhë kohore vendore",
|
|
||||||
"column.direct": "Mesazhe të drejtpërdrejta",
|
"column.direct": "Mesazhe të drejtpërdrejta",
|
||||||
"column.domain_blocks": "Përkatësi të fshehura",
|
"column.domain_blocks": "Përkatësi të fshehura",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -258,7 +257,6 @@
|
||||||
"notifications.filter.mentions": "Përmendje",
|
"notifications.filter.mentions": "Përmendje",
|
||||||
"notifications.group": "{count}s njoftime",
|
"notifications.group": "{count}s njoftime",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -370,9 +368,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Kreu",
|
"tabs_bar.home": "Kreu",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Njoftime",
|
"tabs_bar.notifications": "Njoftime",
|
||||||
"tabs_bar.search": "Kërkim",
|
"tabs_bar.search": "Kërkim",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"account.muted": "Muted",
|
"account.muted": "Muted",
|
||||||
"account.never_active": "Never",
|
"account.never_active": "Never",
|
||||||
"account.posts": "Statusa",
|
"account.posts": "Statusa",
|
||||||
"account.posts_with_replies": "Toots with replies",
|
"account.posts_with_replies": "Posts with replies",
|
||||||
"account.profile": "Profile",
|
"account.profile": "Profile",
|
||||||
"account.profile_external": "View profile on {domain}",
|
"account.profile_external": "View profile on {domain}",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Blokirani korisnici",
|
"column.blocks": "Blokirani korisnici",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Lokalna lajna",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -252,7 +251,7 @@
|
||||||
"compose.edit_success": "Your post was edited",
|
"compose.edit_success": "Your post was edited",
|
||||||
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
"compose.invalid_schedule": "You must schedule a post at least 5 minutes out.",
|
||||||
"compose.submit_success": "Your post was sent",
|
"compose.submit_success": "Your post was sent",
|
||||||
"compose_form.direct_message_warning": "This toot will only be visible to all the mentioned users.",
|
"compose_form.direct_message_warning": "This post will only be visible to all the mentioned users.",
|
||||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Vaš nalog nije {locked}. Svako može da Vas zaprati i da vidi objave namenjene samo Vašim pratiocima.",
|
"compose_form.lock_disclaimer": "Vaš nalog nije {locked}. Svako može da Vas zaprati i da vidi objave namenjene samo Vašim pratiocima.",
|
||||||
"compose_form.lock_disclaimer.lock": "zaključan",
|
"compose_form.lock_disclaimer.lock": "zaključan",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Početna",
|
"tabs_bar.home": "Početna",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Obaveštenja",
|
"tabs_bar.notifications": "Obaveštenja",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"column.blocks": "Блокирани корисници",
|
"column.blocks": "Блокирани корисници",
|
||||||
"column.bookmarks": "Bookmarks",
|
"column.bookmarks": "Bookmarks",
|
||||||
"column.chats": "Chats",
|
"column.chats": "Chats",
|
||||||
"column.community": "Локална временска линија",
|
|
||||||
"column.crypto_donate": "Donate Cryptocurrency",
|
"column.crypto_donate": "Donate Cryptocurrency",
|
||||||
"column.developers": "Developers",
|
"column.developers": "Developers",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -669,7 +668,6 @@
|
||||||
"notification.mentioned": "{name} mentioned you",
|
"notification.mentioned": "{name} mentioned you",
|
||||||
"notification.move": "{name} moved to {targetName}",
|
"notification.move": "{name} moved to {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sent you a message",
|
"notification.pleroma:chat_mention": "{name} sent you a message",
|
||||||
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
"notification.pleroma:emoji_reaction": "{name} reacted to your post",
|
||||||
"notification.poll": "A poll you have voted in has ended",
|
"notification.poll": "A poll you have voted in has ended",
|
||||||
|
@ -699,12 +697,6 @@
|
||||||
"onboarding.display_name.title": "Choose a display name",
|
"onboarding.display_name.title": "Choose a display name",
|
||||||
"onboarding.done": "Done",
|
"onboarding.done": "Done",
|
||||||
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
"onboarding.error": "An unexpected error occurred. Please try again or skip this step.",
|
||||||
"onboarding.fediverse.its_you": "This is you! Other people can follow you from other servers by using your full @-handle.",
|
|
||||||
"onboarding.fediverse.message": "The Fediverse is a social network made up of thousands of diverse and independently-run social media sites (aka \"servers\"). You can follow users — and like, repost, and reply to posts — from most other Fediverse servers, because they can communicate with {siteTitle}.",
|
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.fediverse.other_instances": "When browsing your timeline, pay attention to the full username after the second @ symbol to know which server a post is from.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} is just one part of the Fediverse",
|
|
||||||
"onboarding.fediverse.trailer": "Because it is distributed and anyone can run their own server, the Fediverse is resilient and open. If you choose to join another server or set up your own, you can interact with the same people and continue on the same social graph.",
|
|
||||||
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
"onboarding.finished.message": "We are very excited to welcome you to our community! Tap the button below to get started.",
|
||||||
"onboarding.finished.title": "Onboarding complete",
|
"onboarding.finished.title": "Onboarding complete",
|
||||||
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
"onboarding.header.subtitle": "This will be shown at the top of your profile.",
|
||||||
|
@ -1014,9 +1006,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "All",
|
"tabs_bar.all": "All",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Почетна",
|
"tabs_bar.home": "Почетна",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Обавештења",
|
"tabs_bar.notifications": "Обавештења",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "Blockerade användare",
|
"column.blocks": "Blockerade användare",
|
||||||
"column.community": "Lokal tidslinje",
|
|
||||||
"column.direct": "Direktmeddelanden",
|
"column.direct": "Direktmeddelanden",
|
||||||
"column.domain_blocks": "Dolda domäner",
|
"column.domain_blocks": "Dolda domäner",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -86,7 +85,7 @@
|
||||||
"column.notifications": "Meddelanden",
|
"column.notifications": "Meddelanden",
|
||||||
"column.public": "Förenad tidslinje",
|
"column.public": "Förenad tidslinje",
|
||||||
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
||||||
"compose_form.hashtag_warning": "Denna toot kommer inte att listas under någon hashtag eftersom den är onoterad. Endast offentliga toots kan sökas med hashtag.",
|
"compose_form.hashtag_warning": "Denna toot kommer inte att listas under någon hashtag eftersom den är onoterad. Endast offentliga posts kan sökas med hashtag.",
|
||||||
"compose_form.lock_disclaimer": "Ditt konto är inte {locked}. Vem som helst kan följa dig och även se dina inlägg som bara är för följare.",
|
"compose_form.lock_disclaimer": "Ditt konto är inte {locked}. Vem som helst kan följa dig och även se dina inlägg som bara är för följare.",
|
||||||
"compose_form.lock_disclaimer.lock": "låst",
|
"compose_form.lock_disclaimer.lock": "låst",
|
||||||
"compose_form.message": "Message",
|
"compose_form.message": "Message",
|
||||||
|
@ -160,7 +159,7 @@
|
||||||
"empty_column.community": "Den lokala tidslinjen är tom. Skriv något offentligt för att sätta bollen i rullning!",
|
"empty_column.community": "Den lokala tidslinjen är tom. Skriv något offentligt för att sätta bollen i rullning!",
|
||||||
"empty_column.direct": "Du har inga direktmeddelanden än. När du skickar eller tar emot ett kommer det att dyka upp här.",
|
"empty_column.direct": "Du har inga direktmeddelanden än. När du skickar eller tar emot ett kommer det att dyka upp här.",
|
||||||
"empty_column.domain_blocks": "Det finns ännu inga dolda domäner.",
|
"empty_column.domain_blocks": "Det finns ännu inga dolda domäner.",
|
||||||
"empty_column.favourited_statuses": "Du har inga favoritmarkerade toots än. När du favoritmarkerar en kommer den synas här.",
|
"empty_column.favourited_statuses": "Du har inga favoritmarkerade posts än. När du favoritmarkerar en kommer den synas här.",
|
||||||
"empty_column.favourites": "Ingen har favoritmarkerat den här tooten än. När någon gör det kommer de synas här.",
|
"empty_column.favourites": "Ingen har favoritmarkerat den här tooten än. När någon gör det kommer de synas här.",
|
||||||
"empty_column.follow_requests": "Du har inga följförfrågningar än. När du får en kommer den synas här.",
|
"empty_column.follow_requests": "Du har inga följförfrågningar än. När du får en kommer den synas här.",
|
||||||
"empty_column.hashtag": "Det finns inget i denna hashtag ännu.",
|
"empty_column.hashtag": "Det finns inget i denna hashtag ännu.",
|
||||||
|
@ -200,7 +199,7 @@
|
||||||
"keyboard_shortcuts.my_profile": "för att öppna din profil",
|
"keyboard_shortcuts.my_profile": "för att öppna din profil",
|
||||||
"keyboard_shortcuts.notifications": "för att öppna Meddelanden",
|
"keyboard_shortcuts.notifications": "för att öppna Meddelanden",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "för att öppna Nålade toots",
|
"keyboard_shortcuts.pinned": "för att öppna Nålade posts",
|
||||||
"keyboard_shortcuts.profile": "för att öppna skaparens profil",
|
"keyboard_shortcuts.profile": "för att öppna skaparens profil",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "för att svara",
|
"keyboard_shortcuts.reply": "för att svara",
|
||||||
|
@ -258,7 +257,6 @@
|
||||||
"notification.follow": "{name} följer dig",
|
"notification.follow": "{name} följer dig",
|
||||||
"notification.mention": "{name} nämnde dig",
|
"notification.mention": "{name} nämnde dig",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "En omröstning du röstat i har avslutats",
|
"notification.poll": "En omröstning du röstat i har avslutats",
|
||||||
"notification.reblog": "{name} knuffade din status",
|
"notification.reblog": "{name} knuffade din status",
|
||||||
"notifications.filter.all": "Alla",
|
"notifications.filter.all": "Alla",
|
||||||
|
@ -269,7 +267,6 @@
|
||||||
"notifications.filter.polls": "Omröstningsresultat",
|
"notifications.filter.polls": "Omröstningsresultat",
|
||||||
"notifications.group": "{count} aviseringar",
|
"notifications.group": "{count} aviseringar",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -384,9 +381,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Hem",
|
"tabs_bar.home": "Hem",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Meddelanden",
|
"tabs_bar.notifications": "Meddelanden",
|
||||||
"tabs_bar.search": "Sök",
|
"tabs_bar.search": "Sök",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"account.media": "Media",
|
"account.media": "Media",
|
||||||
"account.mute": "ஊமையான @{name}",
|
"account.mute": "ஊமையான @{name}",
|
||||||
"account.posts": "Posts",
|
"account.posts": "Posts",
|
||||||
"account.posts_with_replies": "Toots மற்றும் பதில்கள்",
|
"account.posts_with_replies": "Posts மற்றும் பதில்கள்",
|
||||||
"account.register": "Sign up",
|
"account.register": "Sign up",
|
||||||
"account.report": "Report @{name}",
|
"account.report": "Report @{name}",
|
||||||
"account.requested": "ஒப்புதலுக்காக காத்திருக்கிறது. கோரிக்கையை ரத்துசெய்ய கிளிக் செய்க",
|
"account.requested": "ஒப்புதலுக்காக காத்திருக்கிறது. கோரிக்கையை ரத்துசெய்ய கிளிக் செய்க",
|
||||||
|
@ -69,7 +69,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "தடுக்கப்பட்ட பயனர்கள்",
|
"column.blocks": "தடுக்கப்பட்ட பயனர்கள்",
|
||||||
"column.community": "உள்ளூர் காலக்கெடு",
|
|
||||||
"column.direct": "நேரடி செய்திகள்",
|
"column.direct": "நேரடி செய்திகள்",
|
||||||
"column.domain_blocks": "மறைந்த களங்கள்",
|
"column.domain_blocks": "மறைந்த களங்கள்",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -85,8 +84,8 @@
|
||||||
"column.notifications": "Notifications",
|
"column.notifications": "Notifications",
|
||||||
"column.public": "கூட்டாட்சி காலக்கெடு",
|
"column.public": "கூட்டாட்சி காலக்கெடு",
|
||||||
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
"compose.character_counter.title": "Used {chars} out of {maxChars} characters",
|
||||||
"compose_form.direct_message_warning": "This toot will only be sent to all the mentioned users.",
|
"compose_form.direct_message_warning": "This post will only be sent to all the mentioned users.",
|
||||||
"compose_form.hashtag_warning": "இந்த toot பட்டியலிடப்படாதது போல எந்த ஹேஸ்டேக்கின் கீழ் பட்டியலிடப்படாது. ஹேஸ்டேக் மூலம் பொது டோட்டல்கள் மட்டுமே தேட முடியும்.",
|
"compose_form.hashtag_warning": "இந்த post பட்டியலிடப்படாதது போல எந்த ஹேஸ்டேக்கின் கீழ் பட்டியலிடப்படாது. ஹேஸ்டேக் மூலம் பொது டோட்டல்கள் மட்டுமே தேட முடியும்.",
|
||||||
"compose_form.lock_disclaimer": "உங்கள் கணக்கு அல்ல {locked}. உங்களுடைய பின்தொடர்பவர் மட்டும் இடுகைகளை யாராவது காணலாம்.",
|
"compose_form.lock_disclaimer": "உங்கள் கணக்கு அல்ல {locked}. உங்களுடைய பின்தொடர்பவர் மட்டும் இடுகைகளை யாராவது காணலாம்.",
|
||||||
"compose_form.lock_disclaimer.lock": "தாழிடு",
|
"compose_form.lock_disclaimer.lock": "தாழிடு",
|
||||||
"compose_form.message": "Message",
|
"compose_form.message": "Message",
|
||||||
|
@ -154,7 +153,7 @@
|
||||||
"emoji_button.search_results": "தேடல் முடிவுகள்",
|
"emoji_button.search_results": "தேடல் முடிவுகள்",
|
||||||
"emoji_button.symbols": "Symbols",
|
"emoji_button.symbols": "Symbols",
|
||||||
"emoji_button.travel": "சுற்றுலா மற்றும் இடங்கள்",
|
"emoji_button.travel": "சுற்றுலா மற்றும் இடங்கள்",
|
||||||
"empty_column.account_timeline": "இல்லை toots இங்கே!",
|
"empty_column.account_timeline": "இல்லை posts இங்கே!",
|
||||||
"empty_column.account_unavailable": "சுயவிவரம் கிடைக்கவில்லை",
|
"empty_column.account_unavailable": "சுயவிவரம் கிடைக்கவில்லை",
|
||||||
"empty_column.blocks": "இதுவரை எந்த பயனர்களும் தடுக்கவில்லை.",
|
"empty_column.blocks": "இதுவரை எந்த பயனர்களும் தடுக்கவில்லை.",
|
||||||
"empty_column.community": "உள்ளூர் காலக்கெடு காலியாக உள்ளது. பந்தை உருட்டிக்கொள்வதற்கு பகிரங்கமாக ஒன்றை எழுதுங்கள்!",
|
"empty_column.community": "உள்ளூர் காலக்கெடு காலியாக உள்ளது. பந்தை உருட்டிக்கொள்வதற்கு பகிரங்கமாக ஒன்றை எழுதுங்கள்!",
|
||||||
|
@ -200,13 +199,13 @@
|
||||||
"keyboard_shortcuts.my_profile": "உங்கள் சுயவிவரத்தை திறக்க",
|
"keyboard_shortcuts.my_profile": "உங்கள் சுயவிவரத்தை திறக்க",
|
||||||
"keyboard_shortcuts.notifications": "அறிவிப்பு நெடுவரிசையைத் திறக்க",
|
"keyboard_shortcuts.notifications": "அறிவிப்பு நெடுவரிசையைத் திறக்க",
|
||||||
"keyboard_shortcuts.open_media": "to open media",
|
"keyboard_shortcuts.open_media": "to open media",
|
||||||
"keyboard_shortcuts.pinned": "திறக்க பொருத்தப்பட்டன toots பட்டியல்",
|
"keyboard_shortcuts.pinned": "திறக்க பொருத்தப்பட்டன posts பட்டியல்",
|
||||||
"keyboard_shortcuts.profile": "ஆசிரியரின் சுயவிவரத்தைத் திறக்க",
|
"keyboard_shortcuts.profile": "ஆசிரியரின் சுயவிவரத்தைத் திறக்க",
|
||||||
"keyboard_shortcuts.react": "to react",
|
"keyboard_shortcuts.react": "to react",
|
||||||
"keyboard_shortcuts.reply": "பதிலளிக்க",
|
"keyboard_shortcuts.reply": "பதிலளிக்க",
|
||||||
"keyboard_shortcuts.requests": "கோரிக்கைகள் பட்டியலைத் திறக்க",
|
"keyboard_shortcuts.requests": "கோரிக்கைகள் பட்டியலைத் திறக்க",
|
||||||
"keyboard_shortcuts.search": "தேடல் கவனம் செலுத்த",
|
"keyboard_shortcuts.search": "தேடல் கவனம் செலுத்த",
|
||||||
"keyboard_shortcuts.toot": "தொடங்க ஒரு புதிய toot",
|
"keyboard_shortcuts.toot": "தொடங்க ஒரு புதிய post",
|
||||||
"keyboard_shortcuts.unfocus": "உரை பகுதியை / தேடலை கவனம் செலுத்த வேண்டும்",
|
"keyboard_shortcuts.unfocus": "உரை பகுதியை / தேடலை கவனம் செலுத்த வேண்டும்",
|
||||||
"keyboard_shortcuts.up": "பட்டியலில் மேலே செல்ல",
|
"keyboard_shortcuts.up": "பட்டியலில் மேலே செல்ல",
|
||||||
"landing_page_modal.download": "Download",
|
"landing_page_modal.download": "Download",
|
||||||
|
@ -244,7 +243,7 @@
|
||||||
"navigation.notifications": "Notifications",
|
"navigation.notifications": "Notifications",
|
||||||
"navigation_bar.account_aliases": "Account aliases",
|
"navigation_bar.account_aliases": "Account aliases",
|
||||||
"navigation_bar.blocks": "தடுக்கப்பட்ட பயனர்கள்",
|
"navigation_bar.blocks": "தடுக்கப்பட்ட பயனர்கள்",
|
||||||
"navigation_bar.compose": "புதியவற்றை எழுதுக toot",
|
"navigation_bar.compose": "புதியவற்றை எழுதுக post",
|
||||||
"navigation_bar.domain_blocks": "மறைந்த களங்கள்",
|
"navigation_bar.domain_blocks": "மறைந்த களங்கள்",
|
||||||
"navigation_bar.favourites": "விருப்பத்துக்குகந்த",
|
"navigation_bar.favourites": "விருப்பத்துக்குகந்த",
|
||||||
"navigation_bar.filters": "முடக்கப்பட்ட வார்த்தைகள்",
|
"navigation_bar.filters": "முடக்கப்பட்ட வார்த்தைகள்",
|
||||||
|
@ -257,7 +256,6 @@
|
||||||
"notification.follow": "{name} நீங்கள் தொடர்ந்து வந்தீர்கள்",
|
"notification.follow": "{name} நீங்கள் தொடர்ந்து வந்தீர்கள்",
|
||||||
"notification.mention": "{name} நீங்கள் குறிப்பிட்டுள்ளீர்கள்",
|
"notification.mention": "{name} நீங்கள் குறிப்பிட்டுள்ளீர்கள்",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "நீங்கள் வாக்களித்த வாக்கெடுப்பு முடிவடைந்தது",
|
"notification.poll": "நீங்கள் வாக்களித்த வாக்கெடுப்பு முடிவடைந்தது",
|
||||||
"notification.reblog": "{name} உங்கள் நிலை அதிகரித்தது",
|
"notification.reblog": "{name} உங்கள் நிலை அதிகரித்தது",
|
||||||
"notifications.filter.all": "எல்லா",
|
"notifications.filter.all": "எல்லா",
|
||||||
|
@ -268,7 +266,6 @@
|
||||||
"notifications.filter.polls": "கருத்துக்கணிப்பு முடிவுகள்",
|
"notifications.filter.polls": "கருத்துக்கணிப்பு முடிவுகள்",
|
||||||
"notifications.group": "{count} notifications",
|
"notifications.group": "{count} notifications",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -363,7 +360,7 @@
|
||||||
"status.mute_conversation": "ஒலிதடு உரையாடல்",
|
"status.mute_conversation": "ஒலிதடு உரையாடல்",
|
||||||
"status.open": "இந்த நிலையை விரிவாக்கு",
|
"status.open": "இந்த நிலையை விரிவாக்கு",
|
||||||
"status.pin": "சுயவிவரத்தில் முள்",
|
"status.pin": "சுயவிவரத்தில் முள்",
|
||||||
"status.pinned": "பொருத்தப்பட்டன toot",
|
"status.pinned": "பொருத்தப்பட்டன post",
|
||||||
"status.read_more": "மேலும் வாசிக்க",
|
"status.read_more": "மேலும் வாசிக்க",
|
||||||
"status.reblog": "மதிப்பை உயர்த்து",
|
"status.reblog": "மதிப்பை உயர்த்து",
|
||||||
"status.reblog_private": "Boost அசல் பார்வையாளர்களுக்கு",
|
"status.reblog_private": "Boost அசல் பார்வையாளர்களுக்கு",
|
||||||
|
@ -385,9 +382,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "Home",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.search": "தேடு",
|
"tabs_bar.search": "தேடு",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "బ్లాక్ చేయబడిన వినియోగదారులు",
|
"column.blocks": "బ్లాక్ చేయబడిన వినియోగదారులు",
|
||||||
"column.community": "స్థానిక కాలక్రమం",
|
|
||||||
"column.direct": "ప్రత్యక్ష సందేశాలు",
|
"column.direct": "ప్రత్యక్ష సందేశాలు",
|
||||||
"column.domain_blocks": "దాచిన డొమైన్లు",
|
"column.domain_blocks": "దాచిన డొమైన్లు",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -154,7 +153,7 @@
|
||||||
"emoji_button.search_results": "శోధన ఫలితాలు",
|
"emoji_button.search_results": "శోధన ఫలితాలు",
|
||||||
"emoji_button.symbols": "చిహ్నాలు",
|
"emoji_button.symbols": "చిహ్నాలు",
|
||||||
"emoji_button.travel": "ప్రయాణం & ప్రదేశాలు",
|
"emoji_button.travel": "ప్రయాణం & ప్రదేశాలు",
|
||||||
"empty_column.account_timeline": "ఇక్కడ ఏ టూట్లూ లేవు!No toots here!",
|
"empty_column.account_timeline": "ఇక్కడ ఏ టూట్లూ లేవు!No posts here!",
|
||||||
"empty_column.blocks": "మీరు ఇంకా ఏ వినియోగదారులనూ బ్లాక్ చేయలేదు.",
|
"empty_column.blocks": "మీరు ఇంకా ఏ వినియోగదారులనూ బ్లాక్ చేయలేదు.",
|
||||||
"empty_column.community": "స్థానిక కాలక్రమం ఖాళీగా ఉంది. మొదలుపెట్టడానికి బహిరంగంగా ఏదో ఒకటి వ్రాయండి!",
|
"empty_column.community": "స్థానిక కాలక్రమం ఖాళీగా ఉంది. మొదలుపెట్టడానికి బహిరంగంగా ఏదో ఒకటి వ్రాయండి!",
|
||||||
"empty_column.direct": "మీకు ఇంకా ఏ ప్రత్యక్ష సందేశాలు లేవు. మీరు ఒకదాన్ని పంపినప్పుడు లేదా స్వీకరించినప్పుడు, అది ఇక్కడ చూపబడుతుంది.",
|
"empty_column.direct": "మీకు ఇంకా ఏ ప్రత్యక్ష సందేశాలు లేవు. మీరు ఒకదాన్ని పంపినప్పుడు లేదా స్వీకరించినప్పుడు, అది ఇక్కడ చూపబడుతుంది.",
|
||||||
|
@ -254,7 +253,6 @@
|
||||||
"notification.follow": "{name} మిమ్మల్ని అనుసరిస్తున్నారు",
|
"notification.follow": "{name} మిమ్మల్ని అనుసరిస్తున్నారు",
|
||||||
"notification.mention": "{name} మిమ్మల్ని ప్రస్తావించారు",
|
"notification.mention": "{name} మిమ్మల్ని ప్రస్తావించారు",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "మీరు పాల్గొనిన ఎన్సిక ముగిసినది",
|
"notification.poll": "మీరు పాల్గొనిన ఎన్సిక ముగిసినది",
|
||||||
"notification.reblog": "{name} మీ స్టేటస్ ను బూస్ట్ చేసారు",
|
"notification.reblog": "{name} మీ స్టేటస్ ను బూస్ట్ చేసారు",
|
||||||
"notifications.filter.all": "అన్నీ",
|
"notifications.filter.all": "అన్నీ",
|
||||||
|
@ -265,7 +263,6 @@
|
||||||
"notifications.filter.polls": "ఎన్నిక ఫలితాలు",
|
"notifications.filter.polls": "ఎన్నిక ఫలితాలు",
|
||||||
"notifications.group": "{count} ప్రకటనలు",
|
"notifications.group": "{count} ప్రకటనలు",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -381,9 +378,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "హోమ్",
|
"tabs_bar.home": "హోమ్",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "ప్రకటనలు",
|
"tabs_bar.notifications": "ప్రకటనలు",
|
||||||
"tabs_bar.search": "శోధన",
|
"tabs_bar.search": "శోధన",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
"column.aliases": "Account aliases",
|
"column.aliases": "Account aliases",
|
||||||
"column.aliases.delete": "Delete",
|
"column.aliases.delete": "Delete",
|
||||||
"column.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
|
"column.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
|
||||||
"column.community": "เส้นเวลาในเว็บ",
|
|
||||||
"column.direct": "ข้อความโดยตรง",
|
"column.direct": "ข้อความโดยตรง",
|
||||||
"column.domain_blocks": "โดเมนที่ซ่อนอยู่",
|
"column.domain_blocks": "โดเมนที่ซ่อนอยู่",
|
||||||
"column.export_data": "Export data",
|
"column.export_data": "Export data",
|
||||||
|
@ -262,7 +261,6 @@
|
||||||
"notification.follow": "{name} ได้ติดตามคุณ",
|
"notification.follow": "{name} ได้ติดตามคุณ",
|
||||||
"notification.mention": "{name} ได้กล่าวถึงคุณ",
|
"notification.mention": "{name} ได้กล่าวถึงคุณ",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "โพลที่คุณได้ลงคะแนนได้สิ้นสุดแล้ว",
|
"notification.poll": "โพลที่คุณได้ลงคะแนนได้สิ้นสุดแล้ว",
|
||||||
"notification.reblog": "{name} ได้ดันสถานะของคุณ",
|
"notification.reblog": "{name} ได้ดันสถานะของคุณ",
|
||||||
"notifications.filter.all": "ทั้งหมด",
|
"notifications.filter.all": "ทั้งหมด",
|
||||||
|
@ -273,7 +271,6 @@
|
||||||
"notifications.filter.polls": "ผลลัพธ์โพล",
|
"notifications.filter.polls": "ผลลัพธ์โพล",
|
||||||
"notifications.group": "{count} การแจ้งเตือน",
|
"notifications.group": "{count} การแจ้งเตือน",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -391,9 +388,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "หน้าแรก",
|
"tabs_bar.home": "หน้าแรก",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "การแจ้งเตือน",
|
"tabs_bar.notifications": "การแจ้งเตือน",
|
||||||
"tabs_bar.search": "ค้นหา",
|
"tabs_bar.search": "ค้นหา",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -286,7 +286,6 @@
|
||||||
"column.blocks": "Engellenenler",
|
"column.blocks": "Engellenenler",
|
||||||
"column.bookmarks": "Yer imleri",
|
"column.bookmarks": "Yer imleri",
|
||||||
"column.chats": "Sohbetler",
|
"column.chats": "Sohbetler",
|
||||||
"column.community": "Yerel zaman tüneli",
|
|
||||||
"column.crypto_donate": "Kripto Para Bağışları",
|
"column.crypto_donate": "Kripto Para Bağışları",
|
||||||
"column.developers": "Geliştiriciler",
|
"column.developers": "Geliştiriciler",
|
||||||
"column.developers.service_worker": "Service Worker",
|
"column.developers.service_worker": "Service Worker",
|
||||||
|
@ -1055,7 +1054,6 @@
|
||||||
"notification.mentioned": "{name} senden bahsetti",
|
"notification.mentioned": "{name} senden bahsetti",
|
||||||
"notification.move": "{name}, {targetName} konumuna taşındı",
|
"notification.move": "{name}, {targetName} konumuna taşındı",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} diğer",
|
|
||||||
"notification.pleroma:chat_mention": "{name} sana bir mesaj gönderdi",
|
"notification.pleroma:chat_mention": "{name} sana bir mesaj gönderdi",
|
||||||
"notification.pleroma:emoji_reaction": "{name} gönderinize tepki verdi",
|
"notification.pleroma:emoji_reaction": "{name} gönderinize tepki verdi",
|
||||||
"notification.pleroma:event_reminder": "Katıldığınız bir etkinlik yakında başlıyor",
|
"notification.pleroma:event_reminder": "Katıldığınız bir etkinlik yakında başlıyor",
|
||||||
|
@ -1088,12 +1086,6 @@
|
||||||
"onboarding.display_name.title": "Görünen ismi seç",
|
"onboarding.display_name.title": "Görünen ismi seç",
|
||||||
"onboarding.done": "Bitti",
|
"onboarding.done": "Bitti",
|
||||||
"onboarding.error": "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin veya bu adımı atlayın.",
|
"onboarding.error": "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin veya bu adımı atlayın.",
|
||||||
"onboarding.fediverse.its_you": "Bu sensin! Fediverse'teki diğer kişiler tam kullanıcı adınızı (@kullanici@example.com) kullanarak sizi diğer sunuculardan takip edebilir.",
|
|
||||||
"onboarding.fediverse.message": "Fediverse, binlerce farklı ve bağımsız olarak yönetilen sosyal medya sitesinden (\"sunucular\" olarak da bilinir) oluşan bir sosyal ağdır. {siteTitle} ile iletişim kurabildikleri için diğer birçok Fediverse sunucusundaki kullanıcıları takip edebilir ve gönderileri beğenebilir, yeniden yayınlayabilir ve yanıtlayabilirsiniz.",
|
|
||||||
"onboarding.fediverse.next": "Sonraki",
|
|
||||||
"onboarding.fediverse.other_instances": "Zaman tünelinizde gezinirken, bir gönderinin hangi sunucudan geldiğini öğrenmek için ikinci @ sembolünden sonra tam kullanıcı adına dikkat edin.",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle}, Fediverse'in yalnızca bir parçasıdır",
|
|
||||||
"onboarding.fediverse.trailer": "Çünkü dağıtık olduğundan ve isteyen herkesin kendi sunucusunu kurabildeğinden Fediverse dirençli ve şeffaftır. Eğer bir gün başka bir sunucuya taşınmak ya da kendinizinkini kurmak istediğinizde aynı hesaplarla etkileşim kurmaya devam edebilirsiniz.",
|
|
||||||
"onboarding.finished.message": "Sizi topluluğumuza davet etmekten büyük heyecan duyuyoruz! Başlamak için aşağıdaki butona tıklayın.",
|
"onboarding.finished.message": "Sizi topluluğumuza davet etmekten büyük heyecan duyuyoruz! Başlamak için aşağıdaki butona tıklayın.",
|
||||||
"onboarding.finished.title": "Oryantasyon tamamlandı",
|
"onboarding.finished.title": "Oryantasyon tamamlandı",
|
||||||
"onboarding.header.subtitle": "Bu, profilinizin üst kısmında gösterilecektir.",
|
"onboarding.header.subtitle": "Bu, profilinizin üst kısmında gösterilecektir.",
|
||||||
|
@ -1440,10 +1432,8 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "Tümü",
|
"tabs_bar.all": "Tümü",
|
||||||
"tabs_bar.dashboard": "Yönetici Paneli",
|
"tabs_bar.dashboard": "Yönetici Paneli",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.groups": "Gruplar",
|
"tabs_bar.groups": "Gruplar",
|
||||||
"tabs_bar.home": "Ana sayfa",
|
"tabs_bar.home": "Ana sayfa",
|
||||||
"tabs_bar.local": "Yerel",
|
|
||||||
"tabs_bar.more": "Daha fazla",
|
"tabs_bar.more": "Daha fazla",
|
||||||
"tabs_bar.notifications": "Bildirimler",
|
"tabs_bar.notifications": "Bildirimler",
|
||||||
"tabs_bar.profile": "Profil",
|
"tabs_bar.profile": "Profil",
|
||||||
|
|
|
@ -83,7 +83,6 @@
|
||||||
"column.blocks": "Заблоковані користувачі",
|
"column.blocks": "Заблоковані користувачі",
|
||||||
"column.bookmarks": "Закладки",
|
"column.bookmarks": "Закладки",
|
||||||
"column.chats": "Чат",
|
"column.chats": "Чат",
|
||||||
"column.community": "Локальна стрічка",
|
|
||||||
"column.developers": "Розробникам",
|
"column.developers": "Розробникам",
|
||||||
"column.direct": "Прямі повідомлення",
|
"column.direct": "Прямі повідомлення",
|
||||||
"column.directory": "Переглянути профілі",
|
"column.directory": "Переглянути профілі",
|
||||||
|
@ -319,7 +318,6 @@
|
||||||
"notification.follow_request": "{name} відправив(-ла) запит на підписку",
|
"notification.follow_request": "{name} відправив(-ла) запит на підписку",
|
||||||
"notification.mention": "{name} згадав(-ла) Вас",
|
"notification.mention": "{name} згадав(-ла) Вас",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} {count, plural, one {other} other {others}}",
|
|
||||||
"notification.poll": "Опитування, у якому ви голосували, закінчилося",
|
"notification.poll": "Опитування, у якому ви голосували, закінчилося",
|
||||||
"notification.reblog": "{name} передмухнув(-ла) Ваш допис",
|
"notification.reblog": "{name} передмухнув(-ла) Ваш допис",
|
||||||
"notifications.filter.all": "Усі",
|
"notifications.filter.all": "Усі",
|
||||||
|
@ -330,7 +328,6 @@
|
||||||
"notifications.filter.polls": "Результати опитування",
|
"notifications.filter.polls": "Результати опитування",
|
||||||
"notifications.group": "{count} сповіщень",
|
"notifications.group": "{count} сповіщень",
|
||||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||||
"onboarding.fediverse.next": "Next",
|
|
||||||
"onboarding.next": "Next",
|
"onboarding.next": "Next",
|
||||||
"password_reset.header": "Reset Password",
|
"password_reset.header": "Reset Password",
|
||||||
"password_reset.reset": "Reset password",
|
"password_reset.reset": "Reset password",
|
||||||
|
@ -448,9 +445,7 @@
|
||||||
"sw.status": "Status",
|
"sw.status": "Status",
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.dashboard": "Dashboard",
|
"tabs_bar.dashboard": "Dashboard",
|
||||||
"tabs_bar.fediverse": "Fediverse",
|
|
||||||
"tabs_bar.home": "Головна",
|
"tabs_bar.home": "Головна",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.notifications": "Сповіщення",
|
"tabs_bar.notifications": "Сповіщення",
|
||||||
"tabs_bar.search": "Пошук",
|
"tabs_bar.search": "Пошук",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
"account.mute": "静音 @{name}",
|
"account.mute": "静音 @{name}",
|
||||||
"account.muted": "已静音",
|
"account.muted": "已静音",
|
||||||
"account.never_active": "从未",
|
"account.never_active": "从未",
|
||||||
"account.patron": "Patron",
|
"account.npub": "复制用户 npub",
|
||||||
|
"account.patron": "赞助人",
|
||||||
"account.posts": "帖文",
|
"account.posts": "帖文",
|
||||||
"account.posts_with_replies": "帖文和回复",
|
"account.posts_with_replies": "帖文和回复",
|
||||||
"account.profile": "个人资料",
|
"account.profile": "个人资料",
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
"account_moderation_modal.fields.badges": "自定义徽章",
|
"account_moderation_modal.fields.badges": "自定义徽章",
|
||||||
"account_moderation_modal.fields.deactivate": "停用帐号",
|
"account_moderation_modal.fields.deactivate": "停用帐号",
|
||||||
"account_moderation_modal.fields.delete": "删除帐号",
|
"account_moderation_modal.fields.delete": "删除帐号",
|
||||||
|
"account_moderation_modal.fields.revoke_name": "吊销名称",
|
||||||
"account_moderation_modal.fields.suggested": "推荐关注的人",
|
"account_moderation_modal.fields.suggested": "推荐关注的人",
|
||||||
"account_moderation_modal.fields.verified": "已认证账户",
|
"account_moderation_modal.fields.verified": "已认证账户",
|
||||||
"account_moderation_modal.info.id": "ID: {id}",
|
"account_moderation_modal.info.id": "ID: {id}",
|
||||||
|
@ -105,6 +107,16 @@
|
||||||
"admin.dashcounters.user_count_label": "总用户数",
|
"admin.dashcounters.user_count_label": "总用户数",
|
||||||
"admin.dashwidgets.email_list_header": "邮件列表",
|
"admin.dashwidgets.email_list_header": "邮件列表",
|
||||||
"admin.dashwidgets.software_header": "软件版本",
|
"admin.dashwidgets.software_header": "软件版本",
|
||||||
|
"admin.domains.action": "创建域",
|
||||||
|
"admin.domains.delete": "删除",
|
||||||
|
"admin.domains.edit": "编辑",
|
||||||
|
"admin.domains.name": "域:",
|
||||||
|
"admin.domains.private": "私密",
|
||||||
|
"admin.domains.public": "公共",
|
||||||
|
"admin.domains.resolve.fail_label": "未解析",
|
||||||
|
"admin.domains.resolve.last_checked": "最后检查:{date}",
|
||||||
|
"admin.domains.resolve.pending_label": "正在检查解析记录",
|
||||||
|
"admin.domains.resolve.success_label": "解析正确",
|
||||||
"admin.edit_announcement.created": "公告已创建",
|
"admin.edit_announcement.created": "公告已创建",
|
||||||
"admin.edit_announcement.deleted": "公告已删除",
|
"admin.edit_announcement.deleted": "公告已删除",
|
||||||
"admin.edit_announcement.fields.all_day_hint": "勾选后,将仅显示时间范围内的日期",
|
"admin.edit_announcement.fields.all_day_hint": "勾选后,将仅显示时间范围内的日期",
|
||||||
|
@ -117,14 +129,42 @@
|
||||||
"admin.edit_announcement.fields.start_time_placeholder": "公告开始于:",
|
"admin.edit_announcement.fields.start_time_placeholder": "公告开始于:",
|
||||||
"admin.edit_announcement.save": "保存",
|
"admin.edit_announcement.save": "保存",
|
||||||
"admin.edit_announcement.updated": "公告已编辑",
|
"admin.edit_announcement.updated": "公告已编辑",
|
||||||
|
"admin.edit_domain.created": "已创建域",
|
||||||
|
"admin.edit_domain.deleted": "已删除域",
|
||||||
|
"admin.edit_domain.fields.all_day_hint": "选中后,所有人都可以注册该域的用户名",
|
||||||
|
"admin.edit_domain.fields.domain_label": "域",
|
||||||
|
"admin.edit_domain.fields.domain_placeholder": "标签域名",
|
||||||
|
"admin.edit_domain.fields.public_label": "公共",
|
||||||
|
"admin.edit_domain.save": "保存",
|
||||||
|
"admin.edit_domain.updated": "已编辑域",
|
||||||
|
"admin.edit_rule.created": "已创建规则",
|
||||||
|
"admin.edit_rule.deleted": "已删除规则",
|
||||||
|
"admin.edit_rule.fields.priority_label": "规则优先级",
|
||||||
|
"admin.edit_rule.fields.priority_placeholder": "实例规则显示优先级",
|
||||||
|
"admin.edit_rule.fields.text_label": "规则文本",
|
||||||
|
"admin.edit_rule.fields.text_placeholder": "实例规则文本",
|
||||||
|
"admin.edit_rule.save": "保存",
|
||||||
|
"admin.edit_rule.updated": "已编辑规则",
|
||||||
"admin.latest_accounts_panel.more": "点击查看 {count} 个帐号",
|
"admin.latest_accounts_panel.more": "点击查看 {count} 个帐号",
|
||||||
"admin.latest_accounts_panel.title": "最近帐号",
|
"admin.latest_accounts_panel.title": "最近帐号",
|
||||||
"admin.moderation_log.empty_message": "您尚未执行过管理操作,若执行过,则历史记录便会显示在这里。",
|
"admin.moderation_log.empty_message": "您尚未执行过管理操作,若执行过,则历史记录便会显示在这里。",
|
||||||
|
"admin.relays.add.fail": "添加实例中继失败",
|
||||||
|
"admin.relays.add.success": "已添加实例中继",
|
||||||
|
"admin.relays.deleted": "中继已移除",
|
||||||
|
"admin.relays.followed_back": "重新添加",
|
||||||
|
"admin.relays.new.follow": "已添加",
|
||||||
|
"admin.relays.new.url_placeholder": "实例中继 URL",
|
||||||
|
"admin.relays.unfollow": "未添加",
|
||||||
|
"admin.relays.url": "实例 URL:",
|
||||||
"admin.reports.actions.close": "关闭",
|
"admin.reports.actions.close": "关闭",
|
||||||
"admin.reports.actions.view_status": "查看帖文",
|
"admin.reports.actions.view_status": "查看帖文",
|
||||||
"admin.reports.empty_message": "没有未处理的举报,如果有新的举报,它就会显示在这里。",
|
"admin.reports.empty_message": "没有未处理的举报,如果有新的举报,它就会显示在这里。",
|
||||||
"admin.reports.report_closed_message": "对 @{name} 的举报已关闭",
|
"admin.reports.report_closed_message": "对 @{name} 的举报已关闭",
|
||||||
"admin.reports.report_title": "对 {acct} 的举报",
|
"admin.reports.report_title": "对 {acct} 的举报",
|
||||||
|
"admin.rule.priority": "优先级:",
|
||||||
|
"admin.rules.action": "创建规则",
|
||||||
|
"admin.rules.delete": "删除",
|
||||||
|
"admin.rules.edit": "编辑",
|
||||||
"admin.software.backend": "后端",
|
"admin.software.backend": "后端",
|
||||||
"admin.software.frontend": "前端",
|
"admin.software.frontend": "前端",
|
||||||
"admin.statuses.actions.delete_status": "删除帖文",
|
"admin.statuses.actions.delete_status": "删除帖文",
|
||||||
|
@ -144,6 +184,7 @@
|
||||||
"admin.users.actions.promote_to_moderator_message": "@{acct} 已被升级为站务",
|
"admin.users.actions.promote_to_moderator_message": "@{acct} 已被升级为站务",
|
||||||
"admin.users.badges_saved_message": "自定义徽章已更新。",
|
"admin.users.badges_saved_message": "自定义徽章已更新。",
|
||||||
"admin.users.remove_donor_message": "@{acct} 已从捐赠者列表中移除",
|
"admin.users.remove_donor_message": "@{acct} 已从捐赠者列表中移除",
|
||||||
|
"admin.users.revoked_name_message": "名称已被吊销。",
|
||||||
"admin.users.set_donor_message": "@{acct} 已被设置为捐赠者",
|
"admin.users.set_donor_message": "@{acct} 已被设置为捐赠者",
|
||||||
"admin.users.user_deactivated_message": "@{acct} 已停用",
|
"admin.users.user_deactivated_message": "@{acct} 已停用",
|
||||||
"admin.users.user_deleted_message": "@{acct} 已被删除",
|
"admin.users.user_deleted_message": "@{acct} 已被删除",
|
||||||
|
@ -195,6 +236,17 @@
|
||||||
"badge_input.placeholder": "输入一个徽章…",
|
"badge_input.placeholder": "输入一个徽章…",
|
||||||
"birthday_panel.title": "生日",
|
"birthday_panel.title": "生日",
|
||||||
"birthdays_modal.empty": "今天您的朋友中无人过生日。",
|
"birthdays_modal.empty": "今天您的朋友中无人过生日。",
|
||||||
|
"bookmark_folders.add.fail": "书签文件夹创建失败",
|
||||||
|
"bookmark_folders.add.success": "书签文件夹创建成功",
|
||||||
|
"bookmark_folders.all_bookmarks": "所有书签",
|
||||||
|
"bookmark_folders.edit.fail": "编辑书签文件夹失败",
|
||||||
|
"bookmark_folders.edit.success": "编辑书签文件夹成功",
|
||||||
|
"bookmark_folders.new.create_title": "添加文件夹",
|
||||||
|
"bookmark_folders.new.title_placeholder": "新文件夹名称",
|
||||||
|
"bookmarks.delete_folder": "删除文件夹",
|
||||||
|
"bookmarks.delete_folder.fail": "删除文件夹失败",
|
||||||
|
"bookmarks.delete_folder.success": "已删除文件夹",
|
||||||
|
"bookmarks.edit_folder": "编辑文件夹",
|
||||||
"boost_modal.combo": "下次按住 {combo} 即可跳过此提示",
|
"boost_modal.combo": "下次按住 {combo} 即可跳过此提示",
|
||||||
"boost_modal.title": "转发?",
|
"boost_modal.title": "转发?",
|
||||||
"bundle_column_error.body": "载入页面时发生错误。",
|
"bundle_column_error.body": "载入页面时发生错误。",
|
||||||
|
@ -221,6 +273,7 @@
|
||||||
"chat_list_item.blocked_you": "此用户已将您屏蔽",
|
"chat_list_item.blocked_you": "此用户已将您屏蔽",
|
||||||
"chat_list_item.blocking": "您已屏蔽此用户",
|
"chat_list_item.blocking": "您已屏蔽此用户",
|
||||||
"chat_message_list.blocked": "您屏蔽了此用户",
|
"chat_message_list.blocked": "您屏蔽了此用户",
|
||||||
|
"chat_message_list.blocked_by": "您已被屏蔽",
|
||||||
"chat_message_list.network_failure.action": "重试",
|
"chat_message_list.network_failure.action": "重试",
|
||||||
"chat_message_list.network_failure.subtitle": "我们遇到了网络错误。",
|
"chat_message_list.network_failure.subtitle": "我们遇到了网络错误。",
|
||||||
"chat_message_list.network_failure.title": "啊哦!",
|
"chat_message_list.network_failure.title": "啊哦!",
|
||||||
|
@ -267,6 +320,7 @@
|
||||||
"chat_window.auto_delete_tooltip": "聊天信息被设置为在发送后 {day} 天后自动删除。",
|
"chat_window.auto_delete_tooltip": "聊天信息被设置为在发送后 {day} 天后自动删除。",
|
||||||
"chats.actions.copy": "复制",
|
"chats.actions.copy": "复制",
|
||||||
"chats.actions.delete": "为双方删除",
|
"chats.actions.delete": "为双方删除",
|
||||||
|
"chats.actions.delete_for_me": "为我删除",
|
||||||
"chats.actions.more": "更多选项",
|
"chats.actions.more": "更多选项",
|
||||||
"chats.actions.report": "举报",
|
"chats.actions.report": "举报",
|
||||||
"chats.dividers.today": "此刻",
|
"chats.dividers.today": "此刻",
|
||||||
|
@ -279,11 +333,19 @@
|
||||||
"column.admin.announcements": "公告",
|
"column.admin.announcements": "公告",
|
||||||
"column.admin.awaiting_approval": "等待批准",
|
"column.admin.awaiting_approval": "等待批准",
|
||||||
"column.admin.create_announcement": "创建公告",
|
"column.admin.create_announcement": "创建公告",
|
||||||
|
"column.admin.create_domain": "创建域",
|
||||||
|
"column.admin.create_rule": "创建规则",
|
||||||
"column.admin.dashboard": "仪表板",
|
"column.admin.dashboard": "仪表板",
|
||||||
|
"column.admin.domains": "域",
|
||||||
"column.admin.edit_announcement": "编辑公告",
|
"column.admin.edit_announcement": "编辑公告",
|
||||||
|
"column.admin.edit_domain": "编辑域",
|
||||||
|
"column.admin.edit_rule": "编辑规则",
|
||||||
"column.admin.moderation_log": "管理记录",
|
"column.admin.moderation_log": "管理记录",
|
||||||
|
"column.admin.nostr_relays": "中继",
|
||||||
|
"column.admin.relays": "实例中继",
|
||||||
"column.admin.reports": "举报",
|
"column.admin.reports": "举报",
|
||||||
"column.admin.reports.menu.moderation_log": "管理记录",
|
"column.admin.reports.menu.moderation_log": "管理记录",
|
||||||
|
"column.admin.rules": "实例规则",
|
||||||
"column.admin.users": "用户",
|
"column.admin.users": "用户",
|
||||||
"column.aliases": "帐号别名",
|
"column.aliases": "帐号别名",
|
||||||
"column.aliases.create_error": "创建别名出错",
|
"column.aliases.create_error": "创建别名出错",
|
||||||
|
@ -297,7 +359,6 @@
|
||||||
"column.blocks": "屏蔽",
|
"column.blocks": "屏蔽",
|
||||||
"column.bookmarks": "书签",
|
"column.bookmarks": "书签",
|
||||||
"column.chats": "聊天",
|
"column.chats": "聊天",
|
||||||
"column.community": "本站时间轴",
|
|
||||||
"column.crypto_donate": "加密货币捐款",
|
"column.crypto_donate": "加密货币捐款",
|
||||||
"column.developers": "开发者",
|
"column.developers": "开发者",
|
||||||
"column.developers.service_worker": "服务工作进程",
|
"column.developers.service_worker": "服务工作进程",
|
||||||
|
@ -375,6 +436,7 @@
|
||||||
"column.settings_store": "设置储存",
|
"column.settings_store": "设置储存",
|
||||||
"column.soapbox_config": "Soapbox 设置",
|
"column.soapbox_config": "Soapbox 设置",
|
||||||
"column.test": "测试时间轴",
|
"column.test": "测试时间轴",
|
||||||
|
"column.zaps": "打闪",
|
||||||
"column_forbidden.body": "您没有权限访问此页面。",
|
"column_forbidden.body": "您没有权限访问此页面。",
|
||||||
"column_forbidden.title": "无权访问",
|
"column_forbidden.title": "无权访问",
|
||||||
"common.cancel": "取消",
|
"common.cancel": "取消",
|
||||||
|
@ -446,7 +508,13 @@
|
||||||
"confirmations.admin.delete_announcement.confirm": "删除",
|
"confirmations.admin.delete_announcement.confirm": "删除",
|
||||||
"confirmations.admin.delete_announcement.heading": "删除公告",
|
"confirmations.admin.delete_announcement.heading": "删除公告",
|
||||||
"confirmations.admin.delete_announcement.message": "您确定要删除公告吗?",
|
"confirmations.admin.delete_announcement.message": "您确定要删除公告吗?",
|
||||||
|
"confirmations.admin.delete_domain.confirm": "删除",
|
||||||
|
"confirmations.admin.delete_domain.heading": "删除域",
|
||||||
|
"confirmations.admin.delete_domain.message": "您确定要删除这个域?",
|
||||||
"confirmations.admin.delete_local_user.checkbox": "我确定我即将要删除一个本站用户。",
|
"confirmations.admin.delete_local_user.checkbox": "我确定我即将要删除一个本站用户。",
|
||||||
|
"confirmations.admin.delete_rule.confirm": "删除",
|
||||||
|
"confirmations.admin.delete_rule.heading": "删除规则",
|
||||||
|
"confirmations.admin.delete_rule.message": "您确定要删除这个规则?",
|
||||||
"confirmations.admin.delete_status.confirm": "删除帖文",
|
"confirmations.admin.delete_status.confirm": "删除帖文",
|
||||||
"confirmations.admin.delete_status.heading": "删除帖文",
|
"confirmations.admin.delete_status.heading": "删除帖文",
|
||||||
"confirmations.admin.delete_status.message": "您即将删除 @{acct} 的帖文。此操作无法撤销。",
|
"confirmations.admin.delete_status.message": "您即将删除 @{acct} 的帖文。此操作无法撤销。",
|
||||||
|
@ -480,6 +548,9 @@
|
||||||
"confirmations.delete.confirm": "删除",
|
"confirmations.delete.confirm": "删除",
|
||||||
"confirmations.delete.heading": "删除帖文",
|
"confirmations.delete.heading": "删除帖文",
|
||||||
"confirmations.delete.message": "您确定要删除此帖文吗?",
|
"confirmations.delete.message": "您确定要删除此帖文吗?",
|
||||||
|
"confirmations.delete_bookmark_folder.confirm": "删除文件夹",
|
||||||
|
"confirmations.delete_bookmark_folder.heading": "删除 \"{name}\" 文件夹?",
|
||||||
|
"confirmations.delete_bookmark_folder.message": "您确定要删除这个文件夹?其中的书签不会被删除。",
|
||||||
"confirmations.delete_event.confirm": "删除",
|
"confirmations.delete_event.confirm": "删除",
|
||||||
"confirmations.delete_event.heading": "删除活动",
|
"confirmations.delete_event.heading": "删除活动",
|
||||||
"confirmations.delete_event.message": "您确定要删除此活动吗?",
|
"confirmations.delete_event.message": "您确定要删除此活动吗?",
|
||||||
|
@ -525,6 +596,7 @@
|
||||||
"confirmations.scheduled_status_delete.message": "您确定要取消此帖文的定时发布吗?",
|
"confirmations.scheduled_status_delete.message": "您确定要取消此帖文的定时发布吗?",
|
||||||
"confirmations.unfollow.confirm": "取消关注",
|
"confirmations.unfollow.confirm": "取消关注",
|
||||||
"copy.success": "已复制到剪贴板!",
|
"copy.success": "已复制到剪贴板!",
|
||||||
|
"crypto.lightning": "闪电网络",
|
||||||
"crypto_donate.explanation_box.message": "{siteTitle} 接受加密货币捐赠。您可以将捐款发送到以下任何一个地址。感谢您的支持!",
|
"crypto_donate.explanation_box.message": "{siteTitle} 接受加密货币捐赠。您可以将捐款发送到以下任何一个地址。感谢您的支持!",
|
||||||
"crypto_donate.explanation_box.title": "发送加密货币捐赠",
|
"crypto_donate.explanation_box.title": "发送加密货币捐赠",
|
||||||
"crypto_donate_panel.actions.view": "点击查看 {count} 个钱包",
|
"crypto_donate_panel.actions.view": "点击查看 {count} 个钱包",
|
||||||
|
@ -556,10 +628,14 @@
|
||||||
"developers.settings_store.advanced": "高级设置",
|
"developers.settings_store.advanced": "高级设置",
|
||||||
"developers.settings_store.hint": "您可以在此处直接编辑您的用户设置。当心!编辑此部分可能会破坏您的帐号,您将只能通过 API 恢复。",
|
"developers.settings_store.hint": "您可以在此处直接编辑您的用户设置。当心!编辑此部分可能会破坏您的帐号,您将只能通过 API 恢复。",
|
||||||
"direct.search_placeholder": "发送私信给……",
|
"direct.search_placeholder": "发送私信给……",
|
||||||
|
"directory.display_filter": "过滤",
|
||||||
"directory.federated": "来自已知联邦宇宙",
|
"directory.federated": "来自已知联邦宇宙",
|
||||||
|
"directory.fediverse_filter": "联邦宇宙过滤",
|
||||||
"directory.local": "仅来自 {domain}",
|
"directory.local": "仅来自 {domain}",
|
||||||
"directory.new_arrivals": "新增访客",
|
"directory.new_arrivals": "新增访客",
|
||||||
"directory.recently_active": "最近活跃",
|
"directory.recently_active": "最近活跃",
|
||||||
|
"edit_bookmark_folder_modal.confirm": "保存",
|
||||||
|
"edit_bookmark_folder_modal.header_title": "编辑文件夹",
|
||||||
"edit_email.header": "修改邮箱",
|
"edit_email.header": "修改邮箱",
|
||||||
"edit_email.placeholder": "me@example.com",
|
"edit_email.placeholder": "me@example.com",
|
||||||
"edit_federation.followers_only": "对关注者以外的用户隐藏帖文",
|
"edit_federation.followers_only": "对关注者以外的用户隐藏帖文",
|
||||||
|
@ -569,6 +645,11 @@
|
||||||
"edit_federation.save": "保存",
|
"edit_federation.save": "保存",
|
||||||
"edit_federation.success": "{host} 联邦设定已保存",
|
"edit_federation.success": "{host} 联邦设定已保存",
|
||||||
"edit_federation.unlisted": "强制帖文为不公开",
|
"edit_federation.unlisted": "强制帖文为不公开",
|
||||||
|
"edit_identity.names_title": "名称",
|
||||||
|
"edit_identity.pending_names_title": "已请求的名称",
|
||||||
|
"edit_identity.reason_placeholder": "您为什么想要这个名称?",
|
||||||
|
"edit_identity.request": "请求",
|
||||||
|
"edit_identity.requested": "名称请求已发送",
|
||||||
"edit_password.header": "修改密码",
|
"edit_password.header": "修改密码",
|
||||||
"edit_profile.error": "个人资料更新失败",
|
"edit_profile.error": "个人资料更新失败",
|
||||||
"edit_profile.fields.accepts_email_list_label": "接收邮件列表",
|
"edit_profile.fields.accepts_email_list_label": "接收邮件列表",
|
||||||
|
@ -584,9 +665,14 @@
|
||||||
"edit_profile.fields.location_label": "地点",
|
"edit_profile.fields.location_label": "地点",
|
||||||
"edit_profile.fields.location_placeholder": "地点",
|
"edit_profile.fields.location_placeholder": "地点",
|
||||||
"edit_profile.fields.locked_label": "锁定帐号",
|
"edit_profile.fields.locked_label": "锁定帐号",
|
||||||
|
"edit_profile.fields.lud16_label": "闪电网络地址",
|
||||||
|
"edit_profile.fields.lud16_placeholder": "user@example.com",
|
||||||
"edit_profile.fields.meta_fields.content_placeholder": "内容",
|
"edit_profile.fields.meta_fields.content_placeholder": "内容",
|
||||||
"edit_profile.fields.meta_fields.label_placeholder": "标签",
|
"edit_profile.fields.meta_fields.label_placeholder": "标签",
|
||||||
"edit_profile.fields.meta_fields_label": "自定义个人资料字段",
|
"edit_profile.fields.meta_fields_label": "自定义个人资料字段",
|
||||||
|
"edit_profile.fields.nip05_label": "用户名",
|
||||||
|
"edit_profile.fields.nip05_placeholder": "user@{domain}",
|
||||||
|
"edit_profile.fields.nip05_unverified": "无法使用这个名称因为无法验证。",
|
||||||
"edit_profile.fields.stranger_notifications_label": "屏蔽来自陌生人的通知",
|
"edit_profile.fields.stranger_notifications_label": "屏蔽来自陌生人的通知",
|
||||||
"edit_profile.fields.website_label": "网站",
|
"edit_profile.fields.website_label": "网站",
|
||||||
"edit_profile.fields.website_placeholder": "显示链接",
|
"edit_profile.fields.website_placeholder": "显示链接",
|
||||||
|
@ -631,10 +717,14 @@
|
||||||
"empty_column.account_timeline": "这里没有帖文!",
|
"empty_column.account_timeline": "这里没有帖文!",
|
||||||
"empty_column.account_unavailable": "个人资料不可用",
|
"empty_column.account_unavailable": "个人资料不可用",
|
||||||
"empty_column.admin.announcements": "目前还没有公告。",
|
"empty_column.admin.announcements": "目前还没有公告。",
|
||||||
|
"empty_column.admin.domains": "暂无可用域。",
|
||||||
|
"empty_column.admin.relays": "暂无已添加的中继。",
|
||||||
|
"empty_column.admin.rules": "暂无实例规则。",
|
||||||
"empty_column.aliases": "您尚未创建过任何别名。",
|
"empty_column.aliases": "您尚未创建过任何别名。",
|
||||||
"empty_column.aliases.suggestions": "没有相匹配的帐号建议。",
|
"empty_column.aliases.suggestions": "没有相匹配的帐号建议。",
|
||||||
"empty_column.blocks": "您尚未屏蔽过任何用户。",
|
"empty_column.blocks": "您尚未屏蔽过任何用户。",
|
||||||
"empty_column.bookmarks": "您还没有任何书签,一旦您将帖文加入书签,它就会显示在这里。",
|
"empty_column.bookmarks": "您还没有任何书签,一旦您将帖文加入书签,它就会显示在这里。",
|
||||||
|
"empty_column.bookmarks.folder": "这个文件夹中还没有任何书签。书签将在您添加后显示在这里。",
|
||||||
"empty_column.community": "本站时间轴暂时没有内容,快写点什么让它动起来吧!",
|
"empty_column.community": "本站时间轴暂时没有内容,快写点什么让它动起来吧!",
|
||||||
"empty_column.direct": "您还没有使用过私信。当您发出或者收到私信时,它会在这里显示。",
|
"empty_column.direct": "您还没有使用过私信。当您发出或者收到私信时,它会在这里显示。",
|
||||||
"empty_column.dislikes": "没有人点踩过此帖文。若有,则会显示在这里。",
|
"empty_column.dislikes": "没有人点踩过此帖文。若有,则会显示在这里。",
|
||||||
|
@ -672,9 +762,11 @@
|
||||||
"event.copy": "复制链接到活动",
|
"event.copy": "复制链接到活动",
|
||||||
"event.date": "日期",
|
"event.date": "日期",
|
||||||
"event.description": "说明",
|
"event.description": "说明",
|
||||||
|
"event.discussion": "讨论",
|
||||||
"event.discussion.empty": "目前还没有人对此活动发表评论。当有人这样做时,他们将出现在这里。",
|
"event.discussion.empty": "目前还没有人对此活动发表评论。当有人这样做时,他们将出现在这里。",
|
||||||
"event.export_ics": "导出到日历",
|
"event.export_ics": "导出到日历",
|
||||||
"event.external": "查看活动于 {domain}",
|
"event.external": "查看活动于 {domain}",
|
||||||
|
"event.information": "信息",
|
||||||
"event.join_state.accept": "参与",
|
"event.join_state.accept": "参与",
|
||||||
"event.join_state.empty": "参与",
|
"event.join_state.empty": "参与",
|
||||||
"event.join_state.pending": "待处理",
|
"event.join_state.pending": "待处理",
|
||||||
|
@ -733,6 +825,7 @@
|
||||||
"filters.filters_list_phrases_label": "关键词或词组:",
|
"filters.filters_list_phrases_label": "关键词或词组:",
|
||||||
"filters.filters_list_warn": "显示警告",
|
"filters.filters_list_warn": "显示警告",
|
||||||
"filters.removed": "过滤器已移除。",
|
"filters.removed": "过滤器已移除。",
|
||||||
|
"follow_recommendations.heading": "推荐用户",
|
||||||
"follow_request.authorize": "同意",
|
"follow_request.authorize": "同意",
|
||||||
"follow_request.reject": "拒绝",
|
"follow_request.reject": "拒绝",
|
||||||
"gdpr.accept": "接受",
|
"gdpr.accept": "接受",
|
||||||
|
@ -902,6 +995,7 @@
|
||||||
"keyboard_shortcuts.unfocus": "取消输入",
|
"keyboard_shortcuts.unfocus": "取消输入",
|
||||||
"keyboard_shortcuts.up": "在列表中让光标上移",
|
"keyboard_shortcuts.up": "在列表中让光标上移",
|
||||||
"landing_page_modal.download": "下载",
|
"landing_page_modal.download": "下载",
|
||||||
|
"landing_page_modal.help_center": "帮助中心",
|
||||||
"lightbox.close": "关闭",
|
"lightbox.close": "关闭",
|
||||||
"lightbox.expand": "展开",
|
"lightbox.expand": "展开",
|
||||||
"lightbox.minimize": "最小化",
|
"lightbox.minimize": "最小化",
|
||||||
|
@ -1059,6 +1153,21 @@
|
||||||
"new_group_panel.action": "创建群组",
|
"new_group_panel.action": "创建群组",
|
||||||
"new_group_panel.subtitle": "找不到您要找的东西?开始您自己的私有或公共群组。",
|
"new_group_panel.subtitle": "找不到您要找的东西?开始您自己的私有或公共群组。",
|
||||||
"new_group_panel.title": "创建群组",
|
"new_group_panel.title": "创建群组",
|
||||||
|
"nostr_extension.found": "使用浏览器扩展<link>登录</link>。",
|
||||||
|
"nostr_extension.not_found": "没有找到浏览器扩展。",
|
||||||
|
"nostr_panel.message": "与任意 Nostr 客户端连接。",
|
||||||
|
"nostr_panel.title": "Nostr 中继",
|
||||||
|
"nostr_relays.read_only": "只读",
|
||||||
|
"nostr_relays.read_write": "读 & 写",
|
||||||
|
"nostr_relays.title": "中继",
|
||||||
|
"nostr_relays.write_only": "仅写",
|
||||||
|
"nostr_signup.key-add.title": "导入密钥",
|
||||||
|
"nostr_signup.key.title": "您需要一个密钥才能继续",
|
||||||
|
"nostr_signup.keygen.title": "你的新密钥",
|
||||||
|
"nostr_signup.siwe.action": "使用浏览器扩展签署",
|
||||||
|
"nostr_signup.siwe.alt": "使用密钥登录",
|
||||||
|
"nostr_signup.siwe.title": "登录",
|
||||||
|
"notification.ditto:name_grant": "您已被授予名称 {acct}",
|
||||||
"notification.favourite": "{name} 点赞了您的帖文",
|
"notification.favourite": "{name} 点赞了您的帖文",
|
||||||
"notification.follow": "{name} 开始关注您",
|
"notification.follow": "{name} 开始关注您",
|
||||||
"notification.follow_request": "{name} 请求关注您",
|
"notification.follow_request": "{name} 请求关注您",
|
||||||
|
@ -1068,7 +1177,6 @@
|
||||||
"notification.mentioned": "{name} 提及了您",
|
"notification.mentioned": "{name} 提及了您",
|
||||||
"notification.move": "{name} 移动到了 {targetName}",
|
"notification.move": "{name} 移动到了 {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": "+ {count} 条其它通知",
|
|
||||||
"notification.pleroma:chat_mention": "{name} 给您发送了信息",
|
"notification.pleroma:chat_mention": "{name} 给您发送了信息",
|
||||||
"notification.pleroma:emoji_reaction": "{name} 表情回应了您的帖文",
|
"notification.pleroma:emoji_reaction": "{name} 表情回应了您的帖文",
|
||||||
"notification.pleroma:event_reminder": "您参加的一项活动即将开始",
|
"notification.pleroma:event_reminder": "您参加的一项活动即将开始",
|
||||||
|
@ -1076,8 +1184,10 @@
|
||||||
"notification.pleroma:participation_request": "{name} 想要参加您的活动",
|
"notification.pleroma:participation_request": "{name} 想要参加您的活动",
|
||||||
"notification.poll": "一项您参加的投票已经结束",
|
"notification.poll": "一项您参加的投票已经结束",
|
||||||
"notification.reblog": "{name} 转载了您的帖文",
|
"notification.reblog": "{name} 转载了您的帖文",
|
||||||
|
"notification.set_name": "设置名称为 {name}",
|
||||||
"notification.status": "{name} 刚刚发帖",
|
"notification.status": "{name} 刚刚发帖",
|
||||||
"notification.update": "{name} 修改了您参与互动的帖文",
|
"notification.update": "{name} 修改了您参与互动的帖文",
|
||||||
|
"notification.update_name_success": "更新名称成功",
|
||||||
"notification.user_approved": "欢迎来到 {instance}!",
|
"notification.user_approved": "欢迎来到 {instance}!",
|
||||||
"notifications.filter.all": "全部",
|
"notifications.filter.all": "全部",
|
||||||
"notifications.filter.boosts": "转发",
|
"notifications.filter.boosts": "转发",
|
||||||
|
@ -1101,12 +1211,6 @@
|
||||||
"onboarding.display_name.title": "选择您的昵称",
|
"onboarding.display_name.title": "选择您的昵称",
|
||||||
"onboarding.done": "完成",
|
"onboarding.done": "完成",
|
||||||
"onboarding.error": "发生了一个意外的错误。请再试一次或跳过此步骤。",
|
"onboarding.error": "发生了一个意外的错误。请再试一次或跳过此步骤。",
|
||||||
"onboarding.fediverse.its_you": "这是您! 其他人可以通过使用您的全名 @-handle 从其他服务器关注您。",
|
|
||||||
"onboarding.fediverse.message": "联邦宇宙是一个由成千上万个不同的、独立运行的社交媒体网站(又称 \"服务器\")组成的社交网络。您可以关注大多数其它联邦宇宙服务器的用户--以及点赞、转发和回复帖子,因为他们可以与 {siteTitle} 沟通。",
|
|
||||||
"onboarding.fediverse.next": "下一步",
|
|
||||||
"onboarding.fediverse.other_instances": "当浏览您的时间轴时,注意第二个 @ 符号后的完整用户名,以了解帖文来自哪个服务器。",
|
|
||||||
"onboarding.fediverse.title": "{siteTitle} 只是联邦宇宙的一部分",
|
|
||||||
"onboarding.fediverse.trailer": "因为它是分布式的,任何人都可以运行自己的服务器,所以联邦宇宙是有弹性和开放的。如果您选择加入另一个服务器或建立自己的服务器,您可以与相同的人互动,并继续在同一个社会图谱上。",
|
|
||||||
"onboarding.finished.message": "我们非常高兴地欢迎您加入我们的社区! 点击下面的按钮,让我们开始吧。",
|
"onboarding.finished.message": "我们非常高兴地欢迎您加入我们的社区! 点击下面的按钮,让我们开始吧。",
|
||||||
"onboarding.finished.title": "新手教程结束",
|
"onboarding.finished.title": "新手教程结束",
|
||||||
"onboarding.header.subtitle": "这将显示在您个人资料的顶部。",
|
"onboarding.header.subtitle": "这将显示在您个人资料的顶部。",
|
||||||
|
@ -1128,7 +1232,7 @@
|
||||||
"patron.title": "筹集目标",
|
"patron.title": "筹集目标",
|
||||||
"pinned_accounts.title": "{name} 的选择",
|
"pinned_accounts.title": "{name} 的选择",
|
||||||
"pinned_statuses.none": "没有置顶帖文。",
|
"pinned_statuses.none": "没有置顶帖文。",
|
||||||
"poll.choose_multiple": "选您所想。",
|
"poll.choose_multiple": "想选多少就选多少。",
|
||||||
"poll.closed": "已关闭",
|
"poll.closed": "已关闭",
|
||||||
"poll.non_anonymous": "公开投票",
|
"poll.non_anonymous": "公开投票",
|
||||||
"poll.non_anonymous.label": "投票的选择能被其他实例看到",
|
"poll.non_anonymous.label": "投票的选择能被其他实例看到",
|
||||||
|
@ -1190,6 +1294,7 @@
|
||||||
"register_invite.lead": "填写以下表单以创建帐号。",
|
"register_invite.lead": "填写以下表单以创建帐号。",
|
||||||
"register_invite.title": "您已被邀请加入 {siteTitle}!",
|
"register_invite.title": "您已被邀请加入 {siteTitle}!",
|
||||||
"registration.agreement": "我同意本站用户条款 {tos}。",
|
"registration.agreement": "我同意本站用户条款 {tos}。",
|
||||||
|
"registration.captcha": "人机验证",
|
||||||
"registration.captcha.hint": "点击图像以重新加载验证码",
|
"registration.captcha.hint": "点击图像以重新加载验证码",
|
||||||
"registration.captcha.placeholder": "输入图片中的文字",
|
"registration.captcha.placeholder": "输入图片中的文字",
|
||||||
"registration.closed_message": "{instance} 暂不开放注册",
|
"registration.closed_message": "{instance} 暂不开放注册",
|
||||||
|
@ -1247,6 +1352,8 @@
|
||||||
"reply_mentions.reply_empty": "回复帖文",
|
"reply_mentions.reply_empty": "回复帖文",
|
||||||
"report.block": "屏蔽帐号 {target}",
|
"report.block": "屏蔽帐号 {target}",
|
||||||
"report.block_hint": "您是否也要屏蔽此帐号呢?",
|
"report.block_hint": "您是否也要屏蔽此帐号呢?",
|
||||||
|
"report.chat_message.context": "当报告用户消息时,所选消息的上下五条额外消息将被发送给我们的审核团队,以便了解相关情况。",
|
||||||
|
"report.chat_message.title": "举报消息",
|
||||||
"report.confirmation.content": "如果我们发现此 {entity} 确实违反了 {link} ,我们会采取进一步的处罚措施。",
|
"report.confirmation.content": "如果我们发现此 {entity} 确实违反了 {link} ,我们会采取进一步的处罚措施。",
|
||||||
"report.confirmation.entity.account": "帐号",
|
"report.confirmation.entity.account": "帐号",
|
||||||
"report.confirmation.entity.group": "群组",
|
"report.confirmation.entity.group": "群组",
|
||||||
|
@ -1256,6 +1363,11 @@
|
||||||
"report.forward_hint": "这名用户来自另一个服务器。是否要向那个服务器发送一条匿名的举报?",
|
"report.forward_hint": "这名用户来自另一个服务器。是否要向那个服务器发送一条匿名的举报?",
|
||||||
"report.group.title": "举报群组",
|
"report.group.title": "举报群组",
|
||||||
"report.next": "下一步",
|
"report.next": "下一步",
|
||||||
|
"report.other_actions.add_additional": "您想在本次举报中添加额外动态吗?",
|
||||||
|
"report.other_actions.add_more": "添加更多",
|
||||||
|
"report.other_actions.further_actions": "进一步动作:",
|
||||||
|
"report.other_actions.hide_additional": "隐藏额外动态",
|
||||||
|
"report.other_actions.other_statuses": "是否包含其他动态?",
|
||||||
"report.placeholder": "备注",
|
"report.placeholder": "备注",
|
||||||
"report.previous": "往前",
|
"report.previous": "往前",
|
||||||
"report.reason.blankslate": "您已移除选中的状态。",
|
"report.reason.blankslate": "您已移除选中的状态。",
|
||||||
|
@ -1300,12 +1412,14 @@
|
||||||
"security.update_email.success": "邮箱地址已成功更新。",
|
"security.update_email.success": "邮箱地址已成功更新。",
|
||||||
"security.update_password.fail": "更新密码失败。",
|
"security.update_password.fail": "更新密码失败。",
|
||||||
"security.update_password.success": "密码已成功更新。",
|
"security.update_password.success": "密码已成功更新。",
|
||||||
|
"select_bookmark_folder_modal.header_title": "选择文件夹",
|
||||||
"settings.account_migration": "迁移帐号",
|
"settings.account_migration": "迁移帐号",
|
||||||
"settings.blocks": "屏蔽帐号",
|
"settings.blocks": "屏蔽帐号",
|
||||||
"settings.change_email": "修改邮箱",
|
"settings.change_email": "修改邮箱",
|
||||||
"settings.change_password": "修改密码",
|
"settings.change_password": "修改密码",
|
||||||
"settings.configure_mfa": "配置多重认证(MFA)",
|
"settings.configure_mfa": "配置多重认证(MFA)",
|
||||||
"settings.delete_account": "删除帐号",
|
"settings.delete_account": "删除帐号",
|
||||||
|
"settings.edit_identity": "标识",
|
||||||
"settings.edit_profile": "编辑个人资料",
|
"settings.edit_profile": "编辑个人资料",
|
||||||
"settings.messages.label": "允许用户与您开始新的聊天",
|
"settings.messages.label": "允许用户与您开始新的聊天",
|
||||||
"settings.mutes": "静音帐号",
|
"settings.mutes": "静音帐号",
|
||||||
|
@ -1375,6 +1489,10 @@
|
||||||
"status.approval.pending": "等待批准",
|
"status.approval.pending": "等待批准",
|
||||||
"status.approval.rejected": "已拒绝",
|
"status.approval.rejected": "已拒绝",
|
||||||
"status.bookmark": "添加书签",
|
"status.bookmark": "添加书签",
|
||||||
|
"status.bookmark.select_folder": "选择文件夹",
|
||||||
|
"status.bookmark_folder": "设置书签文件夹",
|
||||||
|
"status.bookmark_folder_change": "修改书签文件夹",
|
||||||
|
"status.bookmark_folder_changed": "已修改文件夹",
|
||||||
"status.bookmarked": "书签已添加。",
|
"status.bookmarked": "书签已添加。",
|
||||||
"status.cancel_reblog_private": "取消转发",
|
"status.cancel_reblog_private": "取消转发",
|
||||||
"status.cannot_reblog": "此帖文不允许被转发",
|
"status.cannot_reblog": "此帖文不允许被转发",
|
||||||
|
@ -1386,6 +1504,7 @@
|
||||||
"status.disabled_replies.group_membership": "仅群组成员可以回复",
|
"status.disabled_replies.group_membership": "仅群组成员可以回复",
|
||||||
"status.disfavourite": "点踩",
|
"status.disfavourite": "点踩",
|
||||||
"status.edit": "编辑",
|
"status.edit": "编辑",
|
||||||
|
"status.edited": "编辑于 {date}",
|
||||||
"status.embed": "嵌入帖文",
|
"status.embed": "嵌入帖文",
|
||||||
"status.external": "查看帖文于 {domain}",
|
"status.external": "查看帖文于 {domain}",
|
||||||
"status.favourite": "点赞",
|
"status.favourite": "点赞",
|
||||||
|
@ -1396,6 +1515,7 @@
|
||||||
"status.interactions.favourites": "次点赞",
|
"status.interactions.favourites": "次点赞",
|
||||||
"status.interactions.quotes": "次引用",
|
"status.interactions.quotes": "次引用",
|
||||||
"status.interactions.reblogs": "次转发",
|
"status.interactions.reblogs": "次转发",
|
||||||
|
"status.interactions.zaps": "次打闪",
|
||||||
"status.load_more": "加载更多",
|
"status.load_more": "加载更多",
|
||||||
"status.mention": "提及 @{name}",
|
"status.mention": "提及 @{name}",
|
||||||
"status.more": "更多",
|
"status.more": "更多",
|
||||||
|
@ -1406,6 +1526,7 @@
|
||||||
"status.pin_to_group.success": "已置顶于群组!",
|
"status.pin_to_group.success": "已置顶于群组!",
|
||||||
"status.pinned": "置顶帖文",
|
"status.pinned": "置顶帖文",
|
||||||
"status.quote": "引用帖文",
|
"status.quote": "引用帖文",
|
||||||
|
"status.quote_tombstone": "贴文不可用。",
|
||||||
"status.reactions.cry": "伤心",
|
"status.reactions.cry": "伤心",
|
||||||
"status.reactions.empty": "没有人表情回应过此帖文。若有,则会显示在这里。",
|
"status.reactions.empty": "没有人表情回应过此帖文。若有,则会显示在这里。",
|
||||||
"status.reactions.heart": "爱心",
|
"status.reactions.heart": "爱心",
|
||||||
|
@ -1423,6 +1544,7 @@
|
||||||
"status.remove_account_from_group": "将帐号移出群组",
|
"status.remove_account_from_group": "将帐号移出群组",
|
||||||
"status.remove_post_from_group": "将帖文移出群组",
|
"status.remove_post_from_group": "将帖文移出群组",
|
||||||
"status.reply": "回复",
|
"status.reply": "回复",
|
||||||
|
"status.reply_all": "回复整个线程",
|
||||||
"status.report": "举报 @{name}",
|
"status.report": "举报 @{name}",
|
||||||
"status.sensitive_warning": "敏感内容",
|
"status.sensitive_warning": "敏感内容",
|
||||||
"status.sensitive_warning.subtitle": "此条内容可能并不适宜所有人查看。",
|
"status.sensitive_warning.subtitle": "此条内容可能并不适宜所有人查看。",
|
||||||
|
@ -1440,6 +1562,8 @@
|
||||||
"status.unmute_conversation": "不再静音此对话",
|
"status.unmute_conversation": "不再静音此对话",
|
||||||
"status.unpin": "在个人资料页面取消置顶",
|
"status.unpin": "在个人资料页面取消置顶",
|
||||||
"status.unpin_to_group": "取消置顶于群组",
|
"status.unpin_to_group": "取消置顶于群组",
|
||||||
|
"status.zap": "打闪",
|
||||||
|
"status.zaps.empty": "还没有人打闪过这个帖子。当有人打闪后他们就会显示在这里。",
|
||||||
"status_list.queue_label": "点击查看 {count} 条新帖文",
|
"status_list.queue_label": "点击查看 {count} 条新帖文",
|
||||||
"statuses.quote_tombstone": "帖文不可用。",
|
"statuses.quote_tombstone": "帖文不可用。",
|
||||||
"statuses.tombstone": "部分帖文不可见。",
|
"statuses.tombstone": "部分帖文不可见。",
|
||||||
|
@ -1456,22 +1580,33 @@
|
||||||
"sw.url": "脚本链接",
|
"sw.url": "脚本链接",
|
||||||
"tabs_bar.all": "全部",
|
"tabs_bar.all": "全部",
|
||||||
"tabs_bar.dashboard": "仪表板",
|
"tabs_bar.dashboard": "仪表板",
|
||||||
"tabs_bar.fediverse": "联邦宇宙",
|
"tabs_bar.global": "全局",
|
||||||
"tabs_bar.groups": "群组",
|
"tabs_bar.groups": "群组",
|
||||||
"tabs_bar.home": "主页",
|
"tabs_bar.home": "主页",
|
||||||
"tabs_bar.local": "本站",
|
|
||||||
"tabs_bar.more": "更多",
|
"tabs_bar.more": "更多",
|
||||||
"tabs_bar.notifications": "通知",
|
"tabs_bar.notifications": "通知",
|
||||||
"tabs_bar.profile": "个人资料",
|
"tabs_bar.profile": "个人资料",
|
||||||
"tabs_bar.search": "搜索",
|
"tabs_bar.search": "搜索",
|
||||||
"tabs_bar.settings": "设置",
|
"tabs_bar.settings": "设置",
|
||||||
"textarea.counter.label": "剩余 {count} 个字符",
|
"textarea.counter.label": "剩余 {count} 个字符",
|
||||||
|
"theme_editor.colors.accent": "Accent",
|
||||||
|
"theme_editor.colors.accent_blue": "Accent Blue",
|
||||||
|
"theme_editor.colors.danger": "Danger",
|
||||||
|
"theme_editor.colors.gradient_end": "渐变结尾",
|
||||||
|
"theme_editor.colors.gradient_start": "渐变开头",
|
||||||
|
"theme_editor.colors.gray": "Gray",
|
||||||
|
"theme_editor.colors.greentext": "Greentext",
|
||||||
|
"theme_editor.colors.primary": "Primary",
|
||||||
|
"theme_editor.colors.secondary": "Secondary",
|
||||||
|
"theme_editor.colors.success": "Success",
|
||||||
"theme_editor.export": "导出主题",
|
"theme_editor.export": "导出主题",
|
||||||
"theme_editor.import": "导入主题",
|
"theme_editor.import": "导入主题",
|
||||||
"theme_editor.import_success": "主题已成功导入!",
|
"theme_editor.import_success": "主题已成功导入!",
|
||||||
|
"theme_editor.reset": "重置",
|
||||||
"theme_editor.restore": "恢复默认主题",
|
"theme_editor.restore": "恢复默认主题",
|
||||||
"theme_editor.save": "保存主题",
|
"theme_editor.save": "保存主题",
|
||||||
"theme_editor.saved": "主题已更新!",
|
"theme_editor.saved": "主题已更新!",
|
||||||
|
"theme_toggle.black": "黑色",
|
||||||
"theme_toggle.dark": "黑暗",
|
"theme_toggle.dark": "黑暗",
|
||||||
"theme_toggle.light": "明亮",
|
"theme_toggle.light": "明亮",
|
||||||
"theme_toggle.system": "系统",
|
"theme_toggle.system": "系统",
|
||||||
|
@ -1487,6 +1622,7 @@
|
||||||
"toast.view": "浏览",
|
"toast.view": "浏览",
|
||||||
"trends.count_by_accounts": "{count} 人正在讨论",
|
"trends.count_by_accounts": "{count} 人正在讨论",
|
||||||
"trends.title": "热门",
|
"trends.title": "热门",
|
||||||
|
"trends_panel.view_all": "查看全部",
|
||||||
"unauthorized_modal.text": "您需要登录才能继续。",
|
"unauthorized_modal.text": "您需要登录才能继续。",
|
||||||
"unauthorized_modal.title": "注册 {site_title} 帐号",
|
"unauthorized_modal.title": "注册 {site_title} 帐号",
|
||||||
"upload_button.label": "添加媒体附件",
|
"upload_button.label": "添加媒体附件",
|
||||||
|
@ -1496,6 +1632,8 @@
|
||||||
"upload_error.video_duration_limit": "视频超过了当前的时长限制({limit} 秒)",
|
"upload_error.video_duration_limit": "视频超过了当前的时长限制({limit} 秒)",
|
||||||
"upload_error.video_size_limit": "视频超过了当前的文件大小限制({limit})",
|
"upload_error.video_size_limit": "视频超过了当前的文件大小限制({limit})",
|
||||||
"upload_form.description": "为视觉障碍人士添加文字说明",
|
"upload_form.description": "为视觉障碍人士添加文字说明",
|
||||||
|
"upload_form.description_missing.indicator": "替代文本",
|
||||||
|
"upload_form.description_missing.title": "这个附件没有描述",
|
||||||
"upload_form.preview": "预览",
|
"upload_form.preview": "预览",
|
||||||
"upload_form.undo": "删除",
|
"upload_form.undo": "删除",
|
||||||
"upload_progress.label": "上传中……",
|
"upload_progress.label": "上传中……",
|
||||||
|
@ -1506,5 +1644,9 @@
|
||||||
"video.pause": "暂停",
|
"video.pause": "暂停",
|
||||||
"video.play": "播放",
|
"video.play": "播放",
|
||||||
"video.unmute": "解除静音声音",
|
"video.unmute": "解除静音声音",
|
||||||
"who_to_follow.title": "推荐关注"
|
"who_to_follow.title": "推荐关注",
|
||||||
|
"zap.button.text.raw": "打闪 {amount} 聪",
|
||||||
|
"zap.comment_input.placeholder": "可选评论",
|
||||||
|
"zap.open_wallet": "打开钱包",
|
||||||
|
"zap.send_to": "发送打闪给 {target}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"account.domain_blocked": "隱藏網域",
|
"account.domain_blocked": "隱藏網域",
|
||||||
"account.edit_profile": "編輯個人資料",
|
"account.edit_profile": "編輯個人資料",
|
||||||
"account.endorse": "在個人資料推薦對方",
|
"account.endorse": "在個人資料推薦對方",
|
||||||
"account.endorse.success": "你正在你的個人資料中展示 @{acct} ",
|
"account.endorse.success": "你正在你的個人資料中展示 @{acct}",
|
||||||
"account.familiar_followers": "被 {accounts} 追蹤",
|
"account.familiar_followers": "被 {accounts} 追蹤",
|
||||||
"account.familiar_followers.more": "你追蹤了 {count} 位其他用户",
|
"account.familiar_followers.more": "你追蹤了 {count} 位其他用户",
|
||||||
"account.follow": "追蹤",
|
"account.follow": "追蹤",
|
||||||
|
@ -176,7 +176,6 @@
|
||||||
"column.blocks": "封鎖的使用者",
|
"column.blocks": "封鎖的使用者",
|
||||||
"column.bookmarks": "書籤",
|
"column.bookmarks": "書籤",
|
||||||
"column.chats": "聊天",
|
"column.chats": "聊天",
|
||||||
"column.community": "本站時間軸",
|
|
||||||
"column.crypto_donate": "數字貨幣捐贈",
|
"column.crypto_donate": "數字貨幣捐贈",
|
||||||
"column.developers": "開發者",
|
"column.developers": "開發者",
|
||||||
"column.direct": "私訊",
|
"column.direct": "私訊",
|
||||||
|
@ -234,7 +233,7 @@
|
||||||
"compose.character_counter.title": "最大字符數: {maxChars}; 已使用 {chars}",
|
"compose.character_counter.title": "最大字符數: {maxChars}; 已使用 {chars}",
|
||||||
"compose.edit_success": "你的帖文已編輯",
|
"compose.edit_success": "你的帖文已編輯",
|
||||||
"compose.invalid_schedule": "定時帖文只能設定在五分鐘後或更遲發送",
|
"compose.invalid_schedule": "定時帖文只能設定在五分鐘後或更遲發送",
|
||||||
"compose.submit_success": "帖文已送出",
|
"compose.submit_success": "您的帖文已送出!",
|
||||||
"compose_form.direct_message_warning": "這條帖文只有被提及的使用者才看得到。",
|
"compose_form.direct_message_warning": "這條帖文只有被提及的使用者才看得到。",
|
||||||
"compose_form.hashtag_warning": "由於這則帖文被設定成「不公開」,所以它將不會被列在任何主題標籤下。只有公開的帖文才能藉主題標籤找到。",
|
"compose_form.hashtag_warning": "由於這則帖文被設定成「不公開」,所以它將不會被列在任何主題標籤下。只有公開的帖文才能藉主題標籤找到。",
|
||||||
"compose_form.lock_disclaimer": "您的帳户尚未{locked}。任何人都能追蹤您並看到您設定成只有追蹤者能看的帖文。",
|
"compose_form.lock_disclaimer": "您的帳户尚未{locked}。任何人都能追蹤您並看到您設定成只有追蹤者能看的帖文。",
|
||||||
|
@ -252,7 +251,7 @@
|
||||||
"compose_form.poll.remove_option": "移除此選擇",
|
"compose_form.poll.remove_option": "移除此選擇",
|
||||||
"compose_form.poll.switch_to_multiple": "投票改為多選",
|
"compose_form.poll.switch_to_multiple": "投票改為多選",
|
||||||
"compose_form.poll.switch_to_single": "投票改為單選",
|
"compose_form.poll.switch_to_single": "投票改為單選",
|
||||||
"compose_form.poll_placeholder": "添加投票主題...",
|
"compose_form.poll_placeholder": "添加投票主題…",
|
||||||
"compose_form.publish": "發佈",
|
"compose_form.publish": "發佈",
|
||||||
"compose_form.publish_loud": "{publish}!",
|
"compose_form.publish_loud": "{publish}!",
|
||||||
"compose_form.save_changes": "儲存變更",
|
"compose_form.save_changes": "儲存變更",
|
||||||
|
@ -267,14 +266,14 @@
|
||||||
"confirmation_modal.cancel": "取消",
|
"confirmation_modal.cancel": "取消",
|
||||||
"confirmations.admin.deactivate_user.confirm": "禁用帳户 @{name}",
|
"confirmations.admin.deactivate_user.confirm": "禁用帳户 @{name}",
|
||||||
"confirmations.admin.deactivate_user.heading": "禁用帳户 @{acct}",
|
"confirmations.admin.deactivate_user.heading": "禁用帳户 @{acct}",
|
||||||
"confirmations.admin.deactivate_user.message": "你確定要禁用帳户 @{acct} 嗎?此操作不能撤回!",
|
"confirmations.admin.deactivate_user.message": "你確定要停用帳户 @{acct} 嗎?此操作可以撤回。",
|
||||||
"confirmations.admin.delete_local_user.checkbox": "我確定我不再需要這個帳户",
|
"confirmations.admin.delete_local_user.checkbox": "我確定我不再需要這個帳户",
|
||||||
"confirmations.admin.delete_status.confirm": "刪除帖文",
|
"confirmations.admin.delete_status.confirm": "刪除帖文",
|
||||||
"confirmations.admin.delete_status.heading": "刪除帖文",
|
"confirmations.admin.delete_status.heading": "刪除帖文",
|
||||||
"confirmations.admin.delete_status.message": "你確定要刪除帖文 @{acct} 嗎?此操作不能撤回!",
|
"confirmations.admin.delete_status.message": "你即將要刪除 @{acct} 的帖文。此操作無法撤回。",
|
||||||
"confirmations.admin.delete_user.confirm": "刪除帳户 @{name}",
|
"confirmations.admin.delete_user.confirm": "刪除帳户 @{name}",
|
||||||
"confirmations.admin.delete_user.heading": "刪除帳户 @{acct}",
|
"confirmations.admin.delete_user.heading": "刪除帳户 @{acct}",
|
||||||
"confirmations.admin.delete_user.message": "你確定要刪除帳户 @{acct}嗎?此操作不能撤回!",
|
"confirmations.admin.delete_user.message": "你即將要刪除帳户 @{acct}。此操作不能撤回。",
|
||||||
"confirmations.admin.mark_status_not_sensitive.confirm": "標記為不敏感",
|
"confirmations.admin.mark_status_not_sensitive.confirm": "標記為不敏感",
|
||||||
"confirmations.admin.mark_status_not_sensitive.heading": "標記為不敏感",
|
"confirmations.admin.mark_status_not_sensitive.heading": "標記為不敏感",
|
||||||
"confirmations.admin.mark_status_not_sensitive.message": "你要標記帳户 @{acct} 的帖文為不敏感",
|
"confirmations.admin.mark_status_not_sensitive.message": "你要標記帳户 @{acct} 的帖文為不敏感",
|
||||||
|
@ -379,10 +378,10 @@
|
||||||
"edit_profile.hints.discoverable": "在配置文件目錄中顯示帳户並允許外部服務索引",
|
"edit_profile.hints.discoverable": "在配置文件目錄中顯示帳户並允許外部服務索引",
|
||||||
"edit_profile.hints.hide_network": "您追蹤的人和追蹤您的人不會顯示在您的個人資料中",
|
"edit_profile.hints.hide_network": "您追蹤的人和追蹤您的人不會顯示在您的個人資料中",
|
||||||
"edit_profile.hints.locked": "需要您手動批准追蹤請求",
|
"edit_profile.hints.locked": "需要您手動批准追蹤請求",
|
||||||
"edit_profile.hints.meta_fields": "你能在個人資料頁面上最多顯示 {count} 行自定義列",
|
"edit_profile.hints.meta_fields": "你能在個人資料頁面上最多顯示 {count} 行自定義列。",
|
||||||
"edit_profile.hints.stranger_notifications": "僅顯示來自您追蹤的人的通知",
|
"edit_profile.hints.stranger_notifications": "僅顯示來自您追蹤的人的通知",
|
||||||
"edit_profile.save": "儲存",
|
"edit_profile.save": "儲存",
|
||||||
"edit_profile.success": "個人資料已儲存",
|
"edit_profile.success": "您的個人檔案已成功儲存!",
|
||||||
"embed.instructions": "要嵌入此帖文,請將以下程式碼貼進你的網站。",
|
"embed.instructions": "要嵌入此帖文,請將以下程式碼貼進你的網站。",
|
||||||
"emoji_button.activity": "活動",
|
"emoji_button.activity": "活動",
|
||||||
"emoji_button.custom": "自訂",
|
"emoji_button.custom": "自訂",
|
||||||
|
@ -535,7 +534,7 @@
|
||||||
"lists.new.title_placeholder": "新名單標題",
|
"lists.new.title_placeholder": "新名單標題",
|
||||||
"lists.search": "搜尋您追蹤的使用者",
|
"lists.search": "搜尋您追蹤的使用者",
|
||||||
"lists.subheading": "您的名單",
|
"lists.subheading": "您的名單",
|
||||||
"loading_indicator.label": "讀取中...",
|
"loading_indicator.label": "讀取中…",
|
||||||
"login.fields.instance_label": "實例",
|
"login.fields.instance_label": "實例",
|
||||||
"login.fields.instance_placeholder": "example.com",
|
"login.fields.instance_placeholder": "example.com",
|
||||||
"login.fields.otp_code_hint": "輸入兩步驟驗證應用程式裏的代碼,或者輸入恢復代碼",
|
"login.fields.otp_code_hint": "輸入兩步驟驗證應用程式裏的代碼,或者輸入恢復代碼",
|
||||||
|
@ -570,7 +569,7 @@
|
||||||
"migration.hint": "你的追蹤者將被轉移到新帳户,除此之外其他資料將不會被轉移。要執行遷移,您需要先{link}你的新帳户",
|
"migration.hint": "你的追蹤者將被轉移到新帳户,除此之外其他資料將不會被轉移。要執行遷移,您需要先{link}你的新帳户",
|
||||||
"migration.hint.link": "新建一個帳户別名",
|
"migration.hint.link": "新建一個帳户別名",
|
||||||
"migration.move_account.fail": "帳户遷移失敗。",
|
"migration.move_account.fail": "帳户遷移失敗。",
|
||||||
"migration.move_account.success": "帳户遷移成功了!",
|
"migration.move_account.success": "帳戶遷移成功。",
|
||||||
"migration.submit": "遷移關注者",
|
"migration.submit": "遷移關注者",
|
||||||
"missing_description_modal.cancel": "取消",
|
"missing_description_modal.cancel": "取消",
|
||||||
"missing_description_modal.continue": "發佈",
|
"missing_description_modal.continue": "發佈",
|
||||||
|
@ -623,7 +622,6 @@
|
||||||
"notification.mentioned": "{name} 提到了你",
|
"notification.mentioned": "{name} 提到了你",
|
||||||
"notification.move": "{name} 移動到了 {targetName}",
|
"notification.move": "{name} 移動到了 {targetName}",
|
||||||
"notification.name": "{link}{others}",
|
"notification.name": "{link}{others}",
|
||||||
"notification.others": " + {count} 其他通知",
|
|
||||||
"notification.pleroma:chat_mention": "{name} 給你發送了訊息",
|
"notification.pleroma:chat_mention": "{name} 給你發送了訊息",
|
||||||
"notification.pleroma:emoji_reaction": "{name} 用表情回應了你的帖文",
|
"notification.pleroma:emoji_reaction": "{name} 用表情回應了你的帖文",
|
||||||
"notification.poll": "你參與的一項投票已經結束",
|
"notification.poll": "你參與的一項投票已經結束",
|
||||||
|
@ -643,13 +641,12 @@
|
||||||
"notifications.queue_label": "點擊查看 {count} 條新通知",
|
"notifications.queue_label": "點擊查看 {count} 條新通知",
|
||||||
"oauth_consumer.tooltip": "通過 {provider} 登入",
|
"oauth_consumer.tooltip": "通過 {provider} 登入",
|
||||||
"oauth_consumers.title": "更多登入方式",
|
"oauth_consumers.title": "更多登入方式",
|
||||||
"onboarding.avatar.subtitle": "祝你玩得開心!",
|
"onboarding.avatar.subtitle": "盡情享受吧。",
|
||||||
"onboarding.avatar.title": "設定你的頭像",
|
"onboarding.avatar.title": "設定你的頭像",
|
||||||
"onboarding.display_name.subtitle": "你可以稍後更改",
|
"onboarding.display_name.subtitle": "你可以稍後更改",
|
||||||
"onboarding.display_name.title": "設定你的顯示名稱",
|
"onboarding.display_name.title": "設定你的顯示名稱",
|
||||||
"onboarding.done": "完成",
|
"onboarding.done": "完成",
|
||||||
"onboarding.fediverse.next": "Next",
|
"onboarding.finished.message": "我們很高興歡迎您加入我們的社區! 點擊下面的按鈕開始吧。",
|
||||||
"onboarding.finished.message": "我們很高興歡迎您加入我們的社區! 點擊下面的按鈕,讓我們開始吧!",
|
|
||||||
"onboarding.finished.title": "新手教程完成",
|
"onboarding.finished.title": "新手教程完成",
|
||||||
"onboarding.header.subtitle": "這將顯示在你個人資料的上方。",
|
"onboarding.header.subtitle": "這將顯示在你個人資料的上方。",
|
||||||
"onboarding.header.title": "選擇封面圖片",
|
"onboarding.header.title": "選擇封面圖片",
|
||||||
|
@ -820,7 +817,7 @@
|
||||||
"settings.other": "Other options",
|
"settings.other": "Other options",
|
||||||
"settings.preferences": "首選項",
|
"settings.preferences": "首選項",
|
||||||
"settings.profile": "個人資料",
|
"settings.profile": "個人資料",
|
||||||
"settings.save.success": "你的設定已儲存",
|
"settings.save.success": "您的偏好設定已儲存!",
|
||||||
"settings.security": "安全性",
|
"settings.security": "安全性",
|
||||||
"settings.sessions": "活動會話",
|
"settings.sessions": "活動會話",
|
||||||
"settings.settings": "設定",
|
"settings.settings": "設定",
|
||||||
|
@ -836,7 +833,7 @@
|
||||||
"soapbox_config.crypto_address.meta_fields.ticker_placeholder": "幣種",
|
"soapbox_config.crypto_address.meta_fields.ticker_placeholder": "幣種",
|
||||||
"soapbox_config.crypto_donate_panel_limit.meta_fields.limit_placeholder": "在主頁數字貨幣小部件中顯示的數量",
|
"soapbox_config.crypto_donate_panel_limit.meta_fields.limit_placeholder": "在主頁數字貨幣小部件中顯示的數量",
|
||||||
"soapbox_config.custom_css.meta_fields.url_placeholder": "URL",
|
"soapbox_config.custom_css.meta_fields.url_placeholder": "URL",
|
||||||
"soapbox_config.display_fqn_label": "顯示本站帳户的網域 (如 @帳户名稱@網域) ",
|
"soapbox_config.display_fqn_label": "顯示本站帳户的網域 (如 @帳户名稱@網域)。",
|
||||||
"soapbox_config.fields.crypto_addresses_label": "數字貨幣地址",
|
"soapbox_config.fields.crypto_addresses_label": "數字貨幣地址",
|
||||||
"soapbox_config.fields.home_footer_fields_label": "主頁頁眉",
|
"soapbox_config.fields.home_footer_fields_label": "主頁頁眉",
|
||||||
"soapbox_config.fields.logo_label": "Logo",
|
"soapbox_config.fields.logo_label": "Logo",
|
||||||
|
@ -892,7 +889,7 @@
|
||||||
"status.reactions.heart": "愛",
|
"status.reactions.heart": "愛",
|
||||||
"status.reactions.laughing": "哈哈哈",
|
"status.reactions.laughing": "哈哈哈",
|
||||||
"status.reactions.like": "讚哦",
|
"status.reactions.like": "讚哦",
|
||||||
"status.reactions.open_mouth": "哇!",
|
"status.reactions.open_mouth": "哇",
|
||||||
"status.reactions.weary": "疲憊",
|
"status.reactions.weary": "疲憊",
|
||||||
"status.read_more": "閱讀更多",
|
"status.read_more": "閱讀更多",
|
||||||
"status.reblog": "轉帖",
|
"status.reblog": "轉帖",
|
||||||
|
@ -927,9 +924,7 @@
|
||||||
"sw.url": "Script URL",
|
"sw.url": "Script URL",
|
||||||
"tabs_bar.all": "全部",
|
"tabs_bar.all": "全部",
|
||||||
"tabs_bar.dashboard": "控制台",
|
"tabs_bar.dashboard": "控制台",
|
||||||
"tabs_bar.fediverse": "聯邦宇宙",
|
|
||||||
"tabs_bar.home": "主頁",
|
"tabs_bar.home": "主頁",
|
||||||
"tabs_bar.local": "Local",
|
|
||||||
"tabs_bar.more": "更多",
|
"tabs_bar.more": "更多",
|
||||||
"tabs_bar.notifications": "通知",
|
"tabs_bar.notifications": "通知",
|
||||||
"tabs_bar.profile": "個人資料",
|
"tabs_bar.profile": "個人資料",
|
||||||
|
@ -961,7 +956,7 @@
|
||||||
"upload_form.description": "為視障人士增加文字說明",
|
"upload_form.description": "為視障人士增加文字說明",
|
||||||
"upload_form.preview": "預覽",
|
"upload_form.preview": "預覽",
|
||||||
"upload_form.undo": "刪除",
|
"upload_form.undo": "刪除",
|
||||||
"upload_progress.label": "上傳中...",
|
"upload_progress.label": "上傳中…",
|
||||||
"video.download": "下載",
|
"video.download": "下載",
|
||||||
"video.exit_fullscreen": "退出全螢幕",
|
"video.exit_fullscreen": "退出全螢幕",
|
||||||
"video.fullscreen": "全螢幕",
|
"video.fullscreen": "全螢幕",
|
||||||
|
|