Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 14 translations.

NameCurrent message text
 h Bulgarian (bg)=== Използване на локален шрифт ===
Разбира се, можете също да изтеглите файловете с шрифтове и да ги използвате от локален сървър, а не от Google CDN (по-добре за поверителност). За да имате пример как да го направите, ето нашата локална версия на noto font:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 семейство шрифтове: 'Noto Sans';
 тегло на шрифта: 300;
 стил на шрифта: нормален;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Danish (da)=== Brug af lokal skrifttype ===
Du kan selvfølgelig også downloade skrifttypefilerne og bruge dem fra den lokale server i stedet for fra Google CDN (bedre for privatlivets fred). For at få et eksempel på, hvordan det gøres, her vores lokale version af noto font:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto!.css!N<syntaxhighlight lang="css"> 
@font-face {
 font-family: 'Noto Sans';
 font-vægt: 300;
 skrifttype: normal;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h German (de)=== Lokale Schriftart verwenden ===
Natürlich können Sie die Schriftartdateien auch herunterladen und vom lokalen Server statt vom Google CDN verwenden (besser aus Datenschutzgründen). Um ein Beispiel dafür zu haben, hier unsere lokale Version der Noto-Schriftart:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 Schriftfamilie: 'Noto Sans';
 Schriftstärke: 300;
 Schriftstil: normal;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h English (en)=== Using local font  ===
Of course, you can also download the font files and use them from local server rather than from Google CDN (better for privacy). To have an example of how to it, here our local version of noto font:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css">
@font-face {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Spanish (es)=== Usando fuente local ===
Por supuesto, también puede descargar los archivos de fuentes y usarlos desde el servidor local en lugar de desde Google CDN (mejor para la privacidad). Para tener un ejemplo de cómo hacerlo, aquí nuestra versión local de la fuente noto:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 familia de fuentes: 'Noto Sans';
 peso de fuente: 300;
 estilo de fuente: normal;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h French (fr)=== Utilisation de la police locale ===
Bien sûr, vous pouvez également télécharger les fichiers de polices et les utiliser depuis le serveur local plutôt que depuis Google CDN (meilleur pour la confidentialité). Pour avoir un exemple de comment procéder, voici notre version locale de la police noto :
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 famille de polices : 'Noto Sans';
 poids de la police : 300 ;
 style de police : normal ;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Hungarian (hu)=== Helyi betűtípus használata ===
Természetesen letöltheti a betűtípusfájlokat, és használhatja őket a helyi szerverről a Google CDN helyett (jobb az adatvédelem érdekében). A noto font helyi verziója:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/N!css.<syntaxhighlight lang="css"> 
@font-face {
 font-family: 'Noto Sans';
 betűsúly: 300;
 betűstílus: normál;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Italian (it)=== Utilizzo di caratteri locali ===
Naturalmente, puoi anche scaricare i file dei caratteri e utilizzarli dal server locale piuttosto che da Google CDN (meglio per la privacy). Per avere un esempio di come farlo, ecco la nostra versione locale del font noto:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 font-family: 'Noto Sans';
 font-weight: 300;
 font-style: normale;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Japanese (ja)=== ローカルフォントの使用  ===
もちろん、フォントファイルをダウンロードして、GoogleのCDNではなくローカルサーバーから使用することもできます(プライバシー保護の点で優れています)。実例として、こちらのnotoフォントのローカルバージョンがあります。
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css">
@font-face {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Dutch (nl)=== Gebruik lokaal font  ===
Je kunt een font-bestand natuurlijk ook lokaal opslaan en dat bestand dan gebruiken in plaats van bijvoorbeeld het via Google CDN (privacy) te gebruiken. Een voorbeeld met het font noto:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css">
@font-face {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Polish (pl)=== Używanie czcionek lokalnych ===
Oczywiście możesz także pobrać pliki czcionek i używać ich z lokalnego serwera, a nie z Google CDN (lepiej dla prywatności). Aby mieć przykład, jak to zrobić, tutaj nasza lokalna wersja czcionki noto:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@czcionka {
 rodzina czcionek: 'Noto Sans';
 waga czcionki: 300;
 styl czcionki: normalny;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Romanian (ro)=== Folosind fontul local ===
Desigur, puteți descărca și fișierele cu fonturi și le puteți utiliza de pe serverul local, mai degrabă decât de pe Google CDN (mai bine pentru confidențialitate). Pentru a avea un exemplu despre cum se face, aici versiunea noastră locală a fontului noto:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 familia de fonturi: 'Noto Sans';
 greutate font: 300;
 font-style: normal;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Slovenian (sl)=== Uporaba lokalne pisave ===
Seveda lahko tudi prenesete datoteke s pisavami in jih uporabite iz lokalnega strežnika namesto iz Google CDN (bolje zaradi zasebnosti). Za primer, kako to narediti, je tukaj naša lokalna različica pisave noto:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 družina pisav: 'Noto Sans';
 teža pisave: 300;
 slog pisave: normalno;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>
 h Vietnamese (vi)=== Sử dụng phông chữ cục bộ ===
Tất nhiên, bạn cũng có thể tải xuống các tệp phông chữ và sử dụng chúng từ máy chủ cục bộ thay vì từ Google CDN (tốt hơn cho quyền riêng tư). Để có ví dụ về cách thực hiện, đây là phiên bản phông chữ noto địa phương của chúng tôi:
https://github.com/LimeSurvey/LimeSurvey/blob/70a1d99cd2ebe411597231a8bc746b4ca9e19584/assets/fonts/noto.css
<syntaxhighlight lang="css"> 
@font-face {
 họ phông chữ: 'Noto Sans';
 cỡ chữ: 300;
 kiểu phông chữ: bình thường;
 src: url('./font-src/Noto/NotoSans-Regular.ttf');
}
...
</syntaxhighlight>