﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARO%2F2.4%2FDoc%2FHow_to%2FLocalize_the_Interface</id>
	<title>Dev:RO/2.4/Doc/How to/Localize the Interface - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARO%2F2.4%2FDoc%2FHow_to%2FLocalize_the_Interface"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:RO/2.4/Doc/How_to/Localize_the_Interface&amp;action=history"/>
	<updated>2026-07-29T04:03:28Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:RO/2.4/Doc/How_to/Localize_the_Interface&amp;diff=109879&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:RO/2.4/Doc/How_to/Localize_the_Interface&amp;diff=109879&amp;oldid=prev"/>
		<updated>2018-06-28T19:48:32Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:48時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:RO/2.4/Doc/How_to/Localize_the_Interface&amp;diff=109878&amp;oldid=prev</id>
		<title>wiki&gt;Ed62: /* Internaţionalizarea interfeţei */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:RO/2.4/Doc/How_to/Localize_the_Interface&amp;diff=109878&amp;oldid=prev"/>
		<updated>2011-11-10T11:39:23Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Internaţionalizarea interfeţei&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Internaţionalizarea interfeţei=&lt;br /&gt;
&lt;br /&gt;
Etichetele pentru interfaţă şi sfaturile pot fi internaţionalizate.&lt;br /&gt;
&lt;br /&gt;
[[File:Interface.fr.png|center|500px]]&lt;br /&gt;
&lt;br /&gt;
Pentru a face acest lucru:&lt;br /&gt;
&lt;br /&gt;
# Luaţi un fişier cu o traducere existentă (de ex. German):&lt;br /&gt;
:{{Note|1=Notă|2=Fişierele .PO din SVN sunt învechite şi au multe informaţii nefolositoare, iar altele nu sunt incluse. Deci, luaţi toate fişierele .PO şi uniţi-le (vedeţi şi executabilele GNU gettext) într-unul singur, apoi curăţaţi-l şi începeţi să îl modificaţi. Nu veţi obţine o interfaţă complet tradusă, totuşi va fi suficient de completă.}}&lt;br /&gt;
## Din Blender source distribution - &amp;lt;code&amp;gt;po/de.po&amp;lt;/code&amp;gt;&lt;br /&gt;
## Din websvn: http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/po/?root=bf-blender&lt;br /&gt;
# Redenumiţi din ‘&amp;lt;code&amp;gt;de.po&amp;lt;/code&amp;gt;’ în ‘&amp;lt;code&amp;gt;XX.po&amp;lt;/code&amp;gt;’ unde XX este codul ţării. Codurile ţărilor pot fi găsite aici: http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes&lt;br /&gt;
# Fişierul .po conţine ID-uri pentru mesaje (în engleză) şi bucăţi de mesaje (traduse), de exemplu:&lt;br /&gt;
:&amp;lt;code&amp;gt;msgid &amp;quot;Start the rendering&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;msgstr &amp;quot;Starte das rendern&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Traducerea tuturor msgstr ('''nu''' a msgid!).&lt;br /&gt;
# Compilaţi fişierul .po într-un fişier .mo cu msgfmt (din gettext).&lt;br /&gt;
# Copiaţi fişierul .mo compilat în: ‘&amp;lt;code&amp;gt;.blender/locale/XX/LC_MESSAGES/blender.mo&amp;lt;/code&amp;gt;’ (XX = codul ţării).&lt;br /&gt;
# Editaţi ‘&amp;lt;code&amp;gt;.blender/.Blanguages&amp;lt;/code&amp;gt;’&lt;br /&gt;
# Testaţi.&lt;br /&gt;
# Trimiteţi pe email fişierul .po pe adresa bf-committers@blender.org&lt;br /&gt;
{{clr}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ed62</name></author>
		
	</entry>
</feed>